Thu, 24 Mar 2011 20:25:45 +0000 |
reimar |
More const preservation.
|
Thu, 24 Mar 2011 20:21:27 +0000 |
reimar |
Do not pointlessly cast away a const.
|
Fri, 14 Jan 2011 22:10:21 +0000 |
cehoyos |
Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
|
Tue, 11 May 2010 09:23:31 +0000 |
astrange |
Fix compilation with --disable-fastmemcpy on x86
|
Thu, 25 Feb 2010 13:20:56 +0000 |
diego |
Unconditionally declare fast_memcpy() and mem2agpcpy().
|
Mon, 09 Mar 2009 11:02:54 +0000 |
diego |
Merge two preprocessor conditions in order to drop one duplicated #else case.
|
Mon, 26 Jan 2009 09:29:53 +0000 |
diego |
HAVE_3DNOW --> HAVE_AMD3DNOW
|
Fri, 16 Jan 2009 09:29:20 +0000 |
reimar |
More #ifdef -> #if fixes
|
Wed, 03 Dec 2008 23:01:03 +0000 |
diego |
Get rid of pointless 'extern' keywords.
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Mon, 16 Jun 2008 08:45:01 +0000 |
diego |
Add missing string.h #include for memcpy prototype;
|
Fri, 22 Feb 2008 09:09:46 +0000 |
diego |
Add MPLAYER_ prefix to multiple inclusion guards.
|
Mon, 31 Dec 2007 16:15:50 +0000 |
diego |
Add explanatory comments to the #endif part of multiple inclusion guards.
|
Mon, 02 Jul 2007 22:34:45 +0000 |
diego |
Do not use leading underscores in multiple inclusion guards, they are reserved.
|
Mon, 02 Jul 2007 21:23:42 +0000 |
diego |
Consistently use filenames as multiple inclusion guards.
|
Thu, 28 Jun 2007 11:24:12 +0000 |
reimar |
Get rid of my_memcpy_pic code duplication in many filters.
|
Tue, 05 Jun 2007 14:27:54 +0000 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
Mon, 28 May 2007 17:13:52 +0000 |
diego |
Add LGPL license header.
|
Fri, 26 Jan 2007 18:43:17 +0000 |
diego |
fastmemcpy.h always has to include inttypes.h on systems that need it.
|
Fri, 26 Jan 2007 09:07:55 +0000 |
gpoirier |
get rid of void pointer arithmetic, as spotted by ICC
|
Mon, 05 Dec 2005 01:30:01 +0000 |
rathann |
fix
|
Fri, 08 Apr 2005 10:31:18 +0000 |
henry |
support for negative strides (fixes -vf spp,flip crash)
|
Thu, 28 Oct 2004 01:15:53 +0000 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
Fri, 25 Jun 2004 18:20:45 +0000 |
diego |
10l
|
Fri, 25 Jun 2004 16:58:45 +0000 |
diego |
Unify the config.h #include, use "config.h" instead of "../config.h"
|
Sat, 06 Apr 2002 21:46:07 +0000 |
arpi |
memcpy_pic() added (copy image plane with src/dst stride)
|
Thu, 14 Feb 2002 22:34:24 +0000 |
michael |
mem2agpcpy_pic()
|
Tue, 12 Feb 2002 23:17:14 +0000 |
michael |
mem2agpcpy()
|
Fri, 15 Jun 2001 12:42:00 +0000 |
al3x |
cosmetic changes and sse/sse included
|
Mon, 14 May 2001 18:18:14 +0000 |
pontscho |
USE_FASTMEMCPY bug fixed.
|
Sat, 05 May 2001 13:30:00 +0000 |
nickols_k |
Moving fast_memcpy to separate file (Size optimization)
|
Wed, 02 May 2001 00:29:16 +0000 |
arpi_esp |
SSE+2.2.x+SIGILL bug fixed - SSE code disabled...
|
Thu, 26 Apr 2001 20:35:58 +0000 |
atmosfear |
Changed code, should be faster on Athlon/K6 but slower on PIII with SSE, more portable.
|
Sun, 22 Apr 2001 19:25:47 +0000 |
atmosfear |
New optimized SSE code, overall optimizations.
|
Sat, 21 Apr 2001 21:49:28 +0000 |
arpi_esp |
16-byte align fix for SSE
|
Wed, 18 Apr 2001 20:44:16 +0000 |
pontscho |
replace "movsl..." to small_memcpy
|
Mon, 16 Apr 2001 21:08:05 +0000 |
pontscho |
sorry, for the #endif
|
Mon, 16 Apr 2001 20:55:27 +0000 |
pontscho |
add 3dnow support
|
Sat, 14 Apr 2001 17:56:44 +0000 |
atmosfear |
- applied SSE patch by Nick Kurshev
|
Thu, 12 Apr 2001 14:40:10 +0000 |
arpi_esp |
P3 fixes...
|
Thu, 12 Apr 2001 00:09:57 +0000 |
arpi_esp |
__memcpy fix
|
Thu, 12 Apr 2001 00:05:18 +0000 |
arpi_esp |
small typo
|
Wed, 11 Apr 2001 20:14:49 +0000 |
arpi_esp |
fast memcpy() using x86 asm or mmxext
|