shithub: aacdec

ref: 66c597cad1580096260656ae8dc1140b8d1954e2
dir: /ChangeLog/

View raw version
2.9.0:
	[ Krzysztof Nikiel ]
	* obsolete files removed
	* add getopt.h as extra source

	[ LoRd_MuldeR ]
	* Fixed a number of compiler warnings because of unused variables
	  + fixed use of un-initialized variable.
	* Fixed indentation.
	* More generalized solution that also fixes compilation with
	  GCC < 4.7.3.
	* Removed non-existing MSVC project from the solution file.

	[ Cameron Cawley ]
	* Fix compilation with GCC 4.7.4
	* Fix compilation with MinGW

	[ Michael Fink ]
	* updated Visual Studio 2017 project for libfaad2.dll,
	  also retrieving version from configure.ac file
	* ignoring .user files from Visual Studio

	[ Hugo Lefeuvre ]
	* Fix crash with unsupported MP4 files (NULL pointer dereference,
	  division by zero)
	* CVE-2019-6956: ps_dec: sanitize iid_index before mixing
	* CVE-2018-20196: sbr_fbt: sanitize sbr->M (should not exceed MAX_M)
	* CVE-2018-20199, CVE-2018-20360: specrec: better handle unexpected
	  parametric stereo (PS)
	* CVE-2018-20362, CVE-2018-19504, CVE-2018-20195, CVE-2018-20198,
	  CVE-2018-20358: syntax.c: check for syntax element inconsistencies
	* CVE-2018-20194, CVE-2018-19503, CVE-2018-20197, CVE-2018-20357,
	  CVE-2018-20359, CVE-2018-20361: sbr_hfadj: sanitize frequency band
	  borders

	[ Hugo Beauzée-Luyssen ]
	* CVE-2019-15296, CVE-2018-19502: Fix a couple buffer overflows

	[ Filip Roséen ]
	* Add patch to prevent crash on SCE followed by CPE

	[ Gianfranco Costamagna ]
	* Fix link failure with gcc-9 and wl,asneeded flags

	[ Fabian Greffrath ]
	* Enable the frontend to be built reproducibly

2.8.8:
2.8.7:
	- MSVC build fixes
	- fixed a coulple bugs
2.8.6:
2.8.5:
	- another package fix
2.8.4:
	- minor fix to released packages
2.8.3
	- better autotools support
2.8.2
	- PNS bug fixed
	- New MP4 input module
	- NeAACDecGetVersion: 
		new api function to get version and copyright strings

2.8.1:
	- seeking support for MP4 files
2.8.0:
	- patches and fixed bugs

2009-02-02 - Version 2.7
	* DAB+ support
	* Use public headers internally to prevent duplicate declarations
	* Explicitly typedef all types as signed
	* Made sure MAIN prediction can't be started after the first frame
	* Lot's of compilation issues solved
	* Bugfix in SBR envelope border calculation