index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libvo
/
fastmemcpy.h
Commit message (
Expand
)
Author
Age
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
Consistently use filenames as multiple inclusion guards.
diego
2007-07-02
*
Get rid of my_memcpy_pic code duplication in many filters.
reimar
2007-06-28
*
Replace implicit use of fast_memcpy via macro by explicit use to allow
reimar
2007-06-05
*
Add LGPL license header.
diego
2007-05-28
*
fastmemcpy.h always has to include inttypes.h on systems that need it.
diego
2007-01-26
*
get rid of void pointer arithmetic, as spotted by ICC
gpoirier
2007-01-26
*
fix
rathann
2005-12-05
*
support for negative strides (fixes -vf spp,flip crash)
henry
2005-04-08
*
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
diego
2004-10-28
*
10l
diego
2004-06-25
*
Unify the config.h #include, use "config.h" instead of "../config.h"
diego
2004-06-25
*
memcpy_pic() added (copy image plane with src/dst stride)
arpi
2002-04-06
*
mem2agpcpy_pic()
michael
2002-02-14
*
mem2agpcpy()
michael
2002-02-12
*
cosmetic changes and sse/sse included
al3x
2001-06-15
*
USE_FASTMEMCPY bug fixed.
pontscho
2001-05-14
*
Moving fast_memcpy to separate file (Size optimization)
nickols_k
2001-05-05
*
SSE+2.2.x+SIGILL bug fixed - SSE code disabled...
arpi_esp
2001-05-02
*
Changed code, should be faster on Athlon/K6 but slower on PIII with SSE, more...
atmosfear
2001-04-26
*
New optimized SSE code, overall optimizations.
atmosfear
2001-04-22
*
16-byte align fix for SSE
arpi_esp
2001-04-21
*
replace "movsl..." to small_memcpy
pontscho
2001-04-18
*
sorry, for the #endif
pontscho
2001-04-16
*
add 3dnow support
pontscho
2001-04-16
*
- applied SSE patch by Nick Kurshev
atmosfear
2001-04-14
*
P3 fixes...
arpi_esp
2001-04-12
*
__memcpy fix
arpi_esp
2001-04-12
*
small typo
arpi_esp
2001-04-12
*
fast memcpy() using x86 asm or mmxext
arpi_esp
2001-04-11