- 12 May, 2013 30 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Prevents inconsistent state and null pointer dereference Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 46cb6181 ) Conflicts: libavcodec/gifdec.c 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> (cherry picked from commit 7ee5e97c ) Conflicts: libavcodec/gifdec.c 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> (cherry picked from commit 0baa0a5a ) 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 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 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes green trash Fixes part of Ticket2535 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit bca50e5c ) 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>
-
Michael Niedermayer authored
* qatar/release/9: update Changelog af_asyncts: fix offset calculation oma: properly forward errors in oma_read_packet indeo3: use unaligned reads on reference blocks. Conflicts: Changelog Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '1ab4578c ': lavc: Fix assignments in if() when calling ff_af_queue_add wav: Always seek to an even offset swscale: Use alpha from the right row in yuva2rgba_c Prepare for 9.6 Release Conflicts: RELEASE Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '0662967d ': hls, segment: fix splitting for audio-only streams. afifo: fix request_samples on the last frame in certain cases id3v2: check for end of file while unescaping tags indeo3: fix off by one in MV validity check Conflicts: libavformat/id3v2.c libavformat/segment.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '46fd6e4f ': aac: check the maximum number of channels update Changelog riff: check for eof if chunk size and code are 0 oggdec: fix faulty cleanup prototype Conflicts: Changelog Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'c8462bd1 ': mp3dec: fallback to generic seeking when a TOC is not present svq1dec: clip motion vectors to the frame size. svq1dec: check that the reference frame has the same dimensions as the current one qdm2: check that the FFT size is a power of 2 Conflicts: libavcodec/svq1dec.c libavformat/mp3dec.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '95db1624 ': indeo3: switch parsing the header to bytestream2 indeo3: check motion vectors. rv10: check that extradata is large enough indeo3: fix data size check Conflicts: libavcodec/indeo3.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '8f558c3e ': af_channelmap: sanity check input channel indices in all cases. id3v2: pad the APIC packets as required by lavc. lavf: make sure stream probe data gets freed. dfa: check for invalid access in decode_wdlt(). Conflicts: libavformat/id3v2.c libavformat/utils.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '858864d3 ': xmv: check audio track parameters validity. bmv: check for len being valid in bmv_decode_frame(). xmv: do not leak memory in the error paths in xmv_read_header() matroska: pass the lace size to the matroska_parse_rm_audio Conflicts: libavformat/matroskadec.c libavformat/xmv.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'b90816d9 ': matroska: Update the available size after lace parsing Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '05015d03 ': matroska: fix a corner case in ebml-lace parsing avfiltergraph: check for sws opts being non-NULL before using them. configure: Enable hwaccels without external dependencies by default. oma: Validate sample rates Conflicts: libavfilter/avfiltergraph.c libavfilter/graphparser.c libavformat/oma.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'fc6825eb ': vp8: Fix pthread_cond and pthread_mutex leaks configure: Refactor dxva2api.h dependency declarations flvdec: read audio sample size and channels metadata flvdec: use the correct audio codec id when parsing metadata Conflicts: configure Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '2e067584 ': Prepare for 9.5 Release update Changelog add missed CVE reference in 9.2 release fate: fetch samples that match the release series Conflicts: Changelog RELEASE tests/Makefile The rsync change is not merged We need to maintain the ability to checkout and test old revissions from master. This implies that the default sample repository has the needed samples for both older and newer revissions. Thus there is no need for a seperate one for each release. Comments & Suggestions of course welcome Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '31a77177 ': iff: validate CMAP palette size Conflicts: libavformat/iff.c Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 May, 2013 4 commits
-
-
Reinhard Tartler authored
-
Anton Khirnov authored
delta is in samples, not bytes. Also the sample format is not guaranteed to be planar. CC:libav-stable@libav.org (cherry picked from commit 16a4a18d ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Luca Barbato authored
Prevent spurios EIO on EOF. CC:libav-stable@libav.org (cherry picked from commit db9aee6c ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Anton Khirnov authored
They are not guaranteed to be aligned. Fixes Bug 503. CC:libav-stable@libav.org (cherry picked from commit a97d8cc1 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 08 May, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Martin Storsjö <martin@martin.st> (cherry picked from commit 1d7ffd06 ) Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 07 May, 2013 2 commits
-
-
Luca Barbato authored
RIFF chunks are aligned to 16bit according to the specification. Bug-Id:500 CC:libav-stable@libav.org (cherry picked from commit ac87eaf8 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
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)
-
- 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>
-
- 05 May, 2013 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #2533. (cherry picked from commit a07ac1f7)
-
- 04 May, 2013 1 commit
-
-
Reinhard Tartler authored
-