- 01 May, 2014 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 29 Apr, 2014 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
This should reduce the frequency with which the offsets need to be updated.
-
- 09 Apr, 2014 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
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>
-
- 27 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Mar, 2014 1 commit
-
-
Vittorio Giovara authored
-
- 22 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
This limits ABI issues in case libavcodec is linked to a libavutil with larger AVFrame Which can happen if they are shiped in seperate binary packages and libavutil is upgraded A cleaner alternative would be to replace them by pointers but this would likely cause a small speedloss Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Mar, 2014 2 commits
-
-
Michael Niedermayer authored
This avoids a hypothetical integer overflow with very high resolution video Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This avoids a hypothetical integer overflow with very high resolution video Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Mar, 2014 5 commits
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
Drop the mpegvideo dependency for svq3 in configure.
-
Vittorio Giovara authored
-
Vittorio Giovara authored
This is done to disentangle ER from mpegvideo. In order to use a classic Picture, callers can use ff_mpeg_set_erpic() or use a custom function to set the fields. Please note that buffers need to be allocated before calling ff_er_frame_end().
-
Vittorio Giovara authored
-
- 27 Feb, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3386 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 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>
-
- 29 Jan, 2014 1 commit
-
-
Diego Biurrun authored
-
- 09 Jan, 2014 1 commit
-
-
Anton Khirnov authored
Several decoders disable those anyway and they are not measurably faster on x86. They might be somewhat faster on other platforms due to missing emu edge SIMD, but the gain is not large enough (and those decoders relevant enough) to justify the added complexity.
-
- 03 Jan, 2014 1 commit
-
-
Anton Khirnov authored
It has been disabled as 'broken' over 3 years ago in b716a792
-
- 22 Dec, 2013 1 commit
-
-
Ivan Kalvachev authored
Signed-off-by:
Ivan Kalvachev <ikalvachev@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Dec, 2013 9 commits
-
-
Anton Khirnov authored
The encoder uses almost none of the mpegvideo infrastructure, only some fields from MpegEncContext. The FATE results change because now an all-zero quant matrix is written into the file. Since it is not used for anything for ljpeg, this should not be a problem.
-
Anton Khirnov authored
It is only called from one place in mpegvideo.c now. Also remove the remove_current parameter, which is always 1.
-
Anton Khirnov authored
It is not called from outside of mpegvideo.c anymore.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 29 Nov, 2013 9 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-