- 26 Jun, 2019 1 commit
-
-
Michael Niedermayer authored
Fixes: division by zero Fixes: 15257/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_BINTEXT_fuzzer-5757352881422336 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 25 Apr, 2019 1 commit
-
-
Nikolas Bowe authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Sep, 2018 2 commits
-
-
Michael Niedermayer authored
reget seems unneeded and it is slower Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: Timeout Fixes: 9795/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_XBIN_fuzzer-5768631928487936 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Feb, 2018 1 commit
-
-
Michael Niedermayer authored
Fixes: Timeout Fixes: 6277/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_XBIN_fuzzer-6047202288861184 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 04 Oct, 2013 1 commit
-
-
Clément Bœsch authored
See b2bed932.
-
- 13 Mar, 2013 1 commit
-
-
Clément Bœsch authored
Coccinelle profile used: @@ expression r, ctx, f, loglevel, str, flags; @@ -if ((r = ff_get_buffer(ctx, f, flags)) < 0) { - av_log(ctx, loglevel, str); - return r; -} +if ((r = ff_get_buffer(ctx, f, flags)) < 0) + return r; @@ expression r, ctx, f, loglevel, str; @@ -if ((r = ff_reget_buffer(ctx, f)) < 0) { - av_log(ctx, loglevel, str); - return r; -} +if ((r = ff_reget_buffer(ctx, f)) < 0) + return r; @@ expression r, ctx, f, loglevel, str, flags; @@ -if ((r = ff_thread_get_buffer(ctx, f, flags)) < 0) { - av_log(ctx, loglevel, str); - return r; -} +if ((r = ff_thread_get_buffer(ctx, f, flags)) < 0) + return r; ...along with some manual patches for the remaining ones.
-
- 05 Dec, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 01 Oct, 2012 1 commit
-
-
Clément Bœsch authored
This needs to be accessible for libavfilter in the next commit.
-
- 15 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
This fixes a warning about a unused function Alternatively the function could be removed Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Jun, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 09 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Mar, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Reviewed-by:
Peter Ross <pross@xvid.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Jan, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Dec, 2011 1 commit
-
-
Paul B Mahol authored
Also remove some pointless NULL/0 assigments. C++ code must be left as it is because named struct initializers are not supported by C++ standard.
-
- 13 Nov, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 07 Oct, 2011 1 commit
-
-
Clément Bœsch authored
This makes successive frames decode possible. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Oct, 2011 1 commit
-
-
Clément Bœsch authored
-
- 04 Oct, 2011 1 commit
-
-
Clément Bœsch authored
-
- 16 Sep, 2011 5 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Peter Ross authored
Decoder and demuxer for various binary text formats. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-