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
/
fastmemcpy.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compilation with --disable-fastmemcpy on x86
astrange
2010-05-11
1
-1
/
+1
*
Unconditionally declare fast_memcpy() and mem2agpcpy().
diego
2010-02-25
1
-3
/
+1
*
Merge two preprocessor conditions in order to drop one duplicated #else case.
diego
2009-03-09
1
-9
/
+2
*
HAVE_3DNOW --> HAVE_AMD3DNOW
diego
2009-01-26
1
-1
/
+1
*
More #ifdef -> #if fixes
reimar
2009-01-16
1
-2
/
+2
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
1
-2
/
+2
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
1
-2
/
+2
*
Add missing string.h #include for memcpy prototype;
diego
2008-06-16
1
-0
/
+1
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
1
-3
/
+3
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
1
-1
/
+1
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
1
-2
/
+2
*
Consistently use filenames as multiple inclusion guards.
diego
2007-07-02
1
-2
/
+2
*
Get rid of my_memcpy_pic code duplication in many filters.
reimar
2007-06-28
1
-2
/
+11
*
Replace implicit use of fast_memcpy via macro by explicit use to allow
reimar
2007-06-05
1
-3
/
+4
*
Add LGPL license header.
diego
2007-05-28
1
-0
/
+18
*
fastmemcpy.h always has to include inttypes.h on systems that need it.
diego
2007-01-26
1
-1
/
+1
*
get rid of void pointer arithmetic, as spotted by ICC
gpoirier
2007-01-26
1
-8
/
+9
*
fix
rathann
2005-12-05
1
-2
/
+2
*
support for negative strides (fixes -vf spp,flip crash)
henry
2005-04-08
1
-2
/
+20
*
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
diego
2004-10-28
1
-1
/
+1
*
10l
diego
2004-06-25
1
-1
/
+1
*
Unify the config.h #include, use "config.h" instead of "../config.h"
diego
2004-06-25
1
-1
/
+1
*
memcpy_pic() added (copy image plane with src/dst stride)
arpi
2002-04-06
1
-0
/
+19
*
mem2agpcpy_pic()
michael
2002-02-14
1
-0
/
+20
*
mem2agpcpy()
michael
2002-02-12
1
-2
/
+8
*
cosmetic changes and sse/sse included
al3x
2001-06-15
1
-6
/
+6
*
USE_FASTMEMCPY bug fixed.
pontscho
2001-05-14
1
-0
/
+4
*
Moving fast_memcpy to separate file (Size optimization)
nickols_k
2001-05-05
1
-233
/
+2
*
SSE+2.2.x+SIGILL bug fixed - SSE code disabled...
arpi_esp
2001-05-02
1
-4
/
+11
*
Changed code, should be faster on Athlon/K6 but slower on PIII with SSE, more...
atmosfear
2001-04-26
1
-149
/
+152
*
New optimized SSE code, overall optimizations.
atmosfear
2001-04-22
1
-21
/
+97
*
16-byte align fix for SSE
arpi_esp
2001-04-21
1
-0
/
+19
*
replace "movsl..." to small_memcpy
pontscho
2001-04-18
1
-15
/
+2
*
sorry, for the #endif
pontscho
2001-04-16
1
-1
/
+1
*
add 3dnow support
pontscho
2001-04-16
1
-1
/
+61
*
- applied SSE patch by Nick Kurshev
atmosfear
2001-04-14
1
-47
/
+44
*
P3 fixes...
arpi_esp
2001-04-12
1
-30
/
+24
*
__memcpy fix
arpi_esp
2001-04-12
1
-3
/
+5
*
small typo
arpi_esp
2001-04-12
1
-1
/
+1
*
fast memcpy() using x86 asm or mmxext
arpi_esp
2001-04-11
1
-0
/
+98