- 20 Nov, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Nov, 2013 2 commits
-
-
Michael Niedermayer authored
Fixes part of ticket3122 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit ab184b29)
-
Michael Niedermayer authored
Fixes part of ticket3122 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 5db49fc3)
-
- 18 Nov, 2013 6 commits
-
-
Michael Niedermayer authored
The seek ended up seeking before the begin, which caused problems Fixes initial sync issues with libbluray Fixes Ticket3117 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 7d0e927a)
-
Michael Niedermayer authored
Such pics behave more like headers which we also dont count. Fixes Ticket3146 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit a8dec360)
-
Clément Bœsch authored
a758c5e2 added probing for various tools, such as AS. Unfortunately, GNU AS is reading stdin with -v, and thus configure is stalled with configure arguments such as --as=as. Fixes Ticket #1898. (cherry picked from commit dbb41f93)
-
Clément Bœsch authored
Fixes Ticket #2936. (cherry picked from commit f70db229)
-
Michael Niedermayer authored
Fixes Ticket3103 Reviewed-by:
Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 73d88773)
-
Lou Logan authored
The pullup filter does not work well with the fps filter, it currently needs -r Signed-off-by:
Carl Eugen Hoyos <cehoyos@ag.or.at> (cherry picked from commit 6d90a5c1)
-
- 17 Nov, 2013 14 commits
-
-
Michael Niedermayer authored
lls1 taken from ff130d73 This is incompatible with libavcodec version 55.18.100 to 55.43.100 except 55.39.101 This incompatibility is caused by these libavcodec versions depending on a libavutil 52 which is ABI incompatible with the previous ABI 52 you can avoid this incompatibility by upgrading your libavcodec so it does no longer depend on the invalid ABI See: 502ab21a See: cc6714bb See: 41578f70 See: Ticket3136 Tested-by: marillat Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit b382d09d ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
also remove failed attempt at a compatibility layer, the code simply cannot work Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit c3814ab6) Conflicts: libavcodec/version.h
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit bbe66ef9 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
ffmpeg: Do not fill gap before the first decodable frame on single stream input files unless the user explicitly requests it. Fixes different behavior to JM and probably several if not all reference decoders. We cannot just do this unconditionally as it would ruin AV sync in some use cases. Bug-Found-by: BugMaster Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit d7ebeba8) Conflicts: ffmpeg.c
-
Diego Biurrun authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 32151404 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Kostya Shishkov authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit bae14f38 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
The not handling of frame gaps has lead to the lack of a dummy reference frame, which has lead to the failure of decode_slice_header() which has lead to one SEI recovery message being skiped which had introduced a slightly suboptimal recovery point for at least 1 h264 file compared to JM. Found-by: Carl & BugMaster Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 9e5ef1c5 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
The intent of the original check was to increase has_b_frames when it was incorrectly set to 0. Later codecs allowed larger values Found-by: divVerent Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 8b73a3f6 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes overreads in HEVC Fixes Ticket3070 Also fixed remaining issues from Ticket3075 and Ticket3076 Some lines of code taken from 0c5f8396:libavcodec/x86/cabac.h and 0c5f8396 :libavcodec/cabac_functions.h Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit fa6fa216 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes infinite loop Fixes Ticket3098 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 6c4b87d3 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 2b1056e4 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes infinite loop Fixes Ticket3086 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit cc0e47b5 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anssi Hannula authored
Return value of avpriv_aac_parse_header() is not checked correctly. Fix it. Signed-off-by:
Anssi Hannula <anssi.hannula@iki.fi> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit f86387b6 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3096 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit b73900b8)
-
- 30 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3088 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit cb52d6da)
-
- 28 Oct, 2013 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Oct, 2013 13 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Mickaël Raulet authored
(cherry picked from commit ab4061dff796b1dd2bc884101226aab48c2c875e) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
Signed-off-by:
Mickaël Raulet <mraulet@insa-rennes.fr> (cherry picked from commit 93afb8c519deca85b3c97804927de5b016dd32d1) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Mickaël Raulet authored
Decreases the difference to Anton Khirnovs patch v5 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Mickaël Raulet authored
Decreases the difference to Anton Khirnovs patch v5 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Mickaël Raulet authored
Decreases the difference to Anton Khirnovs patch v5 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Mickaël Raulet authored
Decreases the difference to Anton Khirnovs patch v5 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Marton Balint authored
This patch adds CODEC_CAP_DELAY support to avcodec_decode_subtitle2. For DVB teletext decoding, a single teletext packet can contain multiple teletext pages. In order to support that, the teletext decoder may buffer some pages. Signed-off-by:
Marton Balint <cus@passwd.hu> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This avoids a slowdown with the default of enabled CRC checks Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-