- 20 Mar, 2019 1 commit
-
-
Jun Li authored
Calculate bitrate based on fragment size, only applied when bitrate is not set, for example rtsp source. Reviewed-by: Steven Liu <lq@chinaffmpeg.org> Signed-off-by: Jun Li <junli1026@gmail.com>
-
- 19 Mar, 2019 6 commits
-
-
Rodger Combs authored
Instead of assuming id 0 is used, use the same logic as used for PPS, where all available entries in the list are emitted. Signed-off-by: Aman Gupta <aman@tmm1.net>
-
Gyan Doshi authored
Option doesn't exist .. hasn't for a few years now.
-
Derek Buitenhuis authored
We don't treat this as an error. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
James Almer authored
Removes an av_malloc() per frame. Reviewed-by: BBB Reviewed-by: nevcairiel Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Set threads back to 1. Fixes fate when run in multi threaded mode. Regression since d0c43e32. Signed-off-by: James Almer <jamrial@gmail.com>
-
- 18 Mar, 2019 1 commit
-
-
Paweł Wegner authored
This fixes avformat_query_codec incorrectly returning 0 for mov container and mov_text subtitles. Signed-off-by: Paweł Wegner <pawel.wegner95@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
- 17 Mar, 2019 6 commits
-
-
Zhong Li authored
Just like commit 6829a079, surface size larger than requirement should not be treated as error. Signed-off-by: Zhong Li <zhong.li@intel.com>
-
Michael Niedermayer authored
Fixes: Timeout 13149 (5sec -> 3sec), 13166 (11sec -> 7sec), 13430 (5sec -> 3sec) Fixes: 13149/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PGM_fuzzer-5760833622114304 Fixes: 13166/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PGMYUV_fuzzer-5763216322330624 Fixes: 13430/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PPM_fuzzer-5758658334425088 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: Timeout (11sec -> 3sec) Fixes: 13218/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DFA_fuzzer-5661074316066816 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: Timeout (19sec -> 419msec) Fixes: 13411/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CLEARVIDEO_fuzzer-5733153811988480 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: Timeout (29sec -> 4sec) Fixes: 13150/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DIRAC_fuzzer-5690185671507968 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: Timeout (34sec -> 12sec) Fixes: 13398/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FFV1_fuzzer-5664106709778432 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 16 Mar, 2019 1 commit
-
-
Gyan Doshi authored
-
- 15 Mar, 2019 3 commits
-
-
Mathieu Duponchelle authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Carl Eugen Hoyos authored
The file has to be created first, fixes fate without zlib.
-
Carl Eugen Hoyos authored
pixel_ptr is 3 and leads to aligned access on odd memory addresses. Fixes crashes on systems that do not allow unaligned access like sparc32.
-
- 14 Mar, 2019 22 commits
-
-
James Almer authored
Should fix fate failures on big endian targets. Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'f8abf7d4': checkasm/h264: test 4:2:2 chroma loop filter functions Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '186bd30a': h264/arm64: implement missing 4:2:2 chroma loop filter neon functions Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '7e42d5f0': aarch64: vp8: Optimize vp8_idct_add_neon for aarch64 Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '49f9c427': aarch64: vp8: Skip saturating in shrn in ff_vp8_idct_add_neon Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '37394ef0': aarch64: vp8: Optimize put_epel16_h6v6 with vp8_epel8_v6_y2 Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'cef914e0': arm: vp8: Optimize put_epel16_h6v6 with vp8_epel8_v6_y2 Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'e39a9212': aarch64: vp8: Port bilin functions from arm version Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '58d15492': aarch64: vp8: Port epel4 functions from arm version Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'cc7ba00c': aarch64: vp8: Port missing epel8 functions from arm version Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '52c9b0a6': aarch64: vp8: Port vp8_luma_dc_wht and vp8_idct_dc_add4uv from arm version Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'c513fcd7': aarch64: vp8: Fix a typo in a comment Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'f1011ea2': aarch64: vp8: Reorder the function pointer inits to match the arm original Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'b4b27dce': aarch64: vp8: Move the vp8dsp makefile entries to the right places aarch64: vp8: Remove superfluous includes This commit is a noop, see fecf75a5 c8bc9d13Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '85bfaa49': aarch64: vp8: Use the proper aarch64 form for conditional branches Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '2eeac799': aarch64: vp8: Fix assembling with armasm64 aarch64: vp8: Fix assembling with clang This commit is a noop, see c950beb6 7ddfa5e9Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '0801853e': libavcodec: vp8 neon optimizations for aarch64 See 833fed52Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '899ee030': Unbreak travis on macos Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'f8df5e2f': tests: Add a convenience function for video-only lavf tests Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
-
James Almer authored
* commit '618d02c1': tests: Convert lavf container tests to non-legacy test scripts Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '896fe15d': tests: Convert lavf pixfmt conversion tests to non-legacy test scripts Merged-by: James Almer <jamrial@gmail.com>
-