shithub: aacdec

Download patch

ref: f13d8d0c279dd84018365f7944a00cbfee0ba712
parent: 912b2ee70e9087b2e2510db01b4d65806e7c9d78
author: Fabian Greffrath <fabian@greffrath.com>
date: Mon May 4 17:53:45 EDT 2020

version -> 2.9.2

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2.9.2:
+	[ Michał Janiszewski ]
+	* Only use x86-assembly when explicitly on x86
+	* Use unsigned integers correctly
+	* Initialize pointers that might otherwise not be
+
+	[ Fabian Greffrath ]
+	* update README esp. WRT directory structure
+
+	[ Rosen Penev ]
+	* fix compilation without SBR/PS_DEC (#48)
+	* fix compilation with LC_ONLY_DECODER (#47)
+
+	[ Fabian Greffrath ]
+	* fix "inline function 'cfftf1' declared but never defined" compiler warning
+	* fix some inconsistencies in the frontend output
+	* mp4read_open: add check for failed frame buffer allocation
+	* stszin: add check for allocation error and integer overflow
+	* add a pkg-config file
+
+	[ Stefan Pöschel ]
+	* frontend: address compile warning + add missing LF (#50)
+
+	[ François Cartegnie ]
+	* library name is faad (#52)
+	* Unbreak PS audio (#51)
+
 2.9.1:
 	[ Fabian Greffrath ]
 	* Include stdio.h in libfaad/ps_dec.c for stderr (Michael Fink)
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@
 dnl - mpeg4ip plugin (requires mpeg4ip's libmp4v2 to be installed)
 
 AC_PREREQ(2.50)
-AC_INIT(faad2, 2.9.1)
+AC_INIT(faad2, 2.9.2)
 AC_CONFIG_AUX_DIR(.)
 AM_INIT_AUTOMAKE([subdir-objects])