- 26 Sep, 2014 1 commit
-
-
Rémi Denis-Courmont authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 05 Sep, 2014 1 commit
-
-
Michael Niedermayer authored
Reviewed-by:
Benoit Fouet <benoit.fouet@free.fr> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Aug, 2014 3 commits
-
-
Gabriel Dume authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Gabriel Dume authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
- 14 Aug, 2014 1 commit
-
-
John Stebbins authored
One step in untangling the mpegvideo code and fixing some problems in the order that initialization is being done in h263dec and h261dec.
-
- 04 Aug, 2014 2 commits
-
-
Diego Biurrun authored
-
Kieran Kunhya authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Aug, 2014 1 commit
-
-
Kieran Kunhya authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 02 Aug, 2014 2 commits
-
-
Clément Bœsch authored
-
Michael Niedermayer authored
Suggested-by: Reimar Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Aug, 2014 2 commits
-
-
Michael Niedermayer authored
Fixes Ticket3809 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Jun, 2014 1 commit
-
-
Diego Biurrun authored
-
- 27 Jun, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3743 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Jun, 2014 1 commit
-
-
Diego Biurrun authored
-
- 20 Jun, 2014 1 commit
-
-
Justin Ruggles authored
-
- 18 Jun, 2014 1 commit
-
-
Diego Biurrun authored
-
- 11 May, 2014 2 commits
-
-
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.
-
- 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
-
- 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>
-
- 22 Mar, 2014 1 commit
-
-
Diego Biurrun authored
-
- 16 Mar, 2014 1 commit
-
-
Vittorio Giovara authored
-
- 13 Feb, 2014 1 commit
-
-
Janne Grunau authored
User data is usually coded before slice data. That means the frame the user data belongs to is not available while parsing the user data. The stereo3D side data has to use the same indirection over the private context as pan scan information and A53 captions. Bug-Id:632
-
- 04 Feb, 2014 1 commit
-
-
Vittorio Giovara authored
Also adjust header #include order and some comments. Signed-off-by:
Diego Biurrun <diego@biurrun.de> Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 26 Jan, 2014 2 commits
-
-
Michael Niedermayer authored
This fixes the speed regression from 20626f53 and still checks sufficiently to prevent out of allocated memory accesses due to the index Before: 1823 decicycles in mpeg2_fast_decode_block_non_intra, 8388493 runs, 115 skips After: 1808 decicycles in mpeg2_fast_decode_block_non_intra, 8388494 runs, 114 skips Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This fixes the speed regression from 20626f53 and still checks sufficiently to prevent out of allocated memory accesses due to the index Before: 1681 decicycles in mpeg2_fast_decode_block_intra, 4194238 runs, 66 skips After: 1658 decicycles in mpeg2_fast_decode_block_intra, 4194248 runs, 56 skips Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Jan, 2014 1 commit
-
-
Janne Grunau authored
Add checks to the fast functions used with CODEC_FLAGS2_FAST and move the check for all other functions to before the invalid memory is accessed. Fixes https://trac.videolan.org/vlc/ticket/9713 with CODEC_FLAGS2_FAST. CC: libav-stable@libav.org
-
- 24 Jan, 2014 7 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Mpeg1/2 should not need it Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This is needed in case the checked bitstream reader is disabled Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Prevents some overreads at the cost of 1 cpu cycle Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
sandybridge i7 274->260 cycles Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
No speedloss meassured Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Jan, 2014 1 commit
-
-
Carl Eugen Hoyos authored
-
- 22 Dec, 2013 1 commit
-
-
Ivan Kalvachev authored
Signed-off-by:
Ivan Kalvachev <ikalvachev@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Dec, 2013 1 commit
-
-
Tomer Barletz authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-