- 09 Oct, 2019 3 commits
-
-
Raphaël Zumer authored
Signed-off-by:
Raphaël Zumer <rzumer@tebako.net>
-
Raphaël Zumer authored
There is no change in the encoded bitstream, but this ensures that the written field length is consistent with the reference implementation. Unused bytes are zeroed out for backwards compatibility. Signed-off-by:
Raphaël Zumer <rzumer@tebako.net>
-
Raphaël Zumer authored
Signed-off-by:
Raphaël Zumer <rzumer@tebako.net>
-
- 08 Oct, 2019 37 commits
-
-
Zhao Zhili authored
-
Michael Niedermayer authored
the data_start is after reading 12 bytes and if its subtracted at the very end the intermediate might overflow Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
This seeks to the position the previous call to dxv_decompress_opcodes() positioned us in case of success Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: Timeout (28sec -> 3sec) Fixes: 17559/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_H263_fuzzer-5681050776240128 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 (18sec -> 0.4sec) Fixes: 17585/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TRUEMOTION1_fuzzer-5117015135617024 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: Memleaks Fixes: 17219/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5720539124989952 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 (17sec -> 15ms) Fixes: 17224/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SUNRAST_fuzzer-5663218491457536 Fixes: 17224/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SUNRAST_fuzzer-5735590015795200 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
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: Timeout (110sec -> 1sec) Fixes: 17123/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AMV_fuzzer-5636452758585344 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
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: Integer overflow Fixes: 17199/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FLAC_fuzzer-5696145187143680 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Paul B Mahol authored
-
Andreas Rheinhardt authored
Forgotten in 7da57875. Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
vectronic authored
Reviewed-by:
Steven Liu <lq@onvideo.cn> Signed-off-by:
vectronic <hello.vectronic@gmail.com>
-
vectronic authored
made with persistent connections to prevent incorrect reset of offset when demuxing HLS+FMP4 Signed-off-by:
Steven Liu <lq@onvideo.cn> Signed-off-by:
vectronic <hello.vectronic@gmail.com>
-
vectronic authored
add ff_http_do_new_request2() which supports options to be applied to HTTPContext after initialisation with the new uri Signed-off-by:
Steven Liu <lq@onvideo.cn> Signed-off-by:
vectronic <hello.vectronic@gmail.com>
-
Limin Wang authored
Signed-off-by:
Limin Wang <lance.lmwang@gmail.com>
-
Limin Wang authored
Signed-off-by:
Limin Wang <lance.lmwang@gmail.com>
-
Limin Wang authored
Reviewed-by:
Steven Liu <lq@chinaffmpeg.org> Signed-off-by:
Limin Wang <lance.lmwang@gmail.com>
-
Limin Wang authored
Linux and OSX systems support basename and dirname via <libgen.h>, I plan to make the wrapper interface conform to the standard interface first. If it is feasible, I will continue to modify it to call the system interface if there is already a system call interface. You can get more description about the system interface by below command: "man 3 basename" Reviewed-by:
Marton Balint <cus@passwd.hu> Reviewed-by:
Tomas Härdin <tjoppen@acc.umu.se> Reviewed-by:
Steven Liu <lq@chinaffmpeg.org> Signed-off-by:
Limin Wang <lance.lmwang@gmail.com>
-
Steven Liu authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Steven Liu authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Steven Liu authored
Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Steven Liu authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Steven Liu authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Steven Liu authored
Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Steven Liu authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Steven Liu authored
Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Steven Liu authored
Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Steven Liu authored
Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Steven Liu authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Steven Liu authored
Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Steven Liu authored
Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Steven Liu authored
Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
elliottk authored
Current default is 200kbps, which produces inconsistent results (too high for low-res, too low for hi-res). Use CRF instead, which will adapt. Affects VP9. Also have VP8 use a default bitrate of 256kbps. Signed-off-by:
James Zern <jzern@google.com>
-
Zhong Li authored
Signed-off-by:
Zhong Li <zhong.li@intel.com>
-
Zhong Li authored
Reported-by:
Linjie Fu <linjie.fu@intel.com> Signed-off-by:
Zhong Li <zhong.li@intel.com>
-