- 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>
-
- 21 Jul, 2011 2 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 16 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 10 May, 2011 1 commit
-
-
Oskar Arvidsson authored
This patch lets e.g. dsputil_init chose dsp functions with respect to the bit depth to decode. The naming scheme of bit depth dependent functions is <base name>_<bit depth>[_<prefix>] (i.e. the old clear_blocks_c is now named clear_blocks_8_c). Note: Some of the functions for high bit depth is not dependent on the bit depth, but only on the pixel size. This leaves some room for optimizing binary size. Preparatory patch for high bit depth h264 decoding support. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 29 Jan, 2011 1 commit
-
-
Vitor Sessak authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 26 Jun, 2010 1 commit
-
-
Måns Rullgård authored
This functionality is better accessed through tools like oprofile. Originally committed as revision 23808 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 22267 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Aug, 2009 1 commit
-
-
Måns Rullgård authored
Storing a single element from a vector where all elements have the same value does not require an aligned destination. Which element is stored depends on the alignment of the destination address, but since they all have the same value, the result is the same regardless of the alignment. Originally committed as revision 19696 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 May, 2009 1 commit
-
-
Diego Biurrun authored
Gets rid of 'cast discards qualifiers from pointer target type' warnings. Originally committed as revision 18867 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Apr, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 18476 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
and remove all ENABLE_ definitions. Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Dec, 2008 1 commit
-
-
Guillaume Poirier authored
Originally committed as revision 16078 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jul, 2008 1 commit
-
-
Diego Biurrun authored
The original problem was that FSF and Apple gcc used a different syntax for vector declarations, i.e. {} vs. (). Nowadays Apple gcc versions support the standard {} syntax and versions that support {} are available on all relevant Mac OS X versions. Thus the greater compatibility is no longer worth cluttering the code with macros. Originally committed as revision 14366 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Jul, 2008 1 commit
-
-
Diego Biurrun authored
This includes indentation changes, comment reformatting, consistent brace placement and some prettyprinting. Originally committed as revision 14318 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 May, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jan, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 11394 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Dec, 2007 2 commits
-
-
Vitor Sessak authored
Originally committed as revision 11123 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Oct, 2007 4 commits
-
-
Diego Biurrun authored
Originally committed as revision 10643 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Blessed by Luca Barbato on IRC. Originally committed as revision 10642 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 10640 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 10639 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Oct, 2007 1 commit
-
-
Diego Biurrun authored
now that the Metrowerks workarounds are gone. Originally committed as revision 10633 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Aug, 2007 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 10249 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
to Mac OS X rather than to Darwin. Originally committed as revision 10247 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Aug, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 10212 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Aug, 2007 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 10181 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 May, 2007 1 commit
-
-
Guillaume Poirier authored
instead of compiler-dependent __attribute__((aligned(16))) Origiginal thread: Date: May 17, 2007 12:30 AM Subject: [PATCH] Use DECLARE_ALIGNED_16 in libavcodec/ppc/ Originally committed as revision 9047 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 May, 2007 1 commit
-
-
Ronald S. Bultje authored
include paths in the source files. mostly from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9034 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Jan, 2007 1 commit
-
-
Luca Barbato authored
Originally committed as revision 7734 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Oct, 2006 2 commits
-
-
Luca Barbato authored
Originally committed as revision 6606 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 6600 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Oct, 2006 1 commit
-
-
Diego Biurrun authored
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Aug, 2006 1 commit
-
-
Luca Barbato authored
Originally committed as revision 5979 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Aug, 2006 1 commit
-
-
Luca Barbato authored
Originally committed as revision 5940 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Aug, 2006 1 commit
-
-
Luca Barbato authored
Originally committed as revision 5933 to svn://svn.ffmpeg.org/ffmpeg/trunk
-