Codebase list faad2 / f13d8d0
version -> 2.9.2 Fabian Greffrath 3 years ago
2 changed file(s) with 28 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 2.9.2:
1 [ Michał Janiszewski ]
2 * Only use x86-assembly when explicitly on x86
3 * Use unsigned integers correctly
4 * Initialize pointers that might otherwise not be
5
6 [ Fabian Greffrath ]
7 * update README esp. WRT directory structure
8
9 [ Rosen Penev ]
10 * fix compilation without SBR/PS_DEC (#48)
11 * fix compilation with LC_ONLY_DECODER (#47)
12
13 [ Fabian Greffrath ]
14 * fix "inline function 'cfftf1' declared but never defined" compiler warning
15 * fix some inconsistencies in the frontend output
16 * mp4read_open: add check for failed frame buffer allocation
17 * stszin: add check for allocation error and integer overflow
18 * add a pkg-config file
19
20 [ Stefan Pöschel ]
21 * frontend: address compile warning + add missing LF (#50)
22
23 [ François Cartegnie ]
24 * library name is faad (#52)
25 * Unbreak PS audio (#51)
26
027 2.9.1:
128 [ Fabian Greffrath ]
229 * Include stdio.h in libfaad/ps_dec.c for stderr (Michael Fink)
77 dnl - mpeg4ip plugin (requires mpeg4ip's libmp4v2 to be installed)
88
99 AC_PREREQ(2.50)
10 AC_INIT(faad2, 2.9.1)
10 AC_INIT(faad2, 2.9.2)
1111 AC_CONFIG_AUX_DIR(.)
1212 AM_INIT_AUTOMAKE([subdir-objects])
1313