- 09 Dec, 2017 11 commits
-
-
Martin Vignali authored
-
Martin Vignali authored
-
Martin Vignali authored
-
Martin Vignali authored
avcodec/x86/lossless_videodsp.asm : make macro for add_left_pred_unaligned in order to add avx2 version
-
Martin Vignali authored
-
Martin Vignali authored
avcodec/huffyuvenc : sub_left_prediction_bgr32, call dsp after 32 first byte of the line in order to try to call the align version (diff bytes have avx2 version)
-
Martin Vignali authored
start of the line (before dsp call), can be merge with width < 32 part
-
Martin Vignali authored
in order to try to call dsp in aligned mode (diff_int16 have AVX2 now)
-
Martin Vignali authored
process start of the line in scalar, before call dsp (dsp need align 16)
-
Martin Vignali authored
-
Martin Vignali authored
-
- 08 Dec, 2017 12 commits
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Michael Niedermayer authored
-
Mark Reid authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Mark Reid authored
Reviewed-by:
Tomas Härdin <tjoppen@acc.umu.se> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Mark Reid authored
Reviewed-by:
Tomas Härdin <tjoppen@acc.umu.se> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
sfan5 authored
In preparation for implementation of skip_frame. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Jacob Trimble authored
Copied the check from cuviddec.c (*_cuvid decoders) to allow the capability check to be optional for older drivers. Signed-off-by:
Jacob Trimble <modmaker@google.com> Signed-off-by:
Timo Rothenpieler <timo@rothenpieler.org>
-
Vittorio Giovara authored
This was setting the input pixel type instead of the output one, leading to incorrect data being fed to the library. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Should silence compiler warnings. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Rostislav Pehlivanov authored
Resulted in valgrind errors due to uninitialized memory. Also updates fate and makes it use the tron sample result. Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-
Rostislav Pehlivanov authored
Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-
- 07 Dec, 2017 3 commits
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
John Stebbins authored
Used by movenc to fill sdtp box Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 06 Dec, 2017 7 commits
-
-
Gyan Doshi authored
Adds call to x265_param_apply_profile after x265_param_parse. Added as private option since HEVC profiles other than Main, Main 10 and MSP in AVCodecContext are consolidated in a single constant. Reviewed-by:
Hendrik Leppkes <h.leppkes@gmail.com> Reviewed-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Reviewed-by:
Lou Logan <lou@lrcd.com>
-
Michael Niedermayer authored
Fixes: runtime error: signed integer overflow: 2147483646 + 2048 cannot be represented in type 'int' Fixes: 4479/clusterfuzz-testcase-minimized-6529894147162112 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: 4478/clusterfuzz-testcase-minimized-4752113767809024 Fixes: runtime error: signed integer overflow: -2147483626 + -319489 cannot be represented in type 'int' Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
Every bitstream filter behaves as intended now, so there's no need to wait for the first packet of every stream. Signed-off-by:
James Almer <jamrial@gmail.com>
-
Nikolas Bowe authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 05 Dec, 2017 2 commits
-
-
sfan5 authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Jim DeLaHunt authored
The Developer Documentation had instructions to subscribe to the ffmpeg-cvslog email list. But that is no longer accurate. For the purposes in this section -- review of patches, discussion of development issues -- ffmpeg_devel is the appropriate email list. Some developers may want to monitor ffmpeg-cvslog, but it is not mandatory. This is v3 of this doc, based on discussion in thread <https://ffmpeg.org/pipermail/ffmpeg-devel/2017-November/220528.html> and in response to docs Maintainer comments in <https://ffmpeg.org/pipermail/ffmpeg-devel/2017-December/221596.html>. 1. In doc/developer.texi, add a new section about ffmpeg-devel, based on existing text from ffmpeg-cvslog section regarding discussion of patches and of development issues. Reflect wording from discussion at <https://ffmpeg.org/pipermail/ffmpeg-devel/2017-November/221199.html> but with copy-editing to make wording more concise. 2. In doc/developer.texi, rewrite the ffmpeg-cvslog section to match the current usage of ffmpeg-cvslog. Some developers choose to follow this list, but it is not mandatory. There are a lot of improvements possible to the Developer Documentation page, beyond this refactoring. However, making those improvements is a much bigger and more difficult task. This change is "low hanging fruit". Signed-off-by:
Jim DeLaHunt <from.ffmpeg-dev@jdlh.com> Signed-off-by:
Timothy Gu <timothygu99@gmail.com>
-
- 04 Dec, 2017 5 commits
-
-
Mark Thompson authored
Also fixes the default, which previously contained a nonsense value.
-
Mark Thompson authored
-
Mark Thompson authored
This is not strictly required here because the rkmpp decoder does not call ff_get_format(), but it may be helpful metadata for users.
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-