Codebase list faad2 / beef460
Merge remote-tracking branch 'origin/unstable' Andres Mejia 12 years ago
4 changed file(s) with 22 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 faad2 (2.7-6) unstable; urgency=high
1
2 [ Alessio Treglia ]
3 * Fix segmentation fault in faad due to an incorrect pointer size
4 (Closes: #603807, LP: #665802).
5 * Add gbp config file.
6
7 [ Andres Mejia ]
8 * Revert changes in 2.7-5. Upload of 2.7-5 was unintentionally done.
9 * Refresh patches.
10
11 -- Andres Mejia <mcitadel@gmail.com> Mon, 22 Nov 2010 19:17:36 -0500
12
013 faad2 (2.7-5) unstable; urgency=low
114
215 * Update my e-mail address.
0 [DEFAULT]
1 debian-branch = unstable
2 upstream-branch = upstream
3 pristine-tar = True
4 sign-tags = True
1212 frontend/audio.c | 4 ++--
1313 1 file changed, 2 insertions(+), 2 deletions(-)
1414
15 --- faad2.orig/frontend/audio.c
16 +++ faad2/frontend/audio.c
17 @@ -347,7 +347,7 @@ static int write_audio_24bit(audio_file
15 --- a/frontend/audio.c
16 +++ b/frontend/audio.c
17 @@ -347,7 +347,7 @@
1818 {
1919 int ret;
2020 unsigned int i;
2323 char *data = malloc(samples*aufile->bits_per_sample*sizeof(char)/8);
2424
2525 aufile->total_samples += samples;
26 @@ -391,7 +391,7 @@ static int write_audio_32bit(audio_file
26 @@ -391,7 +391,7 @@
2727 {
2828 int ret;
2929 unsigned int i;
00 manpage.patch
1 bpa-stdin.patch
2 path_max.patch
31 incorrect_pointer_size.patch