- 01 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 20 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 24 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Jul, 2012 1 commit
-
-
Ronald S. Bultje authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 30 Apr, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Apr, 2012 1 commit
-
-
Michael Niedermayer authored
The new lowres support is limited to decoders where lowres decoding is possible in high quality. I was not able to measure any speed difference, but if one is found the 2-3 lines that might affect speed can be made compile time conditional Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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>
-
- 19 Apr, 2012 3 commits
-
-
Michael Niedermayer authored
In normal picture decoding this does not need to be checked but as error concealment is run in the case of errors the availability of references is less certain. This may be fixed differently at some point so that all references are always filled in before the EC code, in which case this should then be changed to an assert() Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind 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>
-
- 23 Mar, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Mar, 2012 1 commit
-
-
Michael Niedermayer authored
This reverts commit 6193ff68. This change is unneeded.
-
- 06 Mar, 2012 1 commit
-
-
Ronald S. Bultje authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
- 01 Mar, 2012 1 commit
-
-
Diego Biurrun authored
-
- 15 Feb, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 24 Jan, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes CVE-2011-3941 (out of bounds write) Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Jan, 2012 1 commit
-
-
Donald Ovcharov authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 11 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 07 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 02 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 21 Dec, 2011 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket811 Bug found by: Oana Stratulat Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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>
-
- 10 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 22 Oct, 2011 1 commit
-
-
Mans Rullgard authored
(cherry picked from commit 5c2d016a85453f121285d125ed049a8cf492855a) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Oct, 2011 1 commit
-
-
Laurent Aimar authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 02 Oct, 2011 1 commit
-
-
Laurent Aimar authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Jul, 2011 1 commit
-
-
Diego Biurrun authored
FF_COMMON_FRAME holds the contents of the AVFrame structure and is also copied to struct Picture. Replace by an embedded AVFrame structure in struct Picture.
-
- 20 Jun, 2011 2 commits
-
-
Ronald Bultje authored
Fixes crashes when playing broken MPEG2-TS streams.
-
Ronald Bultje authored
Without, the predictor isn't actually used.
-
- 02 Jun, 2011 1 commit
-
-
Alexander Strange authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 12 May, 2011 1 commit
-
-
Michael Niedermayer authored
Fixes NULL pointer dereference. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 May, 2011 2 commits
-
-
Michael Niedermayer authored
Looks better for some cases, worse for others, overall not much difference. Its more correct though. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Multiple Authors authored
Just some cosmetics & comments, the only functional change "error_resilience: use s->last_picture for accessing last MVs." Is so buggy that it needs a full rewrite, guess -1.0 PSNR loss wasnt enough for ronald to realize there was a problem.
-
- 02 May, 2011 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-