- 03 Oct, 2013 1 commit
-
-
Diego Biurrun authored
-
- 23 Sep, 2013 1 commit
-
-
Martin Storsjö authored
The actual usefulness of the hack is not known, and it does cause infinite loops with some broken input files. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 05 Aug, 2013 1 commit
-
-
Rémi Denis-Courmont authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 15 May, 2013 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 26 Mar, 2013 1 commit
-
-
Janne Grunau authored
Allows use of AVHWAccel based decoders with frame based multithreading. The decoders will be forced into an non-concurrent mode by delaying ff_thread_finish_setup() calls after decoding of the current frame is finished. This wastes memory by unnecessarily using multiple threads and thus copies of the decoder context but allows seamless switching between hardware accelerated and frame threaded software decoding when the hardware decoder does not support the stream.
-
- 08 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 07 Mar, 2013 1 commit
-
-
Diego Biurrun authored
-
- 06 Mar, 2013 1 commit
-
-
Ronald S. Bultje authored
Not all hwaccels implement all codecs, so using one single list for multiple such codecs means some codecs will be represented in the list, even though they don't actually handle that codec. Copying specific lists in each codec fixes that. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 25 Feb, 2013 1 commit
-
-
Diego Biurrun authored
-
- 15 Feb, 2013 2 commits
-
-
Anton Khirnov authored
Split out dependency on MpegEncContext.
-
Anton Khirnov authored
-
- 06 Feb, 2013 1 commit
-
-
Anton Khirnov authored
-
- 20 Jan, 2013 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 17 Jan, 2013 1 commit
-
-
Luca Barbato authored
Looks like this kind of samples are produced by certain Russian equipment.
-
- 09 Dec, 2012 1 commit
-
-
Diego Biurrun authored
-
- 04 Dec, 2012 1 commit
-
-
Anton Khirnov authored
It's got_frame, not data size
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 01 Oct, 2012 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 19 Sep, 2012 1 commit
-
-
Janne Grunau authored
Adds a flag context_reinit to MpegEncContext to relieable keep track of frame parameter changes which require a context reinitialization. This is required for broken inputs which change the frame size but error out before the context can be reinitialized.
-
- 31 Aug, 2012 1 commit
-
-
Alberto Delmás authored
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 02 May, 2012 1 commit
-
-
Ronald S. Bultje authored
Prevents crashes because the old check was incomplete. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
- 21 Apr, 2012 1 commit
-
-
Mans Rullgard authored
This feature is complex, of questionable utility, and slows down normal decoding. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 06 Apr, 2012 1 commit
-
-
Martin Storsjö authored
Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 05 Mar, 2012 1 commit
-
-
Alex Converse authored
-
- 02 Mar, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes CVE-2011-3937 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 01 Mar, 2012 1 commit
-
-
Diego Biurrun authored
-
- 15 Feb, 2012 4 commits
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 14 Dec, 2011 1 commit
-
-
Andrey Utkin authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 13 Dec, 2011 2 commits
-
-
Luca Barbato authored
Simplify a little error resilience calls Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Add the namespace to {AC_,DC_,MV_}{END,ERROR} macros Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 12 Dec, 2011 2 commits
-
-
Diego Biurrun authored
-
Dustin Brody authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 22 Oct, 2011 1 commit
-
-
Dustin Brody authored
lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 23 Aug, 2011 1 commit
-
-
Alberto Delmás authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-