AAC Encoder: Release Notes
From AVObjects Knowledge Base
(Difference between revisions)
(Created page with "<!--This is the release notes for AAC Encoder. * {{download}} {{Audio Level DirectShow Filter: Download}} * {{report_problem}} --> === 1.2.0.0 - Dec 17, 2014 === * Added...") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{This|products/release_notes/aac_encoder:_release_notes.html}} | ||
<!--This is the release notes for [[AAC Encoder]]. | <!--This is the release notes for [[AAC Encoder]]. | ||
− | * {{download}} {{ | + | * {{download}} {{AAC Encoder: Download}} |
* {{report_problem}} | * {{report_problem}} | ||
--> | --> | ||
+ | === 1.2.2.0 - Feb 03, 2023 === | ||
+ | |||
+ | * Added support for the IEEE_FLOAT (32-bit floating point) mediatype/stream on input pin | ||
+ | * Upgraded to IPP 2021.6.2 | ||
+ | * Corrected base class for output pins | ||
+ | * The compilation options for VS2015 are selected to install the filter also in Windows XP (v140_xp). | ||
+ | * The project has been updated in accordance with cumulative changes in the base libraries. | ||
+ | * The protection settings were changed to reduce false positive notifications from antiviruses. | ||
+ | * Updated property page | ||
+ | |||
+ | === 1.2.1.0 - Sep 20, 2016 === | ||
+ | |||
+ | * Added interface IAVVersion for obtain filter's type (Debug/Release), version, compilation date/time, etc. | ||
+ | * Added code signing certificate. | ||
+ | * Corrected protection system (cumulative corrections). | ||
+ | * Added cumulative corrections in base libraries. | ||
+ | |||
=== 1.2.0.0 - Dec 17, 2014 === | === 1.2.0.0 - Dec 17, 2014 === | ||
Latest revision as of 18:01, 3 February 2023
This page is a copy of the original page on the AVObjects' web site and can also be viewed here.
1.2.2.0 - Feb 03, 2023
- Added support for the IEEE_FLOAT (32-bit floating point) mediatype/stream on input pin
- Upgraded to IPP 2021.6.2
- Corrected base class for output pins
- The compilation options for VS2015 are selected to install the filter also in Windows XP (v140_xp).
- The project has been updated in accordance with cumulative changes in the base libraries.
- The protection settings were changed to reduce false positive notifications from antiviruses.
- Updated property page
1.2.1.0 - Sep 20, 2016
- Added interface IAVVersion for obtain filter's type (Debug/Release), version, compilation date/time, etc.
- Added code signing certificate.
- Corrected protection system (cumulative corrections).
- Added cumulative corrections in base libraries.
1.2.0.0 - Dec 17, 2014
- Added "AAC main" Audio Object Type.
- Removed integer encoder.
- Upgraded to IPP 8.0.2.
- Corrected property page.
- Corrected C++ and C# samples.
1.1.0.0 - Jun 25, 2013
- Corrected property page
- Corrected C++ sample
- Corrected code for set encoding parameters.
- Corrected limits for possible SBR bitrates
- Fixed several bugs in code
- Added interface method for get range of accepted bitrates IMLAACEncoder::GetBitrateRange()
- Upgraded to latest ATL
- Upgraded license system
- Added method for upload license from application code
- Filter moved to AVObjects.com
1.0.0.1 - Aug 29, 2012
- First version