- 11 May, 2014 4 commits
-
-
Anton Khirnov authored
It leverages the new hwaccel 1.2 features: - get_buffer2 is never called - the internal context is automatically initialized/deinitialized Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Anton Khirnov authored
This describes more accurately what this field is for.
-
Anton Khirnov authored
This way each decoder does not have to do the same thing manually.
-
Anton Khirnov authored
It will be useful in the following commits.
-
- 03 May, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3063 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 29 Apr, 2014 1 commit
-
-
Anton Khirnov authored
-
- 24 Apr, 2014 1 commit
-
-
Carl Eugen Hoyos authored
The Windows runtime aborts if it finds %t or %z. Fixes ticket #3472. Reviewed-by: Ronald Bultje
-
- 19 Apr, 2014 1 commit
-
-
Janne Grunau authored
avctx->coded_{height,width} will always equal h->{height,width} since init_dimensions() does that explicitly, Size changes are detected by changes in mb_{height,width} earlier and propagated through the needs_reinit variable.
-
- 03 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes crash Found-by: iive Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 24 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 23 Mar, 2014 2 commits
-
-
Luca Barbato authored
-
Vittorio Giovara authored
-
- 18 Mar, 2014 1 commit
-
-
Yogender Kumar Gupta authored
This is limited to the case where x264_build = -1, to not break x264 decoding Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 17 Mar, 2014 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket3260 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 16 Mar, 2014 8 commits
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
Unused buffers scratchpad and temp have been dropped too.
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
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 4 commits
-
-
Diego Biurrun authored
This also avoids a macro name clash and related warning on ARM.
-
Michael Niedermayer authored
This combination exists in the wild Fixes Ticket3131 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Seems i mistakely tested just with threads=1 Fixes part of Ticket3386 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket3386 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 23 Feb, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3397 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 22 Feb, 2014 1 commit
-
-
Luca Barbato authored
f777504f changed a - in + CC: libav-stable@libav.org
-
- 21 Feb, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes out of array read Fixes: 1cb91c36c4e55463f14aacb9bdf55b38-asan_heap-oob_106cbce_5617_cov_11212800_h264_mmx_chroma_intra_lf.mp4 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 20 Feb, 2014 2 commits
-
-
Michael Niedermayer authored
regression since f777504fSigned-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Vittorio Giovara authored
And use the value from the specification. Sample-Id: 00000451-google Found-by: Mateusz j00ru Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 18 Feb, 2014 2 commits
-
-
Luca Barbato authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Luca Barbato authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 17 Feb, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes out of array read Fixes: caa65cc01655505705129b677189f036-signal_sigsegv_fdcc43_2681_cov_3043376737_PPH422I5_Panasonic_A.264 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 14 Feb, 2014 3 commits
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
In preparation for MVC support.
-
Vittorio Giovara authored
Also make error style consistent and drop redundant information.
-
- 12 Feb, 2014 1 commit
-
-
Janne Grunau authored
Removes the bogus but scary looking warning 'libavcodec/h264.c:4529:49: warning: array subscript is below array bounds [-Warray-bounds]'.
-
- 04 Feb, 2014 1 commit
-
-
Anton Khirnov authored
Prevents using GetBitContexts with data from previous calls. Fixes access to freed memory. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
-