- 04 Nov, 2011 40 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* release/0.8: (96 commits) Version numbers for 0.8.6 snow: emu edge support Fixes Ticket592 imc: validate channel count imc: check for ff_fft_init() failure (cherry picked from commit 95fee70d) libgsmdec: check output buffer size before decoding (cherry picked from commit b03761b1) configure: fix arch x86_32 mp3enc: avoid truncating id3v1 tags by one byte asfdec: Check packet_replic_size earlier cin audio: validate the channel count binkaudio: add some buffer overread checks. atrac1: validate number of channels (cherry picked from commit bff5b2c1) atrac1: check output buffer size before decoding (cherry picked from commit 33684b9c) vp3: fix oob read for negative tokens and memleaks on error. (cherry picked from commit 8370e426) apedec: set s->currentframeblocks after validating nblocks apedec: use unsigned int for 'nblocks' and make sure that it's within int range apedec: check for data buffer realloc failure (cherry picked from commit 11ca8b2d) apedec: check for filter buffer allocation failure (cherry picked from commit 75007813 ) mpegaudiodec: check output data size based on avctx->frame_size resample: Fix array size resample2: fix potential overflow ... Conflicts: Doxyfile RELEASE VERSION Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket592 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 4416931f ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
ask for a sample if not mono (cherry picked from commit 7b7f47e7 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
(cherry picked from commit 95fee70d ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
(cherry picked from commit b03761b1 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 078811d9 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Tobias Rapp authored
Avoid writing the trailing null-byte for id3v1 tags if length reaches max length. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 0f39fa02 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 60fcc19b ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
This stops decoding before overreads instead of after. (cherry picked from commit 101ef19e ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
(cherry picked from commit bff5b2c1 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
(cherry picked from commit 33684b9c ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Ronald S. Bultje authored
(cherry picked from commit 8370e426 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
-
Justin Ruggles authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
(cherry picked from commit 11ca8b2d ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
(cherry picked from commit 75007813 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Found-by: Jim Radford Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 3e7db0a9 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Found-by: Jim Radford Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
(cherry picked from commit f540ca22 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
(cherry picked from commit 60aa1a35 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
(cherry picked from commit e53eecd0 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Alex Converse authored
(cherry picked from commit 2a6eb062 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
(cherry picked from commit 9e5e2c2d ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Laurent Aimar authored
It prevents leaving the AVPacket uninitialized. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit bc38e837 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Laurent Aimar authored
mpegts: fix return value when enough ts packets have been parsed or when the first PMT has been seen. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 49ec0c81 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Matthew Einhorn authored
avpicture_get_size() returns the size of buffer required for avpicture_layout. For pseudo-paletted formats (gray8...) this size does not include the palette. However, avpicture_layout doesn't know this and still writes the palette. Consequently, avpicture_layout writes passed the length of the buffer. This fixes it by fixing avpicture_layout so that it doesn't write the palette for these formats. Signed-off-by:
Matthew Einhorn <moiein2000@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit e662b263 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Alex Converse authored
(cherry picked from commit ab294069 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Ronald S. Bultje authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net> (cherry picked from commit feadcd1b ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Ronald S. Bultje authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net> (cherry picked from commit 0f0b5d64 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Ronald S. Bultje authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net> (cherry picked from commit 56535793 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Ronald S. Bultje authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net> (cherry picked from commit f05c2fb6 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Ronald S. Bultje authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net> (cherry picked from commit 723229c1 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Alex Converse authored
(cherry picked from commit 7ad06beb ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Alex Converse authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-