- 05 Oct, 2013 1 commit
-
-
Diego Biurrun authored
This avoids building mmxext and sse2 code when disabled by configure.
-
- 12 May, 2013 1 commit
-
-
Diego Biurrun authored
The header is not (anymore) MMX-specific.
-
- 25 Feb, 2013 1 commit
-
-
Diego Biurrun authored
-
- 28 Jan, 2013 1 commit
-
-
Diego Biurrun authored
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 Aug, 2012 1 commit
-
-
Mans Rullgard authored
This puts x86-specific things in the x86/ subdirectory where they belong. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 25 Jul, 2012 1 commit
-
-
Ronald S. Bultje authored
This allows compiling with compilers that don't support gcc-style inline assembly. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 23 Jun, 2011 1 commit
-
-
Diego Biurrun 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>
-
- 18 Jan, 2011 1 commit
-
-
Mans Rullgard authored
This macro has unconditionally used .p2align for a long time and serves no useful purpose.
-
- 31 Oct, 2010 3 commits
-
-
Ramiro Polla authored
suncc does not like the leading commas inside the macro, but it has no problem with trailing commas. Originally committed as revision 25615 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 25614 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 25608 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Aug, 2010 1 commit
-
-
Ronald S. Bultje authored
functions. Originally committed as revision 24987 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
-
- 22 Jan, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 21377 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Aug, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19739 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
-
- 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
-
- 22 Dec, 2008 1 commit
-
-
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
-
- 21 Dec, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16260 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
-
- 09 Jul, 2008 1 commit
-
-
Alexander Strange authored
Fixes building with gcc -std=gnu99. Originally committed as revision 14140 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
-
- 16 Apr, 2008 1 commit
-
-
Alexander Strange authored
Originally committed as revision 12843 to svn://svn.ffmpeg.org/ffmpeg/trunk
-