- 07 Dec, 2018 11 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Gyan Doshi authored
-
Zhong Li authored
RepeatPPS is enabled by default in mfx. It is not necessary mostly and wasting encoding bits. Add an option to control it and disable it by default. Reviewed-by: Mark Thompson <sw@jkqxz.net> Signed-off-by: Zhong Li <zhong.li@intel.com>
-
Zhong Li authored
Signed-off-by: Zhong Li <zhong.li@intel.com>
-
Zhong Li authored
It is to clean up to the code and To-Do list. Signed-off-by: Zhong Li <zhong.li@intel.com>
-
Zhong Li authored
Signed-off-by: Zhong Li <zhong.li@intel.com>
-
- 06 Dec, 2018 1 commit
-
-
Carl Eugen Hoyos authored
Fixes make checkheaders
-
- 05 Dec, 2018 2 commits
-
-
Michael Niedermayer authored
The affected functions could also be changed into macros, this is the smaller change to fix it though. And avoids (probably) less readable macros The extra code should be optimized out when optimizations are done as all values are known at build after inlining. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Gyan Doshi authored
Add entry in external library list and demuxers.
-
- 04 Dec, 2018 13 commits
-
-
Michael Niedermayer authored
Such low resolution would result in empty output as a minimum of 4x4 is needed We could also check for multiple of 4 dimensions but that is not needed Fixes: Timeout Fixes: 11191/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MSVIDEO1_fuzzer-5739529588178944 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
Frames that small are not valid and of limited use for error concealment, while being very computationally intensive to process. Fixes: Timeout Fixes: 11168/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMV2_fuzzer-5733782032744448 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
Frames that small are not valid and of limited use for error concealment, while being very computationally intensive to process. Fixes: Timeout Fixes: 11318/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MSMPEG4V1_fuzzer-5710884555456512 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
-
Gyan Doshi authored
-
Martin Vignali authored
-
Martin Vignali authored
set to unspecified if frame have another value
-
Martin Vignali authored
code come from prores_ks
-
Martin Vignali authored
to check valid value, or return default_value
-
Gyan Doshi authored
Add entry in external library list and add details to demuxer entry.
-
Gyan Doshi authored
Add entry in external library list and add details to muxer entry.
-
Andrey Semashev authored
This commit ensures that all (potentially, long) filesystem activity is performed when the user calls av_write_trailer on the DASH libavformat context, not when freeing the context. Also, this defers media segment deletion until after the media trailers are written.
-
Lauri Kasanen authored
Passes fate on LE (with "lavc/jrevdct: Avoid an aliasing violation" applied). Signed-off-by: Lauri Kasanen <cand@gmx.com> Tested-by: Michael Kostylev on BE Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 03 Dec, 2018 13 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Carl Eugen Hoyos authored
-
Paul B Mahol authored
-
Paul B Mahol authored
Fixes #4517.
-
Paul B Mahol authored
-
hwrenx authored
Signed-off-by: hwrenx <hwrenx@126.com>
-
hwrenx authored
Signed-off-by: hwrenx <hwrenx@126.com>
-
hwrenx authored
Signed-off-by: hwrenx <hwrenx@126.com>
-
Karthick J authored
This reverts commit e444b3b1. Causing build error due to rebasing. Sorry for about it.
-
Andrey Semashev authored
This fixes incorrect handling of file pseudo-URIs (i.e. when the filename starts with "file:").
-
Andrey Semashev authored
This commit ensures that all (potentially, long) filesystem activity is performed when the user calls av_write_trailer on the DASH libavformat context, not when freeing the context. Also, this defers media segment deletion until after the media trailers are written.
-
Karthick J authored
-