index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libvo
/
aclib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not assume that "long" is the size of a register.
reimar
2010-01-03
1
-0
/
+2
*
Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
ramiro
2009-04-08
1
-9
/
+9
*
Get rid of pointless preprocessor condition indirection and use ARCH_X86
diego
2009-03-15
1
-9
/
+6
*
Conditionally compile aclib.c instead of placing #ifdef around its content.
diego
2009-02-08
1
-4
/
+0
*
Add standard license headers, unify header formatting.
diego
2009-02-08
1
-6
/
+23
*
HAVE_3DNOW --> HAVE_AMD3DNOW
diego
2009-01-26
1
-16
/
+16
*
100l, forgot to delete two defines left over from old HAVE_MMX handling code.
reimar
2009-01-16
1
-2
/
+0
*
More #ifdef HAVE_MMX etc. missed by earlier search.
reimar
2009-01-16
1
-1
/
+1
*
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
reimar
2009-01-16
1
-23
/
+56
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
1
-3
/
+2
*
avoid utter breakage on non-x86, patch from Chris Roccati <roccati@at@pobox.d...
lu_zero
2007-06-10
1
-0
/
+1
*
Include string.h to make sure memcpy is not used without prototype
reimar
2007-01-23
1
-0
/
+1
*
ARCH_X86 simplifications
reimar
2006-11-01
1
-1
/
+1
*
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
diego
2004-10-28
1
-1
/
+1
*
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
aurel
2004-10-21
1
-6
/
+1
*
Unify the config.h #include, use "config.h" instead of "../config.h"
diego
2004-06-25
1
-1
/
+1
*
fix crash due to fast_memcpy calling itself instead of libc memcpy
reimar
2004-05-20
1
-0
/
+1
*
On non-x86 platforms, memcpy was re-implemented in mplayer and was called
jkeil
2002-11-07
1
-0
/
+1
*
*HUGE* set of compiler warning fixes, unused variables removal
arpi
2002-11-06
1
-0
/
+2
*
removed nonsense 'inline'
arpi
2002-08-22
1
-2
/
+2
*
memcpy must return destination ptr patch by Adam <adam@cfar.umd.edu>
michael
2002-04-10
1
-0
/
+1
*
fixing runtime cpudetect with pre SSE cpus
michael
2002-03-19
1
-7
/
+38
*
mem2agpcpy()
michael
2002-02-12
1
-1
/
+31
*
runtime cpu detection
michael
2001-12-09
1
-329
/
+84
*
10-20% faster fastmemcpy :) on my p3 at least but the algo is mostly from "am...
michael
2001-11-22
1
-6
/
+116
*
Issues about P3 performance and SSE2 support.
nickols_k
2001-06-13
1
-2
/
+9
*
Moving fast_memcpy to separate file (Size optimization)
nickols_k
2001-05-05
1
-0
/
+249