- 14 Mar, 2020 1 commit
-
-
Andreas Rheinhardt authored
as well as includes of libavutil/timer.h. Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 24 Oct, 2019 1 commit
-
-
Ramiro Polla authored
This option allows more control over the use of intra macroblocks in predictive frames. By using '-intra_penalty max', intra macroblocks are never used in predictive frames. It is useful for glitch artists to generate input material. This option allows them to split and merge two video files while maintaining fluid motion from the second video without having intra macroblocks restoring chunks of the first video. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 08 Oct, 2019 1 commit
-
-
Steven Liu authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
- 17 Feb, 2019 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 06 Feb, 2019 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 05 May, 2018 1 commit
-
-
Rostislav Pehlivanov authored
Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-
- 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 7 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>
-