- 03 Oct, 2017 14 commits
-
-
Lou Logan authored
Signed-off-by: Lou Logan <lou@lrcd.com> Reviewed-by: Kieran O Leary <kieran.o.leary@gmail.com> Reviewed-by: Carl Eugen Hoyos <ceffmpeg@gmail.com>
-
James Almer authored
* commit 'cd7a2e15': asfdec: fix reading files larger than 2GB Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '248dc5c1': h264dec: fix dropped initial SEI recovery point Merged-by: James Almer <jamrial@gmail.com>
-
Martin Vignali authored
Also modify the required alignment, to 32 instead of 16 for several codecs Signed-off-by: James Almer <jamrial@gmail.com>
-
Carl Eugen Hoyos authored
Fixes ticket #5925. Reviewed-by: Marton
-
Carl Eugen Hoyos authored
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: invalid shift Fixes: 3482/clusterfuzz-testcase-minimized-5446915875405824 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: runtime error: left shift of negative value -255 Fixes: 3373/clusterfuzz-testcase-minimized-5604083912146944 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
Fixes the last remaining memleaks introduced by a22c6a47. Signed-off-by: James Almer <jamrial@gmail.com>
-
Michael Niedermayer authored
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
The first frame changes depending on --enable-memory-poisoning being used to configure ffmpeg or not, even if requesting bitexact decoding. Disable the test until this is fixed. Signed-off-by: James Almer <jamrial@gmail.com>
-
- 02 Oct, 2017 10 commits
-
-
James Almer authored
Fixes memleaks introduced by a22c6a47.
-
James Almer authored
* commit '8e4d4efc': fate: Add another SVQ3 test to increase coverage Also included a fix from da8093f7. The demuxer option "-ignore_editlist 1 " is temporarily added to the test as well, to workaround a regression in the edit list mov parsing code. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'b8f66c08': aarch64: vp9itxfm: Reorder iadst16 coeffs arm: vp9itxfm: Reorder iadst16 coeffs aarch64: vp9itxfm: Reorder the idct coefficients for better pairing arm: vp9itxfm: Reorder the idct coefficients for better pairing aarch64: vp9itxfm: Avoid reloading the idct32 coefficients arm: vp9itxfm: Avoid reloading the idct32 coefficients arm: vp9lpf: Implement the mix2_44 function with one single filter pass aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1 arm/aarch64: vp9lpf: Keep the comparison to E within 8 bit This commit is a noop, see 3fbbad29 f32690a2 a88db8b9 600f4c9b 2905657b 4f693b56 f9522730 b2e20d89 26ee83acMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'ed6a891c': Place attribute_deprecated in the right position for struct declarations This commit is a noop, see 99530387 6ff3da4fMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '04d2afa9': mkv: Update the seek test to match 5d3953a5 fate: Update fate-lavf-mkv after commit 5d3953a5 This commit is a noop. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '156bc019': fate: Add webp alpha test This commit is a noop, see bd2cec70 2bdb26b4 92bf87dbMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '5d3953a5': matroskaenc: factor ts_offset into block timecode computation Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
It uses the existing buffer instead of allocating a new one. Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
- 01 Oct, 2017 10 commits
-
-
James Almer authored
It leaks memory and destroys the dst packet in case of failure, and it ultimately duplicates functionality already existing in the saner av_packet_copy_props(). Reviewed-by: wm4 Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'c95169f0': build: Move cli tool sources to a separate subdirectory Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
-
Martin Vignali authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
Carl Eugen Hoyos authored
-
Karthick J authored
-
James Almer authored
Revert back to the test as done by commit af7a75cb, where it was changed to compile and not just preprocess to fix build failures on FreeBSD with gcc 4.7 Signed-off-by: James Almer <jamrial@gmail.com>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 30 Sep, 2017 6 commits
-
-
Michael Niedermayer authored
Fixes: OOM Fixes: 2225/clusterfuzz-testcase-minimized-5505632079708160 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Carl Eugen Hoyos authored
-
James Almer authored
Fixes fate-source Signed-off-by: James Almer <jamrial@gmail.com>
-
Ashish Singh authored
Signed-off-by: Ashish Singh <ashk43712@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
Jan Ekström authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-