summaryrefslogtreecommitdiffstats
path: root/libvo/fastmemcpy.h
Commit message (Expand)AuthorAgeFilesLines
* Replace fast_memcpy() useswm42012-11-111-3/+0
* vo_gl3: support RGBA EOSDwm42012-10-161-0/+13
* VO: remove vo_directfb2 and vo_directxwm42012-08-161-2/+0
* fastmemcpy.h: remove code duplicationwm42012-07-301-28/+2
* libvo: remove custom assembler memcpy implementations (aka fastmemcpy)wm42012-07-301-11/+6
* Fix compilation with --disable-fastmemcpy on x86astrange2010-05-111-1/+1
* Unconditionally declare fast_memcpy() and mem2agpcpy().diego2010-02-251-3/+1
* Merge two preprocessor conditions in order to drop one duplicated #else case.diego2009-03-091-9/+2
* HAVE_3DNOW --> HAVE_AMD3DNOWdiego2009-01-261-1/+1
* More #ifdef -> #if fixesreimar2009-01-161-2/+2
* Get rid of pointless 'extern' keywords.diego2008-12-031-2/+2
* Start unifying names of internal preprocessor directives.diego2008-07-301-2/+2
* Add missing string.h #include for memcpy prototype;diego2008-06-161-0/+1
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-1/+1
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-2/+2
* Consistently use filenames as multiple inclusion guards.diego2007-07-021-2/+2
* Get rid of my_memcpy_pic code duplication in many filters.reimar2007-06-281-2/+11
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-3/+4
* Add LGPL license header.diego2007-05-281-0/+18
* fastmemcpy.h always has to include inttypes.h on systems that need it.diego2007-01-261-1/+1
* get rid of void pointer arithmetic, as spotted by ICCgpoirier2007-01-261-8/+9
* fixrathann2005-12-051-2/+2
* support for negative strides (fixes -vf spp,flip crash)henry2005-04-081-2/+20
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* 10ldiego2004-06-251-1/+1
* Unify the config.h #include, use "config.h" instead of "../config.h"diego2004-06-251-1/+1
* memcpy_pic() added (copy image plane with src/dst stride)arpi2002-04-061-0/+19
* mem2agpcpy_pic()michael2002-02-141-0/+20
* mem2agpcpy()michael2002-02-121-2/+8
* cosmetic changes and sse/sse includedal3x2001-06-151-6/+6
* USE_FASTMEMCPY bug fixed.pontscho2001-05-141-0/+4
* Moving fast_memcpy to separate file (Size optimization)nickols_k2001-05-051-233/+2
* SSE+2.2.x+SIGILL bug fixed - SSE code disabled...arpi_esp2001-05-021-4/+11
* Changed code, should be faster on Athlon/K6 but slower on PIII with SSE, more...atmosfear2001-04-261-149/+152
* New optimized SSE code, overall optimizations.atmosfear2001-04-221-21/+97
* 16-byte align fix for SSEarpi_esp2001-04-211-0/+19
* replace "movsl..." to small_memcpypontscho2001-04-181-15/+2
* sorry, for the #endifpontscho2001-04-161-1/+1
* add 3dnow supportpontscho2001-04-161-1/+61
* - applied SSE patch by Nick Kurshevatmosfear2001-04-141-47/+44
* P3 fixes...arpi_esp2001-04-121-30/+24
* __memcpy fixarpi_esp2001-04-121-3/+5
* small typoarpi_esp2001-04-121-1/+1
* fast memcpy() using x86 asm or mmxextarpi_esp2001-04-111-0/+98