H.264/AVC Video Decoder: Release Notes
From AVObjects Knowledge Base
(Difference between revisions)
Line 3: | Line 3: | ||
* {{H.264/AVC Video Decoder DirectShow Filter: Download}} | * {{H.264/AVC Video Decoder DirectShow Filter: Download}} | ||
* {{report_problem}} | * {{report_problem}} | ||
+ | |||
+ | === 2.0.0.0 - Sep 02, 2012 === | ||
+ | |||
+ | * Redesigned/rewritten structure of filter to improve performance and stability. | ||
+ | * 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.1 - Jan 23, 2011 === | ||
+ | |||
+ | * Added upgrade to IPP 6.1.6. | ||
=== 1.1.0.0 - Jul 02, 2010 === | === 1.1.0.0 - Jul 02, 2010 === |
Revision as of 02:19, 8 September 2012
This is the release notes for the H.264/AVC Video Decoder.
2.0.0.0 - Sep 02, 2012
- Redesigned/rewritten structure of filter to improve performance and stability.
- 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.1 - Jan 23, 2011
- Added upgrade to IPP 6.1.6.
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.