//============================================================================= SPIRENT HUB CAPTURE DEVICE //============================================================================= //============================================================================= Release Notes Version 1.20 - December 20, 2018 //============================================================================= - If the output frame rate is a multiple of the input frame rate, let's drop the frames of the input directly instead of using our frame rate converter. This will lead to a more precise frame count over time. //============================================================================= Release Notes Version 1.19 - December 11, 2018 //============================================================================= - Corrected issue where the firmware was compiled on bad branch. //============================================================================= Release Notes Version 1.18 - December 11, 2018 //============================================================================= - EDID firmware is now embedded inside the USB controller firmware. //============================================================================= Release Notes Version 1.17 - August 23, 2018 //============================================================================= - Corrected delay issue when streaming from lower frame rates. //============================================================================= Release Notes Version 1.16 - August 23, 2018 //============================================================================= - Corrected delay issue when streaming from lower frame rates. //============================================================================= Release Notes Version 1.15 - August 8, 2018 //============================================================================= - Device can now stream from 1 to 60Hz on each USB resolution. //============================================================================= Release Notes Version 1.14 - June 12, 2018 //============================================================================= - Corrected issue where first frames are black or corrupted. //============================================================================= Release Notes Version 1.13 - April 4, 2018 //============================================================================= - Corrected issue where some capture software are not capturing at right aspect ratio. This has something to do with the format descriptor where it is hardcoded to 16:9. //============================================================================= Release Notes Version 1.12 - May 8, 2017 //============================================================================= - Corrected issue with ffmpeg. Issue is happening on random start of video/audio channels. //============================================================================= Release Notes Version 1.11 - April 24, 2017 //============================================================================= - Corrected issue where 2-Spirent Audio device is not started at bootup. //============================================================================= Release Notes Version 1.10 - March 30, 2017 //============================================================================= - Corrected issue where video could be be recorder in Chromatic software. //============================================================================= Release Notes Version 1.9 - March 28, 2017 //============================================================================= - Force re-enumeration to correct the naming of devices. - Corrected issue where some channels are not showing up depending of some HDMI sources. //============================================================================= Release Notes Version 1.8 - March 27, 2017 //============================================================================= - Corrected issue where the video device name is not showing up correcty. //============================================================================= Release Notes Version 1.7 - March 21, 2017 //============================================================================= - Merge of the INOGENI SHARE1 branch to Spirent Chromatic branch. This merge include all of the following points: - Dynamic frame rate change when the device reaches the USB 3.0 bandwidth limit. a) If we stream simultaneously 2x 1080p@60fps, the frame rate on both channels will be reduced to 30fps b) If we stream simultaneously 1080p@60fps with 720p@60fps, the 1080p channel frame rate will be reduced to 30fps. - Corrected frame rate converter issue with the video processor where some frames can be repeated. - Corrected frame rate converter issue. - Corrected interlaced video bug. - Corrected blacking issue. - USB led color is red by default and will blink orange when there is USB activity or HID communication. - Corrected USB low level communication issue. //============================================================================= Release Notes Version 1.6 - February 27, 2017 //============================================================================= - Corrected issue where we get broken video if the 2 frame sizes are not the same. //============================================================================= Release Notes Version 1.5 - February 2, 2017 //============================================================================= - Needed to change names of the devices because it made confusion for some customer. Here is the proposed Names: Video: 1-Spirent HDMI and 2-Spirent HDMI Audio: 1-Spirent Audio and 2-Spirent Audio - HID command needed to enable video decoding. //============================================================================= Release Notes Version 1.4 - September 29, 2015 //============================================================================= - HDMI input is now enabled at power up. Command to enable/disable input is still there. - USB output formats are all supported. //============================================================================= Release Notes Version 1.3 - September 29, 2015 //============================================================================= - HDMI input is now enabled at power up. Command to enable/disable input is still there. - USB output format at 640x480. //============================================================================= Release Notes Version 1.2 - September 9, 2015 //============================================================================= - Added all USB formats. //============================================================================= Release Notes Version 1.1 - September 9, 2015 //============================================================================= - Changed device name to "X-Spirent". - Added HID command to enable video input. //============================================================================= Release Notes Version 1.0 - September 9, 2015 //============================================================================= - Added scaler feature. - Added audio led function. - Automated contol of audio. If there is no packet detected in the HDMI stream, we switch to analog input. If there are packets, we take audio from HDMI input. There is a bit to set automatic mode or manual mode.