Codebase list faad2 / 7103bde
Update upstream source from tag 'upstream/2.9.1' Update to upstream version '2.9.1' with Debian dir fb623d429665fb6e3fff4105b5fa2103bb2b2fe6 Fabian Greffrath 4 years ago
4 changed file(s) with 8 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 2.9.1:
1 [ Fabian Greffrath ]
2 * Include stdio.h in libfaad/ps_dec.c for stderr (Michael Fink)
3 * Fix Tille -> Title typo in frontend/mp4read.c (Alexander Thomas)
4
05 2.9.0:
16 [ Krzysztof Nikiel ]
27 * Build system fixes and code clean-up
77 dnl - mpeg4ip plugin (requires mpeg4ip's libmp4v2 to be installed)
88
99 AC_PREREQ(2.50)
10 AC_INIT(faad2, 2.9.0)
10 AC_INIT(faad2, 2.9.1)
1111 AC_CONFIG_AUX_DIR(.)
1212 AM_INIT_AUTOMAKE([subdir-objects])
1313
469469 {"Genre ", "gnre", GENRE},
470470 {"Grouping ", "\xa9" "grp"},
471471 {"Lyrics ", "\xa9" "lyr"},
472 {"Tille ", "\xa9" "nam"},
472 {"Title ", "\xa9" "nam"},
473473 {"Rating ", "rtng"},
474474 {"BPM ", "tmpo"},
475475 {"Encoder ", "\xa9" "too"},
3232 #ifdef PS_DEC
3333
3434 #include <stdlib.h>
35 #include <stdio.h>
3536 #include "ps_dec.h"
3637 #include "ps_tables.h"
3738