- 02 Apr, 2009 1 commit
-
-
Alex Converse authored
Originally committed as revision 18319 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Feb, 2009 1 commit
-
-
Zuxy Meng authored
original patch by Zuxy Meng zuxy.meng _at_ gmail _dot_ com Originally committed as revision 17195 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Feb, 2009 2 commits
-
-
Sebastien Lucas authored
original patch by Sebastien Lucas sebastien.lucas _at_ gmail _dot_ com Originally committed as revision 17194 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 17192 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Feb, 2009 1 commit
-
-
Diego Biurrun authored
thanks to Loren for some help with the asm statements Originally committed as revision 17151 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Feb, 2009 1 commit
-
-
Loren Merritt authored
overall ffvhuff decoding speedup: 28% on core2, 25% on k8. Originally committed as revision 17059 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jan, 2009 1 commit
-
-
David Conrad authored
Originally committed as revision 16797 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16684 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
-
- 13 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16436 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jan, 2009 1 commit
-
-
Mathieu Velten authored
Patch by Mathieu Velten (matmaul A gmail) Originally committed as revision 16419 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jan, 2009 1 commit
-
-
Jason Garrett-Glaser authored
Originally committed as revision 16409 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Dec, 2008 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 16373 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Dec, 2008 1 commit
-
-
Jason Garrett-Glaser authored
Originally committed as revision 16313 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Dec, 2008 2 commits
-
-
Diego Biurrun authored
It contains optimizations that are not specific to i386 and libavutil uses this naming scheme already. Originally committed as revision 16270 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 16262 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Dec, 2008 1 commit
-
-
Jason Garrett-Glaser authored
This includes SSE2 luma deblocking code and both MMXEXT and SSE2 luma intra deblocking code for H.264 decoding. This assembly is available under --enable-gpl and speeds decoding of Cathedral by 7%. Originally committed as revision 16239 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Dec, 2008 1 commit
-
-
Michael Niedermayer authored
thus avoiding the calling overhead. New functions are not yet used. Originally committed as revision 16206 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Dec, 2008 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 16117 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
-
- 03 Dec, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Nov, 2008 1 commit
-
-
Dominik Mierzejewski authored
Add missing one for FF_MM_ALTIVEC to avcodec.h. Rename all the occurences of MM_* to the corresponding FF_MM_*. Originally committed as revision 15770 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Oct, 2008 1 commit
-
-
Diego Pettenò authored
There are multiple source files that are #include'd rather than compiled, as they are used as template for generation of similar code, like asm-optimised code. Some of these files are right now named with a .h extension, although they are not header in any reasonable sense. Rename them so that instead of being named with .h extension they are named with _template.c as final part. Originally committed as revision 15730 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Oct, 2008 1 commit
-
-
Reimar Döffinger authored
Fixes compilation on MinGW64. Originally committed as revision 15655 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Oct, 2008 3 commits
-
-
David Conrad authored
Originally committed as revision 15644 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
Originally committed as revision 15643 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
Originally committed as revision 15642 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Oct, 2008 1 commit
-
-
David Conrad authored
Originally committed as revision 15630 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Oct, 2008 1 commit
-
-
Diego Pettenò authored
Neither the asm() nor the __asm__() keyword is part of the C99 standard, but while GCC accepts the former in C89 syntax, it is not accepted in C99 unless GNU extensions are turned on (with -fasm). The latter form is accepted in any syntax as an extension (without requiring further command-line options). Sun Studio C99 compiler also does not accept asm() while accepting __asm__(), albeit reporting warnings that it's not valid C99 syntax. Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Sep, 2008 2 commits
-
-
David Conrad authored
Originally committed as revision 15350 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
Originally committed as revision 15345 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Aug, 2008 1 commit
-
-
David Conrad authored
Originally committed as revision 15118 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Aug, 2008 1 commit
-
-
David Conrad authored
Originally committed as revision 15052 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Aug, 2008 2 commits
-
-
Loren Merritt authored
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm Originally committed as revision 14749 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Loren Merritt authored
Originally committed as revision 14748 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Aug, 2008 3 commits
-
-
Loren Merritt authored
5% faster ac3 Originally committed as revision 14744 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Loren Merritt authored
20% faster ac3 if downmixing, 15% if not Originally committed as revision 14743 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Loren Merritt authored
13% faster ac3 if downmixing Originally committed as revision 14742 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Aug, 2008 1 commit
-
-
Loren Merritt authored
Originally committed as revision 14704 to svn://svn.ffmpeg.org/ffmpeg/trunk
-