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_template.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add standard license headers, unify header formatting.
diego
2009-02-08
1
-3
/
+19
*
HAVE_3DNOW --> HAVE_AMD3DNOW
diego
2009-01-26
1
-4
/
+4
*
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
reimar
2009-01-16
1
-12
/
+13
*
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
diego
2008-10-16
1
-11
/
+11
*
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
diego
2008-10-16
1
-1
/
+1
*
libvo: change asm syntax to use ASMALIGN and " # nop"
uau
2008-02-15
1
-3
/
+3
*
HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...)
michael
2007-05-27
1
-6
/
+6
*
More gcc-4.0 fixes
gpoirier
2005-06-04
1
-4
/
+4
*
Make this file compile with gcc-4.0.0. The old code was invalid C.
gpoirier
2005-01-21
1
-6
/
+6
*
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
aurel
2004-10-21
1
-35
/
+35
*
removed nonsense 'inline'
arpi
2002-08-22
1
-2
/
+2
*
prefer prefetchnta if its available
michael
2002-04-17
1
-3
/
+3
*
pre mmx2/3dnow fix
michael
2002-04-17
1
-4
/
+10
*
101
michael
2002-02-13
1
-2
/
+0
*
mem2agpcpy()
michael
2002-02-12
1
-0
/
+85
*
runtime cpu detection
michael
2001-12-09
1
-17
/
+6
*
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