H.264/AVC Video Decoder: Release Notes
From AVObjects Knowledge Base
(Difference between revisions)
Line 5: | Line 5: | ||
* {{report_problem}} | * {{report_problem}} | ||
--> | --> | ||
+ | === 2.6.2.0 - Feb 05, 2015 === | ||
+ | |||
+ | * Fixed invalid 16->8 conversion. | ||
+ | * Removed invalid notification of Graph Manager. | ||
+ | * Activated the internal Taggant System to fight against antivirus false positives in protected applications. | ||
+ | |||
=== 2.6.1.0 - Oct 23, 2014 === | === 2.6.1.0 - Oct 23, 2014 === | ||
Revision as of 20:48, 5 February 2015
This page is a copy of the original page on the AVObjects' web site and can also be viewed here.
2.6.2.0 - Feb 05, 2015
- Fixed invalid 16->8 conversion.
- Removed invalid notification of Graph Manager.
- Activated the internal Taggant System to fight against antivirus false positives in protected applications.
2.6.1.0 - Oct 23, 2014
- Corrected output media type: FPS from input media type is used as output (instead FPS from H264 header).
2.6.0.0 - Oct 21, 2014
- Upgraded to IPP 8.2.0.
- Fixed invalid aspect ratio for Panasonic P2 AVC-INTRA 1440x1080 streams.
- Added methods for set and get number of threads used for decoding.
- Added default value for number of work threads AVO_DEFAULT_NUM_THREADS = 4.
- Corrected property page and C++/C# sample applications.
2.5.6.0 - Apr 21, 2014
- Corrected splitting of input stream on NAL Units.
- Default output color space for 4:2:0 chroma format (if "Force original chroma format" selected) changed to NV12.
2.5.5.0 - Jan 22, 2014
- Fixed function for change MERIT_VALUE of filter
2.5.4.0 - Jan 20, 2014
- Fixed function for change MERIT_VALUE of filter
- Added code for registration customer specific CLSIDs for filter and property pages
2.5.3.0 - Nov 05, 2013
- Added output of preview sample if next IMediaSeeking::SetPositions() called
- Added registry setting to delay call of BeginFlush() if preview sample sent to output pin
- Upgraded protection
2.5.2.0 - Oct 23, 2013
- Corrected function for prepare samples in the main decoding thread
2.5.1.3 - Oct 10, 2013
- Fixed bug with conversion of the output images to RGB color space
2.5.1.2 - Oct 08, 2013
- Fixed bug of the lack of VIDEOINFOHEADER media types on output pin when "Force original chroma format" is TRUE
2.5.1.1 - Oct 04, 2013
- Added image cropping according to input media type's rectangles (used for play invalid files without cropping data)
2.5.1.0 - Sep 12, 2013
- Fixed bug with preroll handling
2.5.0.0 - Jul 18, 2013
- Fixed bug with internal threads, increased performance
- Solved the problem of frame loss
- Upgraded to latest ATL
- Added method for upload license from application code
- Upgraded license system
- Corrected C++ sample (positioning slider)
- Filter moved to AVObjects.com
2.0.2.0 - Nov 19, 2012
- Fixed problem with ACCESS_DENIED at end of file
2.0.1.1 - Nov 07, 2012
- Fixed invalid assert in Debug version
2.0.1.0 - Nov 06, 2012
- Fixed problems with IPP (invalid CPU defining for i3/i5 Sandy Bridge processors)
2.0.0.0 - Sep 02, 2012
- Redesigned/rewritten structure of filter to improve performance and stability; resolved several critical problems.
- Added 64-bit version.
- Upgraded to IPP 7.0.7.
- Added C++ and C# samples.
- Fixed problem with skipped output frames after EOS receiving.
1.1.0.2 - Jan 24, 2011
- Fixed bug with length prefixes before NAL Units.
1.1.0.0 - Jul 02, 2010
- Fixed: H.264 from MPEG-2 TS stream.
- Fixed: Aspect ratio problem.
- Fixed: Interlacing problem.
- Fixed: Time stamps issue.
- Added: Dynamic reconnection.
- Added: Dynamic media type changing.
- Added: 2 new connection media types (for ffdshow and MainConcept encoders).
1.0.1.0 - May 26, 2010
- Added: Decoding of H.264 byte stream from MPEG-2 TS.
1.0.0.8 - Mar 30, 2010
- Fixed: False positive notification from AVG antivirus.
1.0.0.7 - Feb 17, 2010
- Changed: Upgraded to IPP 6.1.3.
- Fixed: Installer bug for Windows Vista.
1.0.0.5 - Oct 27, 2009
- Fixed: Bug with playing H.264 elementary stream from MPEG-2 transport stream.
1.0.0.4 - Oct 24, 2009
- Fixed: 4:2:2 color space bug.
- Fixed: Seeking in release version bug.
- Fixed: Interlace flags.
- Fixed: Input media type parsing.
1.0.0.3 - Oct 04, 2009
- Added: Support of media type from MainConcept splitter.
- Changed: Upgraded to IPP 6.1.
1.0.0.2 - Sep 09, 2009
- First version.