Video Transformer: Release Notes
From AVObjects Knowledge Base
(Difference between revisions)
(Created page with "<!--This is the release notes for Video Transformer. * {{download}} {{Video Transformer: Download}} * {{report_problem}} --> {{This|products/release_notes/video_transforme...") |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
* {{report_problem}} | * {{report_problem}} | ||
--> | --> | ||
− | + | === 2.2.0.0 - Aug 11, 2021 === | |
+ | |||
+ | * Added colorimtetry setting (Auto, 601, 709HDTV, 709CSC). | ||
+ | * Corrected color conversion classes. | ||
+ | * Fixed bug with dynamic reconnection when changing color space. | ||
+ | * Fixed bug with flushing in Pause state. | ||
+ | * Corrected down-top inversion for several RGB color spaces. | ||
+ | * Fixed conversion methods for RB16 and BR16 color spaces. | ||
+ | * Corrected base class for output pins and implementation of the dynamic reconnection. | ||
+ | * Methods Synchronize(), GetServer() and GetLatencyString() added to IAVOVidTransformer interface. | ||
+ | * The code for network time synchronization with the server was added to the filter. | ||
+ | * Added code for decoding time marks on images from the Video Generator filter. | ||
+ | * The property page is extended: controls have been added to select IP address, port number and timeout. | ||
+ | * Upgraded to IPP 2021.3.0. | ||
+ | |||
+ | === 2.1.1.0 - Apr 14, 2017 === | ||
+ | |||
+ | * IAVOVidTransformer::SetFormat() method has been extended: the "Auto" mode has been added to select the video format. | ||
+ | * Fixed bug with restoring ebx register in asm functions. | ||
+ | * Corrected conversions for 'r210' color space. | ||
+ | |||
+ | === 2.1.0.0 - Apr 02, 2017 === | ||
+ | |||
+ | * Added new color spaces MEDIASUBTYPE_v210, MEDIASUBTYPE_r210, MEDIASUBTYPE_A2B10G10R10, MEDIASUBTYPE_A2R10G10B10, MEDIASUBTYPE_BR16, MEDIASUBTYPE_RB16, MEDIASUBTYPE_AR16, MEDIASUBTYPE_AB16 | ||
+ | * Added method for visualize the lower bits of color spaces with > 8 bpc on monitors with a maximum depth of 8 bpc. | ||
+ | * Corrected media types for 'v210' color space. | ||
+ | * Upgraded to IPP 8.2.3.280. | ||
+ | |||
+ | === 2.0.2.0 - Sep 16, 2016 === | ||
+ | |||
+ | * Upgraded in accordance with changes in the libraries. | ||
+ | * Added code signing certificate. | ||
+ | * Added interface IAVVersion. | ||
+ | |||
+ | === 2.0.1.0 - Oct 01, 2014 === | ||
+ | |||
+ | * Upgraded to IPP 8.2.0 | ||
=== 2.0.0.0 - Jun 18, 2013 === | === 2.0.0.0 - Jun 18, 2013 === |
Latest revision as of 18:29, 11 August 2021
2.2.0.0 - Aug 11, 2021
- Added colorimtetry setting (Auto, 601, 709HDTV, 709CSC).
- Corrected color conversion classes.
- Fixed bug with dynamic reconnection when changing color space.
- Fixed bug with flushing in Pause state.
- Corrected down-top inversion for several RGB color spaces.
- Fixed conversion methods for RB16 and BR16 color spaces.
- Corrected base class for output pins and implementation of the dynamic reconnection.
- Methods Synchronize(), GetServer() and GetLatencyString() added to IAVOVidTransformer interface.
- The code for network time synchronization with the server was added to the filter.
- Added code for decoding time marks on images from the Video Generator filter.
- The property page is extended: controls have been added to select IP address, port number and timeout.
- Upgraded to IPP 2021.3.0.
2.1.1.0 - Apr 14, 2017
- IAVOVidTransformer::SetFormat() method has been extended: the "Auto" mode has been added to select the video format.
- Fixed bug with restoring ebx register in asm functions.
- Corrected conversions for 'r210' color space.
2.1.0.0 - Apr 02, 2017
- Added new color spaces MEDIASUBTYPE_v210, MEDIASUBTYPE_r210, MEDIASUBTYPE_A2B10G10R10, MEDIASUBTYPE_A2R10G10B10, MEDIASUBTYPE_BR16, MEDIASUBTYPE_RB16, MEDIASUBTYPE_AR16, MEDIASUBTYPE_AB16
- Added method for visualize the lower bits of color spaces with > 8 bpc on monitors with a maximum depth of 8 bpc.
- Corrected media types for 'v210' color space.
- Upgraded to IPP 8.2.3.280.
2.0.2.0 - Sep 16, 2016
- Upgraded in accordance with changes in the libraries.
- Added code signing certificate.
- Added interface IAVVersion.
2.0.1.0 - Oct 01, 2014
- Upgraded to IPP 8.2.0
2.0.0.0 - Jun 18, 2013
- First public release