- 15 Apr, 2013 1 commit
-
-
Ronald S. Bultje authored
This way, the special IDCT permutations are no longer needed. This is similar to how H264 does it, and removes the dsputil dependency imposed by the scantable code. Also remove the unused type == 0 cases from the plain C version of the idct. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 08 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 19 Feb, 2013 1 commit
-
-
Ronald S. Bultje authored
The non-alpha and alpha-Y planes are cleared in the idct_put/add() calls. For the alpha U/V planes, we only care about the DC for entropy context prediction purposes, the rest of the data is unused. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 06 Feb, 2013 1 commit
-
-
Diego Biurrun authored
-
- 22 Jan, 2013 1 commit
-
-
Ronald S. Bultje authored
The function is only used in VP3 and VP5, so no need to have it in DSPContext.
-
- 20 Jan, 2013 1 commit
-
-
Ronald S. Bultje authored
The function is never used.
-
- 20 Dec, 2012 1 commit
-
-
Ronald S. Bultje authored
Move some functions from dsputil. The idea is that videodsp contains functions that are useful for a large and varied set of video decoders. Currently, it contains emulated_edge_mc() and prefetch(). Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 14 Dec, 2012 2 commits
-
-
Luca Barbato authored
Fixes CVE-2012-2783 CC: libav-stable@libav.org
-
Luca Barbato authored
Returning 0 for failure is misleading. CC: libav-stable@libav.org
-
- 04 Dec, 2012 2 commits
-
-
Anton Khirnov authored
It's got_frame, not data size
-
Anton Khirnov authored
It will be useful in the upcoming transition to refcounted AVFrames.
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 18 Jul, 2012 1 commit
-
-
Mans Rullgard authored
This moves all VP3-specific function pointers from dsputil to a new vp3dsp context. There is no reason to ever use the VP3 IDCT where an MPEG2 IDCT is expected or vice versa. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 15 Feb, 2012 2 commits
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 06 Oct, 2011 3 commits
-
-
Laurent Aimar authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Laurent Aimar authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Laurent Aimar authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
- 14 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 02 May, 2011 1 commit
-
-
Stefano Sabatini authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 29 Jan, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 28 Jul, 2010 2 commits
-
-
Alex Converse authored
Originally committed as revision 24563 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Converse authored
Originally committed as revision 24561 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Apr, 2010 1 commit
-
-
Måns Rullgård authored
Using macro templates allows the vp[56]_adjust functions to be inlined instead of called through function pointers. The new function pointers enable optimised implementations of the filters. 4% faster VP6 decoding on Cortex-A8. Originally committed as revision 22992 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Apr, 2010 1 commit
-
-
Diego Biurrun authored
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Mar, 2010 2 commits
-
-
Aurelien Jacobs authored
Originally committed as revision 22186 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 22172 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Jan, 2010 1 commit
-
-
Reimar Döffinger authored
post-processing, and add a new FF_QSCALE_TYPE_VP56 for this. Originally committed as revision 21529 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jan, 2010 1 commit
-
-
Laurent Aimar authored
patch by Laurent Aimar fenrir _at_ videolan _dot_ org Originally committed as revision 21521 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jan, 2010 1 commit
-
-
Reimar Döffinger authored
Originally committed as revision 21395 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Apr, 2009 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 18352 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Feb, 2009 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 17108 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2009 1 commit
-
-
Diego Biurrun authored
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Dec, 2008 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 16140 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Dec, 2008 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 16073 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Dec, 2008 2 commits
-
-
Aurelien Jacobs authored
Originally committed as revision 16069 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 16068 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Dec, 2008 1 commit
-
-
Loren Merritt authored
Originally committed as revision 16045 to svn://svn.ffmpeg.org/ffmpeg/trunk
-