- 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>
-
- 28 Jan, 2019 1 commit
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 19 Apr, 2017 1 commit
-
-
Carl Eugen Hoyos authored
-
- 23 Mar, 2017 1 commit
-
-
Vittorio Giovara authored
Deprecated in 10/2014 and 07/2015.
-
- 22 Aug, 2016 1 commit
-
-
Stanislav Dolganov authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 04 May, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 18 Feb, 2016 1 commit
-
-
Diego Biurrun authored
-
- 05 Jan, 2016 1 commit
-
-
Michael Niedermayer authored
Fixes out of array read Found-by:
Tyson Smith <twsmith@mozilla.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 12 Dec, 2015 1 commit
-
-
Ganesh Ajjanagadde authored
Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-
- 27 Jul, 2015 2 commits
-
-
Vittorio Giovara authored
Convert doxygen to multiline and express bitfields more simply. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
This option is extremely codec specific and only a few codecs employ it. Move it to codec private options instead: mpegenc family supports only 3 values, xavs and x264 use 5, and xvid has a different metric entirely. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 01 Jul, 2015 2 commits
-
-
Michael Niedermayer authored
Fixes: asan_heap-oob_1dd60fd_1049_cov_4200102444_P4250048.MOV Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes: signal_sigsegv_35eac16_2762_cov_2704249783_missing_frames.avi Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 May, 2015 1 commit
-
-
Vittorio Giovara authored
-
- 22 May, 2015 1 commit
-
-
Vittorio Giovara authored
They are just duplicates of AVCodecContext members so use those instead.
-
- 19 Apr, 2015 2 commits
-
-
Vittorio Giovara authored
warning: incompatible pointer types assigning to 'me_cmp_func' (aka 'int (*)(struct MpegEncContext *, uint8_t *, uint8_t *, ptrdiff_t, int)') from 'int (MpegEncContext *, uint8_t *, uint8_t *, int, int)' [-Wincompatible-pointer-types]
-
Vittorio Giovara authored
-
- 01 Feb, 2015 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 31 Jan, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3150 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Dec, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes out of array read Fixes Ticket4121 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Nov, 2014 1 commit
-
-
Vittorio Giovara authored
mb_type is initialized to 0 and never updated before the check. Bug-Id: CID 1238782
-
- 15 Aug, 2014 1 commit
-
-
Gabriel Dume authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 25 Jul, 2014 1 commit
-
-
Diego Biurrun authored
-
- 17 Jul, 2014 1 commit
-
-
Diego Biurrun authored
-
- 06 Jul, 2014 1 commit
-
-
Diego Biurrun authored
-
- 11 Jun, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes valgrind mpeg4 failures Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 May, 2014 1 commit
-
-
Diego Biurrun authored
-
- 01 May, 2014 1 commit
-
-
Anton Khirnov authored
-
- 09 Apr, 2014 1 commit
-
-
wm4 authored
The most interesting parts are initialization in ff_MPV_common_init() and uninitialization in ff_MPV_common_end(). ff_mpeg_unref_picture and ff_thread_release_buffer have additional NULL checks for Picture.f, because these functions can be called on uninitialized or partially initialized Pictures. NULL pointer checks are added to ff_thread_release_buffer() stub function. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 20 Mar, 2014 1 commit
-
-
Diego Biurrun authored
-
- 16 Mar, 2014 1 commit
-
-
Vittorio Giovara authored
-
- 15 Feb, 2014 1 commit
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Apr, 2013 1 commit
-
-
Diego Biurrun authored
-
- 19 Apr, 2013 1 commit
-
-
Ronald S. Bultje authored
This also converts vc1, since that is mpegvideo-based. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 13 Mar, 2013 1 commit
-
-
Ronald S. Bultje authored
This also converts vc1, since that is mpegvideo-based.
-
- 08 Mar, 2013 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
This misfeature is most likely completely useless and conflicts with removing the mpegvideo-specific fields from AVFrame. In the improbable case it is actually useful, it should be reimplemented in a better way.
-
- 25 Feb, 2013 1 commit
-
-
Diego Biurrun authored
-
- 07 Feb, 2013 1 commit
-
-
Diego Biurrun authored
-
- 05 Feb, 2013 1 commit
-
-
Diego Biurrun authored
This avoids SIMD-optimized functions having to sign-extend their line size argument manually to be able to do pointer arithmetic.
-