- 25 Aug, 2013 5 commits
-
-
Michael Niedermayer authored
Fixes out of array access Fixes Ticket2895 Found-by:
Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 9a271a93 ) Conflicts: libavcodec/jpeg2000dec.c Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes out of array accesses Fixes Ticket2850 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 3819db74 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes out of array accesses Fixes Ticket2844 Found-by: ami_stuff Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 880c73cd ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Found-by:
Laurent Butti <laurentb@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit f58cd286 ) 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 e43a0a23 ) Conflicts: libavfilter/vf_delogo.c libavfilter/vf_fieldmatch.c libavfilter/vf_fieldorder.c libavfilter/vf_hflip.c libavfilter/vf_kerndeint.c libavfilter/vf_lut.c libavfilter/vf_pad.c libavfilter/vf_showinfo.c libavfilter/vf_vignette.c Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Aug, 2013 3 commits
-
-
Michael Niedermayer authored
Fixes Ticket2859 Note, testcases related to the downmix channels are welcome. (id like to make sure this is working correctly now, as obviously it didnt work before ...) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit c56d4dab)
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 6dfffe92)
-
Michael Niedermayer authored
Without this the block_align or bitrate value is not available to the decoder Fixes Ticket2858 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 3d648456)
-
- 31 Jul, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket2813 Fixes regression since 70b5583b Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 3cd8aaa2)
-
- 28 Jul, 2013 1 commit
-
-
Paul B Mahol authored
Breaks decoding pgms with 255 < maxval < 65535. Found-by: Carl Eugen Hoyos <cehoyos@ag.or.at>. This reverts commit a0348d09. (cherry picked from commit 768e40b4)
-
- 27 Jul, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Jul, 2013 2 commits
-
-
Michael Niedermayer authored
Fixes Ticket2810 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 66632053) Conflicts: libavformat/dtsdec.c
-
Rémi Denis-Courmont authored
Slice threading does not work with hardware acceleration, as decoding is per-picture. This fixes Bugzilla #542. Signed-off-by:
Diego Biurrun <diego@biurrun.de> (cherry picked from commit 93a51984) Conflicts: libavcodec/mpeg12dec.c
-
- 19 Jul, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket2793 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit a4b55bbb) Conflicts: libswscale/input.c
-
- 16 Jul, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket2508 Thanks-to: Moritz Bunkus Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 6158a3bc)
-
- 14 Jul, 2013 1 commit
-
-
Michael Niedermayer authored
* jamrial/release/1.2: oggparseskeleton: avoid header parsing failure oggparseskeleton: Replace avpriv_report_missing_feature() with a normal av_log() call oggparseskeleton: Fix fisbone header parsing Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Jul, 2013 7 commits
-
-
Michael Niedermayer authored
Found-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 0a3a0edd ) Conflicts: libavfilter/af_earwax.c Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes non deterministic output Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 8f099571 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit fbe159e8 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
decode_tonal_components returns a proper AVERROR. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 5eaed6d3 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
If the tile data size does not match the buffer size it did not return an AVERROR_INVALIDDATA causing futher corruption later. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind (cherry picked from commit 7388c0c5 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Dale Curtis authored
Otherwise, during error conditions, the caller will be left with dangling pointers to a destructed packet => boom. BUG=242786 TEST=ffmpeg_regression_tests Commit slightly simplified by commiter Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit c54a1565 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Jul, 2013 5 commits
-
-
Michael Niedermayer authored
Fixes Ticket2574 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 970c8df7) Conflicts: libavcodec/mpeg12dec.c
-
Michael Niedermayer authored
This should also work reasonable with truncated and growing mp3s. Fixes Ticket2590 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit e096283e) Conflicts: libavformat/mp3dec.c
-
Michael Niedermayer authored
Based on description by James Almer and the xiph wiki Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 9a6e814b)
-
James Almer authored
since there should not be more than one fisbone for a given stream. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 63d7684f) Conflicts: libavformat/oggparseskeleton.c
-
James Almer authored
start_granule should be applied to the stream referenced in the fisbone packet, not to the Skeleton stream. This was broken in d1f05dd1 and produced bogus warnings about multiple fisbone in the same stream on files with more than one stream. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 3960992f)
-
- 07 Jul, 2013 7 commits
-
-
Michael Niedermayer authored
Fixes Ticket2581 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit b4579a29)
-
Michael Niedermayer authored
Fixes Ticket2757 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit dc2a13aa)
-
Michael Niedermayer authored
should fix ticket2755 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 707b2135)
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit abce6dfd)
-
Michael Niedermayer authored
Fixes Ticket2632 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit b0092679)
-
Michael Niedermayer authored
Fix null pointer dereference Fixes Ticket2588 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit bf87908c)
-
Michael Niedermayer authored
Fixes crash Fixes Ticket2714 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit b791a083) Conflicts: libavcodec/x86/dsputil_init.c
-
- 27 Jun, 2013 1 commit
-
-
Nigel Touati-Evans authored
The code that copies any extradata from the MXFDescriptor to the codec does not set the size, which it should otherwise the copied data is useless. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 42bd0cd2) Conflicts: libavformat/mxfdec.c
-
- 24 Jun, 2013 1 commit
-
-
Hendrik Leppkes authored
The volatile is not required here, and prevents a miscompilation with GCC 4.8.1 when building on x86 with --cpu=i686 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 659df32a)
-
- 21 Jun, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes resource leak and Ticket2450 Reviewed-by:
Carl Eugen Hoyos <cehoyos@ag.or.at> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 1ee8fadb)
-
- 20 Jun, 2013 2 commits
-
-
Michael Niedermayer authored
Fixes Ticket2194 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 03cd3bec)
-
Michael Niedermayer authored
This ensures that theres enough data for mpeg_probe() to recognize mpeg-ps Fixes Ticket2583 Based on code by: Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit c605adbf)
-