QT based Decoder: Release Notes
From AVObjects Knowledge Base
(Difference between revisions)
(Created page with "<!--This is the release notes for QT based Decoder. * {{download}} {{[http://www.avobjects.com/downloads/135 download]}} * {{report_problem}} --> === 1.0.1.0 - Jan 21, 20...") |
|||
Line 4: | Line 4: | ||
* {{report_problem}} | * {{report_problem}} | ||
--> | --> | ||
+ | === 1.0.4.0 - Oct 20, 2017 === | ||
+ | |||
+ | * Added decoding of the VC-3 (DNxHD) stream using the AVID plug-in. | ||
+ | * Added 10-bit YUV ('v210'), 10 and 16-bit RGB output color spaces. | ||
+ | * Added the selection of the full (0-255, 0-1024) or limited (16-235, 64-940) range for decoded RGB frames from VC-3 (DNxHD) stream. | ||
+ | * Added automatic selection of 16 bit depth output color space from QT decoder if bit depth for the encoded stream and for the filter output > 8 bit. | ||
+ | * Added interface method to obtain the parameters of the input encoded stream. | ||
+ | * Added interface IAVVersion for obtain filter's type (Debug/Release), version, compilation date/time, etc. | ||
+ | * Fixed a problem with the loss of the media type (attached by the downstream filter to the first output sample) in the call sequence: first call of Pause(), SetPosition(). | ||
+ | * The project was recompiled with VS2015, fixed compilation errors and warnings. | ||
+ | * Added code signing certificate. | ||
+ | |||
+ | === 1.0.3.0 - Jun 22, 2017 === | ||
+ | |||
+ | * Fixed invalid output mediatype for AM_MEDIA_TYPE::formattype = FORMAT_VideoInfo. | ||
+ | |||
+ | === 1.0.2.0 - May 30, 2017 === | ||
+ | |||
+ | * Fixed code of output pin class for work with GMFBridge. | ||
+ | * The protection settings were changed to reduce false positive notifications from antiviruses. | ||
+ | * Upgraded to IPP 8.2.3.280 | ||
+ | |||
=== 1.0.1.0 - Jan 21, 2016 === | === 1.0.1.0 - Jan 21, 2016 === | ||
Revision as of 20:19, 20 October 2017
1.0.4.0 - Oct 20, 2017
- Added decoding of the VC-3 (DNxHD) stream using the AVID plug-in.
- Added 10-bit YUV ('v210'), 10 and 16-bit RGB output color spaces.
- Added the selection of the full (0-255, 0-1024) or limited (16-235, 64-940) range for decoded RGB frames from VC-3 (DNxHD) stream.
- Added automatic selection of 16 bit depth output color space from QT decoder if bit depth for the encoded stream and for the filter output > 8 bit.
- Added interface method to obtain the parameters of the input encoded stream.
- Added interface IAVVersion for obtain filter's type (Debug/Release), version, compilation date/time, etc.
- Fixed a problem with the loss of the media type (attached by the downstream filter to the first output sample) in the call sequence: first call of Pause(), SetPosition().
- The project was recompiled with VS2015, fixed compilation errors and warnings.
- Added code signing certificate.
1.0.3.0 - Jun 22, 2017
- Fixed invalid output mediatype for AM_MEDIA_TYPE::formattype = FORMAT_VideoInfo.
1.0.2.0 - May 30, 2017
- Fixed code of output pin class for work with GMFBridge.
- The protection settings were changed to reduce false positive notifications from antiviruses.
- Upgraded to IPP 8.2.3.280
1.0.1.0 - Jan 21, 2016
- First public release.