Skip to content

Commit

Permalink
version -> 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed May 4, 2020
1 parent 912b2ee commit f13d8d0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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.9.1)
AC_INIT(faad2, 2.9.2)
AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([subdir-objects])

Expand Down

0 comments on commit f13d8d0

Please sign in to comment.