- 15 Jan, 2020 7 commits
-
-
Michael Niedermayer authored
Fixes: out of array access Fixes: 2nd part of 18429/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMALOSSLESS_fuzzer-6210814364614656 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegReviewed-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Gyan Doshi authored
Revert regression introduced in 6af050d7
-
Gyan Doshi authored
Width and height expressions in scale and scale2ref filters can now reference frame index, timestamp and packet position.
-
Gyan Doshi authored
Allows finer identification and logging of invalid expressions and use of a single list for symbols and their index for both scale and scale2ref.
-
Gyan Doshi authored
Retains parsed expressions which allows for better error-checking and adding animation support.
-
Gyan Doshi authored
Needed when filtergraph reinit is disabled for the ref input.
-
Gyan Doshi authored
Better readability and allows reuse
-
- 14 Jan, 2020 19 commits
-
-
Andreas Rheinhardt authored
Since bae8844e, the packet is automatically unreferenced in ff_read_packet() when an error is returned; but the documentation of this of AVInputFormat.read_packet has not been updated accordingly. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Andreas Rheinhardt authored
The current code only checks when writing the trailer whether the video format and Codec ID are actually compatible with the container. At this point, a lot of data will already have been written (in vain, of course), so check during the init function instead. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Andreas Rheinhardt authored
Up until now, the Sega FILM muxer complained if the first stream wasn't a video stream that there is no video stream at all which is of course nonsense. So postpone this check. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Andreas Rheinhardt authored
by changing the type to unsigned. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Limin Wang authored
Signed-off-by: Limin Wang <lance.lmwang@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Limin Wang authored
Signed-off-by: Limin Wang <lance.lmwang@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Andriy Gelman authored
Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Guo, Yejun authored
Signed-off-by: Guo, Yejun <yejun.guo@intel.com> Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
-
Guo, Yejun authored
Signed-off-by: Guo, Yejun <yejun.guo@intel.com> Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
-
Paul B Mahol authored
-
- 13 Jan, 2020 12 commits
-
-
Lynne authored
-
Jun Zhao authored
enable runtime change flag. Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
-
Jun Zhao authored
enable runtime change flag Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
-
Jun Zhao authored
enable runtime change flag Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
-
Jun Zhao authored
enable runtime change flag Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
-
Jun Zhao authored
enable runtime change flag Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
-
Jun Zhao authored
enable runtime change flag. Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
-
Jun Zhao authored
enable runtime change flag. Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
-
Jun Zhao authored
enable runtime change flag. Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
-
Jun Zhao authored
enable runtime change flag. Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
-
Jun Zhao authored
enable runtime change flag. Reviewe-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
-
Jun Zhao authored
it's stranage to use option "level" in runtime change path but used "quality" in option, add "quality" in runtime change path, it's more intuitive and keep the "level" for compatibility. Reviewe-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
-
- 11 Jan, 2020 2 commits
-
-
Michael Niedermayer authored
Fixes: Timeout(35sec -> 4sec) Fixes: 19289/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RASC_fuzzer-5676526398078976 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: assertion failure Fixes: 19286/clusterfuzz-testcase-minimized-ffmpeg_BSF_H264_REDUNDANT_PPS_fuzzer-5707990724509696 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-