shithub: aacenc

Download patch

ref: 9d47ee25e9a45452256fd04eba8fa391a3046a0b
parent: 3a38fe22ccb9b45bbe37642ae9f37c286173afa4
author: Krzysztof Nikiel <knik@users.sourceforge.net>
date: Tue Aug 22 13:18:52 EDT 2017

version -> 1.29.7

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1.29.7
+	* quantizer tweaked to better support high bitrates
+	* allow higher quality for mp4 files (-q 5000 max)
+	* removed mid frequency boost (it turned out useless)
+	* cutoff frequency adjusted to fully utilize upper band
+	* --help-long option removed, it was just an alias for -H
+	* -b option bug fixed
 1.29.6:
 	- quality related bug fixed
 1.29.5:
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT(faac, 1.29.6.2, https://sourceforge.net/p/faac/bugs/)
+AC_INIT(faac, 1.29.7, https://sourceforge.net/p/faac/bugs/)
 AC_CONFIG_AUX_DIR(.)
 AM_INIT_AUTOMAKE([subdir-objects])