aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/aclib.c
Commit message (Expand)AuthorAge
* 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