aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/aclib.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r30185Gravatar Uoti Urpala2010-01-08
|\
| * Do not assume that "long" is the size of a register.Gravatar reimar2010-01-03
|/
* Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Gravatar ramiro2009-04-08
* Get rid of pointless preprocessor condition indirection and use ARCH_X86Gravatar diego2009-03-15
* Conditionally compile aclib.c instead of placing #ifdef around its content.Gravatar diego2009-02-08
* Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* HAVE_3DNOW --> HAVE_AMD3DNOWGravatar diego2009-01-26
* 100l, forgot to delete two defines left over from old HAVE_MMX handling code.Gravatar reimar2009-01-16
* More #ifdef HAVE_MMX etc. missed by earlier search.Gravatar reimar2009-01-16
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* avoid utter breakage on non-x86, patch from Chris Roccati <roccati@at@pobox.d...Gravatar lu_zero2007-06-10
* Include string.h to make sure memcpy is not used without prototypeGravatar reimar2007-01-23
* ARCH_X86 simplificationsGravatar reimar2006-11-01
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Gravatar aurel2004-10-21
* Unify the config.h #include, use "config.h" instead of "../config.h"Gravatar diego2004-06-25
* fix crash due to fast_memcpy calling itself instead of libc memcpyGravatar reimar2004-05-20
* On non-x86 platforms, memcpy was re-implemented in mplayer and was calledGravatar jkeil2002-11-07
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* removed nonsense 'inline'Gravatar arpi2002-08-22
* memcpy must return destination ptr patch by Adam <adam@cfar.umd.edu>Gravatar michael2002-04-10
* fixing runtime cpudetect with pre SSE cpusGravatar michael2002-03-19
* mem2agpcpy()Gravatar michael2002-02-12
* runtime cpu detectionGravatar michael2001-12-09
* 10-20% faster fastmemcpy :) on my p3 at least but the algo is mostly from "am...Gravatar michael2001-11-22
* Issues about P3 performance and SSE2 support.Gravatar nickols_k2001-06-13
* Moving fast_memcpy to separate file (Size optimization)Gravatar nickols_k2001-05-05