aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/fastmemcpy.h
Commit message (Collapse)AuthorAge
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23709 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistently use filenames as multiple inclusion guards.Gravatar diego2007-07-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23706 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of my_memcpy_pic code duplication in many filters.Gravatar reimar2007-06-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23686 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
| | | | | | | for future optimization. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23475 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add LGPL license header.Gravatar diego2007-05-28
| | | | | | | OKed by Arpi and Michael, the authors of all non-trivial parts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23403 b3059339-0415-0410-9bf9-f77b7e298cf2
* fastmemcpy.h always has to include inttypes.h on systems that need it.Gravatar diego2007-01-26
| | | | | | | patch by Carl Eugen Hoyos, cehoyos ag.or at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22021 b3059339-0415-0410-9bf9-f77b7e298cf2
* get rid of void pointer arithmetic, as spotted by ICCGravatar gpoirier2007-01-26
| | | | | | | | | Original thread: date: Jan 25, 2007 5:01 PM subject: Re: [MPlayer-dev-eng] [PATCH] get rid of *void pointer arithemtic in libvo/fastmemcpy.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22018 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixGravatar rathann2005-12-05
| | | | | | | vf_remove_logo.c:738: warning: passing argument 2 of 'memcpy_pic' discards qualifiers from pointer target type git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17096 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for negative strides (fixes -vf spp,flip crash)Gravatar henry2005-04-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15070 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
| | | | | | | Based on a patch by Sebastian Hegler <s_hegler at gmx dot de>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13788 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar diego2004-06-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12664 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify the config.h #include, use "config.h" instead of "../config.h"Gravatar diego2004-06-25
| | | | | | | everywhere, will make extracting libvo/ easier. Approved by Alex. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12651 b3059339-0415-0410-9bf9-f77b7e298cf2
* memcpy_pic() added (copy image plane with src/dst stride)Gravatar arpi2002-04-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5505 b3059339-0415-0410-9bf9-f77b7e298cf2
* mem2agpcpy_pic()Gravatar michael2002-02-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4709 b3059339-0415-0410-9bf9-f77b7e298cf2
* mem2agpcpy()Gravatar michael2002-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4682 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic changes and sse/sse includedGravatar al3x2001-06-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1132 b3059339-0415-0410-9bf9-f77b7e298cf2
* USE_FASTMEMCPY bug fixed.Gravatar pontscho2001-05-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@801 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moving fast_memcpy to separate file (Size optimization)Gravatar nickols_k2001-05-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@699 b3059339-0415-0410-9bf9-f77b7e298cf2
* SSE+2.2.x+SIGILL bug fixed - SSE code disabled...Gravatar arpi_esp2001-05-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@686 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed code, should be faster on Athlon/K6 but slower on PIII with SSE, ↵Gravatar atmosfear2001-04-26
| | | | | | more portable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@645 b3059339-0415-0410-9bf9-f77b7e298cf2
* New optimized SSE code, overall optimizations.Gravatar atmosfear2001-04-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@582 b3059339-0415-0410-9bf9-f77b7e298cf2
* 16-byte align fix for SSEGravatar arpi_esp2001-04-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@568 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace "movsl..." to small_memcpyGravatar pontscho2001-04-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@514 b3059339-0415-0410-9bf9-f77b7e298cf2
* sorry, for the #endifGravatar pontscho2001-04-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@479 b3059339-0415-0410-9bf9-f77b7e298cf2
* add 3dnow supportGravatar pontscho2001-04-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@478 b3059339-0415-0410-9bf9-f77b7e298cf2
* - applied SSE patch by Nick KurshevGravatar atmosfear2001-04-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@410 b3059339-0415-0410-9bf9-f77b7e298cf2
* P3 fixes...Gravatar arpi_esp2001-04-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@377 b3059339-0415-0410-9bf9-f77b7e298cf2
* __memcpy fixGravatar arpi_esp2001-04-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@371 b3059339-0415-0410-9bf9-f77b7e298cf2
* small typoGravatar arpi_esp2001-04-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@369 b3059339-0415-0410-9bf9-f77b7e298cf2
* fast memcpy() using x86 asm or mmxextGravatar arpi_esp2001-04-11
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@359 b3059339-0415-0410-9bf9-f77b7e298cf2