- 08 Oct, 2014 1 commit
-
-
Luca Barbato authored
Speed up the overall compilation time.
-
- 04 Sep, 2014 1 commit
-
-
Diego Biurrun authored
This reduces inter-library dependencies.
-
- 22 Dec, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Dec, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Nov, 2013 1 commit
-
-
Anton Khirnov authored
The field still remains in MpegEncContext because it is used by the mpeg4 decoder.
-
- 16 Nov, 2013 1 commit
-
-
Anton Khirnov authored
-
- 28 May, 2013 3 commits
-
-
Michael Niedermayer authored
Also add a note about the feature in the changelog. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Use the intensity-compensated reference frame for subsequent fields/B-frames. Since we currently don't change the reference frame we have to maintain lookup tables for intensity compensation in the following dependent frames. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
This simplifies the code since copying MVs to the reference is not needed anymore (and maybe something about fixing artifacts). Also remove the unused mv_f_last. Fixes a small number of artifacts in black_screen_VC-1.mkv and several more artifacts in other videos. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 15 May, 2013 1 commit
-
-
Michael Niedermayer authored
This fixes out of array accesses. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 26 Apr, 2013 1 commit
-
-
Michael Niedermayer authored
While not yet bugfree, the warning is IMHO no longer appropriate Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Apr, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Apr, 2013 1 commit
-
-
Michael Niedermayer authored
The existing implementation had little to do with VC1. This could be implemented by adjusting the reference frames ithemselfs but that would make frame multi-threading difficult. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Feb, 2013 1 commit
-
-
Diego Biurrun authored
The init functions marked as av_cold have to be executed in any case, so there is no gain from trying to mark paths leading to such functions as unlikely.
-
- 06 Feb, 2013 1 commit
-
-
Diego Biurrun authored
-
- 23 Jan, 2013 1 commit
-
-
Diego Biurrun authored
It does not help as an abstraction and adds dsputil dependencies. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 16 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes out of array accesses. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 Aug, 2012 1 commit
-
-
Alberto Delmás authored
Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 28 Aug, 2012 1 commit
-
-
Kostya Shishkov authored
This is a preparatory step for the MSS2 decoder which needs to use the WMV9 decoder to decode some kinds of frames. From the patch by Alberto Delmás <adelmas@gmail.com>
-
- 31 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket1502 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Mar, 2012 1 commit
-
-
Reimar Döffinger authored
This might even have prevented the compiler from some optimizations, since both signed and unsigned types are used for the dezigzag tables/ table pointers, and if a branches uses both the compiler needs to create more complex code. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 07 Mar, 2012 1 commit
-
-
Diego Biurrun authored
This fixes standalone compilation of the VC-1 parser.
-
- 18 Feb, 2012 1 commit
-
-
Ronald S. Bultje authored
The parser uses VLC tables initialized in vc1_common_init(), therefore we should call this function on parser init also. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
- 15 Feb, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 27 Nov, 2011 1 commit
-
-
Luca Barbato authored
Document it a little and possibly fix a bug in dxva2_vc1.
-
- 12 Oct, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 10 Oct, 2011 1 commit
-
-
Mashiat Sarker Shakkhar authored
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>
-
- 04 May, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 16 Apr, 2011 1 commit
-
-
Ronald S. Bultje authored
IDCT coefficients are read transposed, but simple_idct does not expect this. Therefore, only do tranposed coefficient reading if we're not using simple_idct. Fixes http://forum.videolan.org/viewtopic.php?f=14&t=89651
-
- 10 Apr, 2011 1 commit
-
-
Alberto Delmás authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 22 Mar, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 18 Feb, 2011 2 commits
-
-
Ronald S. Bultje authored
(cherry picked from commit 12802ec0)
-
Ronald S. Bultje authored
(cherry picked from commit 1da6ea39)
-
- 17 Feb, 2011 2 commits
-
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
- 26 Sep, 2010 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 25208 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Oct, 2009 1 commit
-
-
Kostya Shishkov authored
to inform user why decoder produces no output. Originally committed as revision 20196 to svn://svn.ffmpeg.org/ffmpeg/trunk
-