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
*
Unconditionally declare fast_memcpy() and mem2agpcpy().
diego
2010-02-25
*
Merge two preprocessor conditions in order to drop one duplicated #else case.
diego
2009-03-09
*
HAVE_3DNOW --> HAVE_AMD3DNOW
diego
2009-01-26
*
More #ifdef -> #if fixes
reimar
2009-01-16
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
Add missing string.h #include for memcpy prototype;
diego
2008-06-16
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
*
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