aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/fastmemcpy.h
Commit message (Expand)AuthorAge
* Fix compilation with --disable-fastmemcpy on x86Gravatar astrange2010-05-11
* Unconditionally declare fast_memcpy() and mem2agpcpy().Gravatar diego2010-02-25
* Merge two preprocessor conditions in order to drop one duplicated #else case.Gravatar diego2009-03-09
* HAVE_3DNOW --> HAVE_AMD3DNOWGravatar diego2009-01-26
* More #ifdef -> #if fixesGravatar reimar2009-01-16
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Add missing string.h #include for memcpy prototype;Gravatar diego2008-06-16
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Consistently use filenames as multiple inclusion guards.Gravatar diego2007-07-02
* Get rid of my_memcpy_pic code duplication in many filters.Gravatar reimar2007-06-28
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Add LGPL license header.Gravatar diego2007-05-28
* fastmemcpy.h always has to include inttypes.h on systems that need it.Gravatar diego2007-01-26
* get rid of void pointer arithmetic, as spotted by ICCGravatar gpoirier2007-01-26
* fixGravatar rathann2005-12-05
* support for negative strides (fixes -vf spp,flip crash)Gravatar henry2005-04-08
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* 10lGravatar diego2004-06-25
* Unify the config.h #include, use "config.h" instead of "../config.h"Gravatar diego2004-06-25
* memcpy_pic() added (copy image plane with src/dst stride)Gravatar arpi2002-04-06
* mem2agpcpy_pic()Gravatar michael2002-02-14
* mem2agpcpy()Gravatar michael2002-02-12
* cosmetic changes and sse/sse includedGravatar al3x2001-06-15
* USE_FASTMEMCPY bug fixed.Gravatar pontscho2001-05-14
* Moving fast_memcpy to separate file (Size optimization)Gravatar nickols_k2001-05-05
* SSE+2.2.x+SIGILL bug fixed - SSE code disabled...Gravatar arpi_esp2001-05-02
* Changed code, should be faster on Athlon/K6 but slower on PIII with SSE, more...Gravatar atmosfear2001-04-26
* New optimized SSE code, overall optimizations.Gravatar atmosfear2001-04-22
* 16-byte align fix for SSEGravatar arpi_esp2001-04-21
* replace "movsl..." to small_memcpyGravatar pontscho2001-04-18
* sorry, for the #endifGravatar pontscho2001-04-16
* add 3dnow supportGravatar pontscho2001-04-16
* - applied SSE patch by Nick KurshevGravatar atmosfear2001-04-14
* P3 fixes...Gravatar arpi_esp2001-04-12
* __memcpy fixGravatar arpi_esp2001-04-12
* small typoGravatar arpi_esp2001-04-12
* fast memcpy() using x86 asm or mmxextGravatar arpi_esp2001-04-11