shithub: aacenc

Download patch

ref: 78d8e0141600ac006a94ac6fd5601f599fa5b65b
parent: c06ea495779546f7d1e04f57f182cf2c545775cf
author: Fabian Greffrath <fabian@greffrath.com>
date: Wed Oct 16 08:52:19 EDT 2019

version -> 1.30

--- a/ChangeLog
+++ b/ChangeLog
@@ -13,21 +13,20 @@
 	[ Fabian Greffrath ]
 	* Fix division by zero errors
 	* Fix compilation with GCC <= 4.7.3
-	* Include stdint.h for int32_t
-	* Change bufi to a char pointer
+	* Change pointer type for proper arithmetics
 	* Fix logic error in compiler detection
 	* Revert back to some more generic SSE2 code
-	* Fix a memory leak in chan_remap()
-	* Remove some extra stdint-includes
+	* Fix a memory leak
 	* Fix some cppcheck warnings in the Cfaac code
 	* Check index ranges before dereferencing book arrays (CVE-2018-19886)
-	* Inconditionally include stdint.h in frontend/input.h
+	* Clean up stdint.h header inclusions
 	* Consistently use stdint.h types
 
 	[ Michael Fink ]
 	* Update Visual Studio 2017 projects
-	* Ddded missing include stdint.h needed for using int32_t, uint8_t, etc.
-	* Port over ac2ver tool to generate PACKAGE_VERSION when compiling with Visual Studio
+	* Add stdint.h header inclusions
+	* Port over ac2ver tool from faad2 to generate PACKAGE_VERSION
+	  when compiling with Visual Studio
 
 	[ Eugène Filin ]
 	* Memory allocations redefined
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT(faac, 1.29.9.2, https://sourceforge.net/p/faac/bugs/)
+AC_INIT(faac, 1.30, https://sourceforge.net/p/faac/bugs/)
 AC_CONFIG_AUX_DIR(.)
 AM_INIT_AUTOMAKE([subdir-objects])