- 11 Dec, 2018 3 commits
-
-
kjeyapal@akamai.com authored
Anyways the intended behaviour was to disable SIDX atom.
-
kjeyapal@akamai.com authored
-
Lou Logan authored
Option name is dvbuffer. Signed-off-by: Lou Logan <lou@lrcd.com>
-
- 10 Dec, 2018 19 commits
-
-
Carl Hetherington authored
Signed-off-by: Carl Hetherington <cth@carlh.net>
-
Carl Eugen Hoyos authored
Fixes build with new Android toolchain.
-
Carl Eugen Hoyos authored
Instead add the character to the snprintf above as suggested by Mark. Silences a warning: libavformat/matroskadec.c: In function 'webm_dash_manifest_cues': libavformat/matroskadec.c:3947:13: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] strncat(buf, ",", 1); ^~~~~~~~~~~~~~~~~~~~
-
Paul B Mahol authored
-
Paul B Mahol authored
The max size of uint8_t subset is 223 not 220.
-
Paul B Mahol authored
-
Carl Eugen Hoyos authored
Fixes ticket #6234.
-
Paul B Mahol authored
Fixes #6874.
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Jun Zhao authored
before this change, scale_vaapi hard coding the scaling mode, add a new option "mode" to setting the scaling mode, it can be use to change scaling algorithm for performance/quality trade off. Note: VA_FILTER_SCALING_NL_ANAMORPHIC(nolinear ananorphic scaling algorithm) doesn't support by i965/iHD driver now, add this just for completeness. Reviewed-by: Mark Thompson <sw@jkqxz.net> Signed-off-by: Jun Zhao <mypopydev@gmail.com>
-
Karthick J authored
Useful for long duration runs with network output Reviewed-by: Steven Liu <lq@chinaffmpeg.org>
-
Karthick J authored
This patch fixes the segmentation fault issues due to unhandled errors from ff_http_do_new_request function. Reviewed-by: Steven Liu <lq@chinaffmpeg.org>
-
Linjie Fu authored
Fix the (m)jpeg encoding regression issue as decription in tikect #7593, due to bs->FrameType is not set in such case in MSDK (https://github.com/Intel-Media-SDK/MediaSDK/issues/970). (And assert on a value coming from an external library is not proper.) Add default type check for bs->FrameType, and return invalid data error in function ff_qsv_encode to avoid using uninitialized value. Signed-off-by: Linjie Fu <linjie.fu@intel.com> Signed-off-by: Zhong Li <zhong.li@intel.com>
-
Carl Eugen Hoyos authored
Silences a warning with clang: libavcodec/cbs_vp9_syntax_template.c:220:17: warning: implicit conversion from 'int' to 'int8_t' (aka 'signed char') changes value from 255 to -1
-
Carl Eugen Hoyos authored
Silences a warning: libavcodec/decode.c:1378:13: warning: variable 'ret' is used uninitialized whenever 'if' condition is true
-
- 09 Dec, 2018 7 commits
-
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
Paul B Mahol authored
-
Mark Thompson authored
Assertion avctx->codec_id != AV_CODEC_ID_NONE failed at src/libavcodec/parser.c:128 The setting on the internal AVCodecContext used for parsing only is otherwise irrelevant, so just set it to avoid the assert.
-
James Almer authored
Default to disable, same as aomenc. Fixes ticket #7598 Signed-off-by: James Almer <jamrial@gmail.com>
-
Paul B Mahol authored
Fixes #6987.
-
Jun Zhao authored
abuffersink need to setting AV_OPT_FLAG_AUDIO_PARAM flag. Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Jun Zhao <mypopydev@gmail.com>
-
Paul B Mahol authored
-
- 08 Dec, 2018 6 commits
-
-
Michael Niedermayer authored
Improves speed in uncommon case Fixes: Timeout Fixes: 10964/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEG2000_fuzzer-5132066034286592 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 Fixes: 10979/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DXV_fuzzer-6178582203203584 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
Reported-by: Ulf Zibis
-
Gyan Doshi authored
Add entry in external library list and demuxers.
-
Artyom Lebedev authored
Fixes ticket #7597. Signed-off-by: Peter Ross <pross@xvid.org>
-
- 07 Dec, 2018 5 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-