- 06 May, 2013 1 commit
-
-
Martin Storsjö authored
Every other pixel had the alpha channel taken from the wrong row. This fixes bug 504. CC: libav-stable@libav.org Signed-off-by:
Martin Storsjö <martin@martin.st> (cherry picked from commit 6e293d11 ) Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 04 May, 2013 3 commits
-
-
Reinhard Tartler authored
-
Anton Khirnov authored
CC:libav-stable@libav.org (cherry picked from commit cf679b94 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Anton Khirnov authored
The current code can fail to return the last frame if it contains exactly the requested number of samples. Fixes the join filter test, which previously did not include the last 408 samples in most cases. CC:libav-stable@libav.org Signed-off-by:
Diego Biurrun <diego@biurrun.de> (cherry picked from commit 9bfc6e02 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de> Conflicts: libavfilter/fifo.c tests/fate/filter-audio.mak
-
- 03 May, 2013 2 commits
-
-
Luca Barbato authored
Prevent an out of buffer bound write. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org (cherry picked from commit af4cc260 ) Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Anton Khirnov authored
CC:libav-stable@libav.org (cherry picked from commit 95220be1 ) Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 27 Apr, 2013 1 commit
-
-
Luca Barbato authored
Broken bitstreams could report a larger than specified number of channels and cause outbound writes. CC:libav-stable@libav.org (cherry picked from commit a943a132 ) Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 21 Apr, 2013 3 commits
-
-
Reinhard Tartler authored
-
Luca Barbato authored
Prevent an infinite loop. Inspired by a patch from Michael Niedermayer CC: libav-stable@libav.org Signed-off-by:
Diego Biurrun <diego@biurrun.de> (cherry picked from commit 8e329dba ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Luca Barbato authored
(cherry picked from commit fba8e5b6 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 19 Apr, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes seeking without a Xing/Info header. CC: libav-stable@libav.org Signed-off-by:
Anton Khirnov <anton@khirnov.net> (cherry picked from commit 505642f1 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 18 Apr, 2013 8 commits
-
-
Anton Khirnov authored
Fixes invalid reads for corrupted files. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org (cherry picked from commit ecff5acb ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Anton Khirnov authored
They can be different if the last keyframe failed to decode correctly. Fixes possible invalid reads in such a case. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org (cherry picked from commit b1bb8fb8 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Anton Khirnov authored
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org (cherry picked from commit 34f87a58 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Anton Khirnov authored
Also add an additional sanity check to the alt_quant table. Fixes invalid reads with corrupted files. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org (cherry picked from commit 66531d63 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Anton Khirnov authored
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org (cherry picked from commit a0a872d0 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Anton Khirnov authored
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org (cherry picked from commit 01d376f5) Conflicts: libavcodec/rv10.c
-
Anton Khirnov authored
The data offsets are relative to the bistream header, which is 16 bytes after the start of the data. Fixes invalid reads with corrupted files. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org (cherry picked from commit 34e6af9e ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Anton Khirnov authored
Fixes invalid reads from non-existing channels. CC:libav-stable@libav.org (cherry picked from commit aafed117 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 08 Apr, 2013 1 commit
-
-
Anton Khirnov authored
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
- 06 Apr, 2013 9 commits
-
-
Anton Khirnov authored
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org (cherry picked from commit dbb14258 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Anton Khirnov authored
This can happen when the number of skipped lines is not consistent with the number of coded lines. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org (cherry picked from commit 3623589e ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Anton Khirnov authored
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org (cherry picked from commit d1016dcc ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Anton Khirnov authored
It can be 0 or -1 for invalid files, which may result in invalid memory access. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org (cherry picked from commit b88f9021) Conflicts: libavcodec/bmv.c
-
Anton Khirnov authored
CC: libav-stable@libav.org (cherry picked from commit f8080bd1 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Luca Barbato authored
Each lace must be independent according to the specification. Fix heap-buffer-overflow in matroska_parse_block for corrupted real media in mkv files. Stricter check than fc43c19a CC: libav-stable@libav.org (cherry picked from commit 25a80a93 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Dale Curtis authored
Fix heap-buffer-overflow in matroska_parse_block for corrupted real media in mkv files. CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit fc43c19a ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Luca Barbato authored
Make sure we notice when the lace_size[n] is a negative value. CC: libav-stable@libav.org (cherry picked from commit 8a96df7b ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Anton Khirnov authored
Avoid snprintfing a NULL pointer. CC: libav-stable@libav.org (cherry picked from commit 6e3c13a5 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 31 Mar, 2013 7 commits
-
-
Diego Biurrun authored
(cherry picked from commit 2e2ec667) This is a fixup for f074618a to reenable auto-detection of dxva in the build environment. Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Luca Barbato authored
The sample rate index is 3 bits even if currently index 5, 6 and 7 are not supported. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org (cherry picked from commit 0933fd15 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Matt Wolenetz authored
CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit 1d6e6189 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Diego Biurrun authored
(cherry picked from commit 215cdd35) Fixes Bug: #482
-
Justin Ruggles authored
This is needed in order for the FLV demuxer not to detect a codec change when using the "flv_metadata" option. (cherry picked from commit e46a2a73 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Justin Ruggles authored
(cherry picked from commit c3d01577 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Reinhard Tartler authored
-
- 23 Mar, 2013 3 commits
-
-
Reinhard Tartler authored
-
Reinhard Tartler authored
-
Reinhard Tartler authored
The idea is to ensure that 'make fate-rsync' always fetches the fate samples that work with this release.
-
- 18 Mar, 2013 1 commit
-
-
Kostya Shishkov authored
Fixes CVE-2013-2495 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> CC: libav-stable@libav.org (cherry picked from commit 50c449ac ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-