- 05 Feb, 2018 1 commit
-
-
Muhammad Faiz authored
Precalculate and constify ff_square_tab. Reviewed-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
- 21 Sep, 2017 1 commit
-
-
Carl Eugen Hoyos authored
-
- 25 Jul, 2017 1 commit
-
-
James Almer authored
-
- 24 Jul, 2017 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 19 Jun, 2017 1 commit
-
-
Michael Niedermayer authored
The new name more accuratly describes what the function does Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 06 Jun, 2017 1 commit
-
-
Stefano Sabatini authored
Forcing low_delay can be useful, even if not officially supported.
-
- 09 Apr, 2017 2 commits
-
-
Rostislav Pehlivanov authored
Doesn't work yet with slice threading and won't work with AMV. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
This was the wrong patch This reverts commit 7f9b492d.
-
- 08 Apr, 2017 1 commit
-
-
Rostislav Pehlivanov authored
Isn't supported. Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-
- 23 Mar, 2017 3 commits
-
-
Vittorio Giovara authored
Deprecated in 10/2014 and 07/2015.
-
Vittorio Giovara authored
Deprecated between 04/2014 - 05/2015.
-
Vittorio Giovara authored
Deprecated in 10/2013.
-
- 09 Feb, 2017 1 commit
-
-
Michael Niedermayer authored
This limits the bugs, speedloss and extra memory allocation to the case when optimal tables are needed. Fixes regressions with slice multi-threading Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 08 Feb, 2017 1 commit
-
-
Jerry Jiang authored
> seems to break > make fate-vsynth1-mjpeg-444 Fixed.
-
- 11 Dec, 2016 1 commit
-
-
Diego Biurrun authored
The feature has outlived is usefulness and complicates the code.
-
- 17 Nov, 2016 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket5936 Regression since c5fc8ae1Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 22 Oct, 2016 1 commit
-
-
Michael Niedermayer authored
Fixes undefined behavior due to calling libc allocation with unclean FPU state Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 21 Oct, 2016 1 commit
-
-
Michael Niedermayer authored
This function must be called from the mb or slice encoding loop and MMX state may not be clean there Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 28 Sep, 2016 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 26 Sep, 2016 1 commit
-
-
Timo Rothenpieler authored
When the input frames contain side data, it will accumulate endlessly in the coded frame, as av_frame_copy_props will append any new side data. Fixes ticket #5799.
-
- 20 Jul, 2016 2 commits
-
-
Vittorio Giovara authored
This will simplify the de-MpegEncContextualization.
-
Vittorio Giovara authored
-
- 11 May, 2016 1 commit
-
-
Diego Biurrun authored
This avoids unused variable warnings after the next version bump. Also drop a trace level av_log() call that is in the way.
-
- 04 May, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 26 Feb, 2016 1 commit
-
-
Anton Khirnov authored
-
- 21 Jan, 2016 11 commits
-
-
Vittorio Giovara authored
This option is only used by mpegvideoenc. It is a very codec-specific option, so deprecate the global variant. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
This option is only used by mpegvideoenc. It is a very codec-specific options, so deprecate the global variant. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
This options is only used by huffyuv, ffvhuv, jpegls, mjpeg, mpegvideoenc, png, utvideo. It is a very codec-specific options, so deprecate the global variant. Set proper limits to the maximum allowed values, and update utvideoenc tests to use the new option name. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
This option is only used by mpegvideoenc and openh264. It is a very codec-specific option, so deprecate the global variant. The openh264 option is dropped altogether since it is just a fallback for -max_nal_size anyway. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
This option is only used by mpegvideoenc, and xvid. It is a very codec-specific option, so deprecate the global variant. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
This option is only used by mpegvideoenc, x264, xavs, and vpx. It is a very codec-specific option, so deprecate the global variant. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
This option is only used by mpegvideoenc, x264, and xavs. It is a very codec-specific option, so deprecate the global variant. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
These options are only used by mpegvideoenc and vpx. They are very codec-specific options, so deprecate the global variants. Add an allowed value to the private options for frame_skip_cmp which seems to have been forgotten, but perfectly working. The libvpx frame dropping feature uses one of such option (frame_skip_threshold) without the other three. For this reason rename the option to something more consistent with the other libvpx variables. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
This option is only used by mpegvideoenc, It is a very codec-specific option, so deprecate the global variant. Set proper limits to the maximum allowed values. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
The b_frame_strategy option is only used by mpegvideoenc, qsv, x264, and xavs, while b_sensitivity is only used by mpegvideoenc. These are very codec-specific options, so deprecate the global variants. Set proper limits to the maximum allowed values. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Michael Niedermayer authored
Fixes assertion failure Fixes: 6568d187979ce17878b6fe5fbbb89142/signal_sigabrt_7ffff6ae7cb7_7176_564bbc6741bdcf907f5c4e685c9a77a2.mpg Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 12 Jan, 2016 1 commit
-
-
Michael Niedermayer authored
Fixes assertion failure Fixes out of memory access Fixes: test_casex.ivf Found-by:
Tyson Smith <twsmith@mozilla.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 06 Jan, 2016 1 commit
-
-
Michael Niedermayer authored
Fixes out of array read Fixes: test_case-mdc.264 (b47be15a120979f5a1a945c938cbef33) Found-by:
Tyson Smith <twsmith@mozilla.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-