- 12 Aug, 2014 3 commits
-
-
Michael Niedermayer authored
-
Christophe Gisquet authored
If the allocated size, despite best efforts, is too small, exit with the appropriate error. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 52b81ff4 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Christophe Gisquet authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit bf10f09b ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Aug, 2014 15 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes: snowf.avi Found-by:
Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 9a162146 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes out of array access Found-by:
Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 3539d6c6 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit efc4fe9d ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes part of ticket2236 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 956f4087 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '67134ad3 ': h264: fix interpretation of interleaved stereo modes Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Add padding, clear size, use the correct pointer. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 4213fc5b ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'd513c6a0 ': svq1: do not modify the input packet Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '18f48e05 ': cdgraphics: do not return 0 from the decode function Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '5bf5a35f': cdgraphics: switch to bytestream2 Conflicts: libavcodec/cdgraphics.c See: ad002e1a Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '6598aaea': jpeg2000: enable 4 component pixel formats See: f0358dc1 Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'a5992a27 ': stereo3d: add missing include guards Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'aa943bd3': huffyuvdec: check width size for yuv422p Conflicts: libavcodec/huffyuvdec.c See: 6abb9a90 Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'bea14966': mmvideo: check horizontal coordinate too See: 8d3c99e8 Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '6be5a3c0': wmalosslessdec: fix mclms_coeffs* array size See: ec9578d5 Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Aug, 2014 1 commit
-
-
Felix Abecassis authored
Column and row frame packing arrangements were inverted. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 06 Aug, 2014 5 commits
-
-
Anton Khirnov authored
The input data must remain constant, make a copy instead. This is in theory a performance hit, but since I failed to find any samples using this feature, this should not matter in practice. Also, check the size of the header, avoiding invalid reads on truncated data. CC:libav-stable@libav.org (cherry picked from commit 7b588bb6 ) Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
0 means no data consumed, so it can trigger an infinite loop in the caller. CC:libav-stable@libav.org (cherry picked from commit c7d9b473 ) Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
Fixes possible invalid memory accesses on corrupted data. CC:libav-stable@libav.org Bug-ID: CVE-2013-3674 (cherry picked from commit a1599f3f ) Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Vittorio Giovara authored
Bug-Id: 721 CC: libav-stable@libav.org Sample-Id: 31230.mov
-
Vittorio Giovara authored
-
- 05 Aug, 2014 16 commits
-
-
Michael Niedermayer authored
Found-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
release branches are detected by checking if "git" is not in RELEASE This changes "N-64706-g2f71aeb3" to "n2.3-8-g2f71aeb3 " for git master theres no change This should improve the readability of lists of versions which come from more than 1 release branch or master + release. fate.ffmpeg.org is one possible example Reviewed-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit ee606fd0 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
it overrides what version.sh prints and thus makes its output from release branches rather useless Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 2f71aeb3) Conflicts: VERSION
-
Michael Niedermayer authored
Changelog by: Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Avoid out of array accesses. CC: libav-stable@libav.org Bug-Id: CVE-2013-0848 Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net> (cherry picked from commit a7153444 ) Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
Fixes out of array accesses. Bug-Id: CVE-2013-3672 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net> (cherry picked from commit 70cd3b8e ) Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
Fixes corruption of context Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org Bug-Id: CVE-2014-2098 Signed-off-by:
Anton Khirnov <anton@khirnov.net> (cherry picked from commit 849b9d34 ) Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
also check pbuffer before use Found-by: CSA Reviewed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 1d8d21b9 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Found-by: CSA Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit e706fe76 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Found-by: CSA Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 2e6fdcb7 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit bcc898dd ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 81c1657a ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes a infinite loop Fixes Ticket3804 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit cfdb30d2 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket3809 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit f95298c9 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anshul Maheswhwari authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit fcb11ec2 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 0782fb6b ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-