- 05 Feb, 2013 1 commit
-
-
Diego Biurrun authored
This avoids SIMD-optimized functions having to sign-extend their line size argument manually to be able to do pointer arithmetic.
-
- 27 Jan, 2013 1 commit
-
-
Daniel Kang authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 20 Jan, 2013 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 25 Nov, 2012 2 commits
-
-
Daniel Kang authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Daniel Kang authored
The only CPUs that have 3dnow and don't have mmxext are 12 years old. Moreover, AMD has dropped 3dnow extensions from newer CPUs. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 30 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 07 Sep, 2012 1 commit
-
-
Diego Biurrun authored
-
- 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.
-
- 04 Jun, 2010 1 commit
-
-
David Conrad authored
Originally committed as revision 23463 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Sep, 2009 1 commit
-
-
Reimar Döffinger authored
#if !HAVE_EBX_AVAILABLE, since all it does is avoid using ebx. Originally committed as revision 20094 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
-
- 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
-
- 17 Dec, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16178 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
-
- 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
-
- 08 May, 2008 1 commit
-
-
Ramiro Polla authored
typedef x86_reg as the appropriate size and use it instead. Originally committed as revision 13081 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Feb, 2008 1 commit
-
-
Reimar Döffinger authored
Originally committed as revision 12189 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Feb, 2008 1 commit
-
-
Loren Merritt authored
Originally committed as revision 11829 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Oct, 2007 3 commits
-
-
Diego Biurrun authored
Originally committed as revision 10771 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Those files are really meant to be included several times. Originally committed as revision 10766 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 10763 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jul, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jun, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 9289 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
-
- 01 Oct, 2006 1 commit
-
-
Loren Merritt authored
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. Originally committed as revision 6412 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Aug, 2006 1 commit
-
-
John Dalgliesh authored
Determines whether .align's arg is power-of-two or not, then defines ASMALIGN appropriately in config.h. Changes all .baligns to ASMALIGNs. Patch by John Dalgliesh % johnd AH defyne P org % Original thread: Date: Aug 11, 2006 8:00 AM Subject: Re: [Ffmpeg-devel] Mac OS X Intel last part: balign directives Originally committed as revision 5990 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jan, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Dec, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Dec, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Apr, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4133 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Oct, 2004 1 commit
-
-
Aurelien Jacobs authored
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) Originally committed as revision 3578 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Sep, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3437 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Sep, 2004 1 commit
-
-
Michael Niedermayer authored
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster now Originally committed as revision 3435 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 May, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3140 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jan, 2004 1 commit
-
-
Michael Niedermayer authored
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise Originally committed as revision 2686 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Feb, 2003 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jan, 2003 1 commit
-
-
Michael Niedermayer authored
qpel refinement quality parameter Originally committed as revision 1393 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Sep, 2002 1 commit
-
-
Michael Niedermayer authored
fixing 2 small qpel bugs Originally committed as revision 915 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 May, 2002 1 commit
-
-
Zdenek Kabelac authored
* using MOVQ_WONE/MOVQ_BFE as two instruction instead of static memory value access as its always faster * PAVGB_MMX macro is using now mm6 -> mm7 is unmodified * replaced original pixels_xy2_mmx with new faster and equal implementation * replaced usage of mm7 for other then ZERO contstant in _rnd & _avg file with mm6 Originally committed as revision 632 to svn://svn.ffmpeg.org/ffmpeg/trunk
-