- 04 Jun, 2020 8 commits
-
-
Michael Niedermayer authored
Fixes: out of array access Fixes: 22692/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WAVPACK_fuzzer-5678686190960640 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegReviewed-by:
David Bryant <david@wavpack.com> Tested-by:
David Bryant <david@wavpack.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: array end overread Fixes: 22395/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_BITPACKED_fuzzer-5760940300828672 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegReviewed-by:
James Darnley <james.darnley@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Samuel Foss authored
Prevent codecpar->codec_id from getting out of sync with the codec instantiated for probing. Signed-off-by:
Samuel Foss <sfoss@google.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Roman Arzumanyan authored
Signed-off-by:
Timo Rothenpieler <timo@rothenpieler.org>
-
Jun Zhao authored
make checkheaders will get error as follow: CC libavutil/hwcontext_vulkan.h.o In file included from libavutil/hwcontext_vulkan.h.c:1: ./libavutil/hwcontext_vulkan.h:130:23: error: ‘AV_NUM_DATA_POINTERS’ undeclared here (not in a function) 130 | void *alloc_pnext[AV_NUM_DATA_POINTERS]; | ^~~~~~~~~~~~~~~~~~~~ ./libavutil/hwcontext_vulkan.h:199:43: warning: ‘enum AVPixelFormat’ declared inside parameter list will not be visible outside of this definition or declaration Signed-off-by:
Jun Zhao <barryjzhao@tencent.com>
-
James Almer authored
Finishes fixing the regression introduced in a1133db3 after the partial fix in b6d6597b. Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Stop using the deprecated global option Signed-off-by:
James Almer <jamrial@gmail.com>
-
Nicolas George authored
Fix trac ticket #8705.
-
- 03 Jun, 2020 1 commit
-
-
Wu Zhiwen authored
Signed-off-by:
Wu Zhiwen <zhiwen.wu@intel.com> Reviewed-by:
Guo Yejun <yejun.guo@intel.com>
-
- 02 Jun, 2020 6 commits
-
-
Limin Wang authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Limin Wang <lance.lmwang@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@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
Signed-off-by:
Limin Wang <lance.lmwang@gmail.com>
-
rcombs authored
This fixes building on macOS, and improves build times dramatically there
-
- 01 Jun, 2020 9 commits
-
-
Michael Niedermayer authored
Fixes: 20978/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_H264_fuzzer-5746381832847360 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: use after free Fixes: 22484/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEG2000_fuzzer-5671488765296640 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegReviewed-by:
Gautam Ramakrishnan <gautamramk@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Zane van Iperen authored
Signed-off-by:
Zane van Iperen <zane@zanevaniperen.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Andriy Gelman authored
Signed-off-by:
Andriy Gelman <andriy.gelman@gmail.com> Reviewed-by:
Marton Balint <cus@passwd.hu>
-
Roman Arzumanyan authored
Signed-off-by:
Timo Rothenpieler <timo@rothenpieler.org>
-
Jun Zhao authored
Fix mixed declaration and code. Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Jun Zhao <barryjzhao@tencent.com>
-
Przemysław Sobala authored
-
Andreas Rheinhardt authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
Andreas Rheinhardt authored
It is no longer used anymore. Reviewed-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
- 31 May, 2020 5 commits
-
-
Limin Wang authored
Reviewed-by:
Marton Balint <cus@passwd.hu> Signed-off-by:
Limin Wang <lance.lmwang@gmail.com>
-
Brad Hards authored
Previously we always set STREAM_TYPE_PRIVATE_DATA, and that remains the default value. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Brad Hards authored
There are two different ways KLV is used in MISB specs - sync and async. The corresponding text (in ST1401) says: ISO/IEC 13818-1 Table-34 defines a stream_type = 0x15 for “Metadata carried in PES packets,” and Table 2-22 defines a stream_id = 0xFC for “metadata stream.” and In ISO/IEC 13818-1, Table-34 defines a stream_type = 0x06 for “PES packets containing private data,” and Table 2-22 defines a stream_id = 0xBD for “private_stream_1.” These constants allow us to distinguish the two cases, as codec profiles. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Andreas Rheinhardt authored
Reviewed-by:
Peter Ross <pross@xvid.org> Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
Andreas Rheinhardt authored
Then one doesn't need to free the frame in case the length turns out to be insufficient. Reviewed-by:
Peter Ross <pross@xvid.org> Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
- 30 May, 2020 11 commits
-
-
Zane van Iperen authored
Signed-off-by:
Zane van Iperen <zane@zanevaniperen.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Mark Reid authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Dale Curtis authored
Signed-off-by:
Dale Curtis <dalecurtis@chromium.org> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Jun Zhao authored
e,g: the command: ffprobe -show_format -i fate-suite/aac/foo.aac -loglevel 99 will dump the trace message as follow when start_time is AV_NOPTS_VALUE [aac @ 0x55bf8e1f3dc0] stream 0: start_time: -326791809695.818 duration: 2.174 [aac @ 0x55bf8e1f3dc0] format: start_time: -9223372036854.775 duration: 2.174 bitrate=120 kb/s after this fix, will dump the start_time with "NOPTS". Signed-off-by:
Jun Zhao <barryjzhao@tencent.com>
-
Jun Zhao authored
move the pad/vpad related operation with more natural coding style. Signed-off-by:
Jun Zhao <barryjzhao@tencent.com>
-
Jun Zhao authored
Fix vpad.name leak in error path, move the vpad related operation only if enabled show IR frequency response. Signed-off-by:
Jun Zhao <barryjzhao@tencent.com>
-
Limin Wang authored
Reviewed-by:
James Almer <jamrial@gmail.com> Reviewed-by:
Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by:
Limin Wang <lance.lmwang@gmail.com>
-