- 09 May, 2013 - 22 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 7ff3bfd5 ) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This fixes out of array accesses. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit d23b8462 ) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit ad002e1a ) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes integer overflow and out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 9dd04f6d ) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
(cherry picked from commit 7d8ad6c1 ) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Solution based on rational.c, which uses isinf() too This should fix compilation with msvc Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit c2522473 ) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Should fix pgc warning Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit cc6f848d ) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes calling a random pointer Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 7edb984d ) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This fixes out of array accesses The code prior to this commit could not have worked, thus obviously was untested. I was also not able to find a valid sample that uses this code. This fix is thus only based on the description of the format If someone has a sample that uses unpack_rle(), please mail me. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit c1f2c4c3 ) Conflicts: libavcodec/vmdav.c Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit ae2132ac ) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 8d3c99e8 ) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit b39fd7d63648442c20671c3e4b357268ec5c49f2) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes out of array accesses Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit adaa7743 ) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes out of array access Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Dale Curtis authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 81e85bc9 ) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
ArnoB authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 361319d0 ) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket1605 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 519ebb5e ) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes a few green artifacts at the top Fixes rest of Ticket 2535 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit c67bca2b)
-
Michael Niedermayer authored
Fixes green trash Fixes part of Ticket2535 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit bca50e5c)
-
Reimar Döffinger authored
Fixes playback of test7.mkv validation test file. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> (cherry picked from commit 762d4335)
-
Clément Bœsch authored
This avoids invalid free when the stream id doesn't match the packet stream index. Ticket #2501 (cherry picked from commit 035a3792)
-
- 05 May, 2013 - 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #2533. (cherry picked from commit a07ac1f7)
-
- 13 Apr, 2013 - 1 commit
-
-
Janne Grunau authored
(cherry picked from commit b066d902)
-
- 07 Apr, 2013 - 1 commit
-
-
Nicolas George authored
Text subtitles packets are not 0-terminated (and if they are, it is handled by the recoding process since 0 is a valid Unicode code point). The terminating 0 would overwrite the last payload octet. OTOH, packets must be 0-padded. Fix a problem reported in trac ticket #2431.
-
- 03 Apr, 2013 - 2 commits
-
-
Carl Eugen Hoyos authored
Fixes ticket #2430. Reviewed-by: Matthieu Bouron (cherry picked from commit db2d3a90)
-
Paul B Mahol authored
Regression since a93b572a . Fixes #2426. Signed-off-by: Paul B Mahol <onemda@gmail.com> (cherry picked from commit e3cc92a6)
-
- 02 Apr, 2013 - 1 commit
-
-
Carl Eugen Hoyos authored
Fixes decoding with picky media players. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit b448c0a6)
-
- 26 Mar, 2013 - 1 commit
-
-
Carl Eugen Hoyos authored
Many players ignore broken aac frames, so don't abort mov or flv muxing when encountering one, just print a warning instead. Fixes ticket #2380. (cherry picked from commit 1741fece)
-
- 22 Mar, 2013 - 1 commit
-
-
Diego Biurrun authored
Fixes ticket #2368. (cherry picked from commit 2e2ec667)
-
- 18 Mar, 2013 - 1 commit
-
-
Carl Eugen Hoyos authored
Reconfiguring can break x264 lossless encoding. Fixes ticket #2165. (cherry picked from commit 75c7e458)
-
- 14 Mar, 2013 - 4 commits
-
-
Fabrizio Gennari authored
Credits to Khusraw of bttr-software.de forum. Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at> (cherry picked from commit 91b747ac ) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket2353 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 3c24fbbf)
-
- 10 Mar, 2013 - 2 commits
-
-
Michael Niedermayer authored
Fixes Ticket2186 Requested-by: carl Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 806a66fd)
-
Carl Eugen Hoyos authored
This reverts commit 9ad3cd5b. The misdetection on OS X should be fixed, we will only get problem reports if auto-detection is enabled. (cherry picked from commit 3f78f090)
-
- 09 Mar, 2013 - 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 08 Mar, 2013 - 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This reverts commit 60dbf2ef. This is not needed anymore, Ticket 1694 has been fixed differently
-