H.264/AVC Video Encoder: Release Notes
From AVObjects Knowledge Base
(Difference between revisions)
(Created page with "This is the release notes for the H.264/AVC Video Encoder. * {{H.264/AVC Video Encoder DirectShow Filter: Download}} * {{report_problem}} === 2.0.0.0 - Jul 18, 2012 === ...") |
|||
Line 3: | Line 3: | ||
* {{H.264/AVC Video Encoder DirectShow Filter: Download}} | * {{H.264/AVC Video Encoder DirectShow Filter: Download}} | ||
* {{report_problem}} | * {{report_problem}} | ||
+ | |||
+ | === 2.5.1.0 - Sep 11, 2013 === | ||
+ | |||
+ | * Added GPU encoding (hardware acceleration) | ||
+ | |||
+ | === 2.5.0.0 - Jul 19, 2013 === | ||
+ | |||
+ | * Preset changes to "Custom" if bitrate value is different from the default | ||
+ | * Added method for upload license from application code | ||
+ | * Upgraded license system | ||
+ | * Filter moved to AVObjects.com | ||
+ | |||
+ | === 2.0.2.1 - Nov 28, 2012 === | ||
+ | |||
+ | * Upgraded to Intel Media SDK 2012 R3 | ||
+ | * Corrected default bitrate selection | ||
+ | |||
+ | === 2.0.1.4 - Nov 09, 2012 === | ||
+ | |||
+ | * Fixed problems with protection for i3/i5 Sandy Bridge processors | ||
+ | |||
+ | === 2.0.1.0 - Oct 01, 2012 === | ||
+ | |||
+ | * Fixed problems with IPP (invalid CPU defining for i3/i5 Sandy Brige processors) | ||
=== 2.0.0.0 - Jul 18, 2012 === | === 2.0.0.0 - Jul 18, 2012 === |
Revision as of 20:16, 11 September 2013
This is the release notes for the H.264/AVC Video Encoder.
2.5.1.0 - Sep 11, 2013
- Added GPU encoding (hardware acceleration)
2.5.0.0 - Jul 19, 2013
- Preset changes to "Custom" if bitrate value is different from the default
- Added method for upload license from application code
- Upgraded license system
- Filter moved to AVObjects.com
2.0.2.1 - Nov 28, 2012
- Upgraded to Intel Media SDK 2012 R3
- Corrected default bitrate selection
2.0.1.4 - Nov 09, 2012
- Fixed problems with protection for i3/i5 Sandy Bridge processors
2.0.1.0 - Oct 01, 2012
- Fixed problems with IPP (invalid CPU defining for i3/i5 Sandy Brige processors)
2.0.0.0 - Jul 18, 2012
- Added 64-bit version.
- Upgraded to IPP 7.0.7.
- Added C++ and C# samples.
- Added key-frame forcing.
- Added "Low latency" preset.
- Fixed problems in internal threads.
1.0.2.2 - Sep 13, 2011
- Fixed problems with Baseline profile.
1.0.2.1 - Apr 05, 2011
- Added media type for connection to MPEG-2 TS Muxer.
1.0.2.0 - Apr 04, 2011
- Added output media type for capturing to MPEG-4 (QT) files.
- Added output media type for capturing to MPEG-2 TS stream.
1.0.1.1 - Mar 10, 2011
- Fixed bugs for uncompressed YV12 images from ffdshow decoder.
- Added description of filter to H264mfxEncoder.idl file.
1.0.1.0 - Mar 03, 2011
- First release.
1.0.0.4_beta - Feb 17, 2011
- Added optimization for NV12 (sample buffer used as encoder input).
- Fixed input media type with AverageTime = 0.
- Fixed compiler settings.
1.0.0.3_beta - Feb 15, 2011
- First beta version with fixed CBR = 6000 kbps.