We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340dae8 commit 3918deeCopy full SHA for 3918dee
ChangeLog
@@ -1,3 +1,12 @@
1
+2.10.1:
2
+ [David Korczynski]
3
+ * Reject buffers of zero size.
4
+
5
+ [François Cartegnie]
6
+ * Fix 7.1 with PCE mapping.
7
+ * Have proper version string in `faad.h`.
8
+ * Add conditional build with DRC.
9
10
2.10.0:
11
[ tatsuz ]
12
* updated Visual Studio projects to VS 2019 (#54)
configure.ac
@@ -8,7 +8,7 @@ dnl - xmms input mp4/aac plugin
dnl - mpeg4ip plugin (requires mpeg4ip's libmp4v2 to be installed)
AC_PREREQ(2.50)
-AC_INIT(faad2, 2.10.0)
+AC_INIT(faad2, 2.10.1)
AC_CONFIG_AUX_DIR(.)
13
AM_INIT_AUTOMAKE([subdir-objects])
14
0 commit comments