- 26 Mar, 2014 1 commit
-
-
Diego Biurrun authored
-
- 13 Mar, 2014 1 commit
-
-
Diego Biurrun authored
-
- 12 May, 2013 1 commit
-
-
Diego Biurrun authored
-
- 07 May, 2013 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 06 May, 2013 1 commit
-
-
Diego Biurrun authored
The function is only instantiated once, so there is no point in keeping it in a template file.
-
- 25 Apr, 2013 1 commit
-
-
Martin Storsjö authored
This makes it less confusing when this template is shared both by dsputil and by hpeldsp. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 23 Apr, 2013 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 19 Apr, 2013 1 commit
-
-
Ronald S. Bultje authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 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.
-
- 23 Jan, 2013 1 commit
-
-
Ronald S. Bultje authored
This is never used.
-
- 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.
-
- 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
-
- 15 Apr, 2009 1 commit
-
-
David Conrad authored
pixels, not (dst+pix)>>1. This makes the mmx functions bitexact with the C functions. Originally committed as revision 18527 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
-
- 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
-
- 30 May, 2007 1 commit
-
-
Carl Eugen Hoyos authored
patch by Carl Eugen Hoyos cehoyos chez ag or at original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused date: 05/29/2007 01:23 PM Originally committed as revision 9155 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 May, 2007 1 commit
-
-
Reimar Döffinger authored
attribute_unused and attribute_used respectively to ease compiling on non-gcc. Originally committed as revision 9024 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
-
- 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
-
- 06 Sep, 2005 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 4567 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
-
- 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
-