- 17 Feb, 2015 1 commit
-
-
Christophe Gisquet authored
The macro hell sometimes make it difficult to trace the source of an error, so it is easier to analyze the preprocessed output. This patch makes this automatical by specifying DBG=1 on the command line: a file ffmpeg/dir/file.asm gets preprocessed to builddir/dir/file.dbg.asm, which is then compiled. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 30 Jun, 2014 1 commit
-
-
Diego Biurrun authored
-
- 22 Mar, 2014 1 commit
-
-
Diego Biurrun authored
-
- 13 Mar, 2014 1 commit
-
-
Diego Biurrun authored
SPARC is no longer being used in any multimedia-related fields and the VIS optimizations only represent a maintenance burden.
-
- 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>
-
- 30 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 07 Apr, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 17 Mar, 2011 1 commit
-
-
Michael Niedermayer authored
This reverts commit f8a45fa1. Conflicts: doc/optimization.txt
-
- 16 Mar, 2011 1 commit
-
-
Janne Grunau authored
unless it stands for ffmpeg the program or is historic
-
- 13 Mar, 2011 1 commit
-
-
Johan Andersson authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 09 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
This cleanup patch updates the developer documentation with respect to the migration to the git scm. (cherry picked from commit 87800dc2)
-
- 08 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
This cleanup patch updates the developer documentation with respect to the migration to the git scm.
-
- 06 Oct, 2010 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 25364 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Sep, 2010 1 commit
-
-
Ronald S. Bultje authored
- mention clobber-marking of xmm registers, - some notes on external vs. inline asm, including tips on which to use for what situation and to not rewrite+improve in the same patch (as with C code) - some more best-practice guidelines See "[PATCH] update doc/optimization.txt" thread on ML. Originally committed as revision 25170 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Sep, 2010 1 commit
-
-
Ronald S. Bultje authored
Originally committed as revision 25157 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Dec, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16310 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
-
- 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
-
- 27 May, 2008 1 commit
-
-
Dmitry Antipov authored
Originally committed as revision 13467 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Feb, 2008 3 commits
-
-
Mike Melanson authored
Originally committed as revision 12171 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 12170 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 12168 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jan, 2008 4 commits
-
-
Mike Melanson authored
Originally committed as revision 11598 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Mike Melanson authored
Originally committed as revision 11597 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 11596 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 11595 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Oct, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 10639 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Sep, 2007 1 commit
-
-
Guillaume Poirier authored
Originally committed as revision 10399 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Aug, 2007 1 commit
-
-
Dominik Mierzejewski authored
Originally committed as revision 10235 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Aug, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 10215 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Aug, 2007 3 commits
-
-
Luca Barbato authored
Originally committed as revision 10197 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 10194 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Loren Merritt authored
Originally committed as revision 10191 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Jan, 2007 1 commit
-
-
Guillaume Poirier authored
Originally committed as revision 7425 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jun, 2006 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 5459 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 5458 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jun, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4379 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jun, 2005 3 commits
-
-
Diego Biurrun authored
Originally committed as revision 4378 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 4376 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 4375 to svn://svn.ffmpeg.org/ffmpeg/trunk
-