diego
14523bd8ec
fastmemcpy.h always has to include inttypes.h on systems that need it.
...
patch by Carl Eugen Hoyos, cehoyos ag.or at
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22021 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-26 18:43:17 +00:00
gpoirier
80c237677f
get rid of void pointer arithmetic, as spotted by ICC
...
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
2007-01-26 09:07:55 +00:00
rathann
52dfba2d4d
fix
...
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
2005-12-05 01:30:01 +00:00
henry
47f90af3ba
support for negative strides (fixes -vf spp,flip crash)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15070 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-08 10:31:18 +00:00
diego
5b0d96c6b4
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
...
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
2004-10-28 01:15:53 +00:00
diego
fcd3e26d1e
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12664 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-25 18:20:45 +00:00
diego
1bd9852166
Unify the config.h #include, use "config.h" instead of "../config.h"
...
everywhere, will make extracting libvo/ easier. Approved by Alex.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12651 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-25 16:58:45 +00:00
arpi
133757919e
memcpy_pic() added (copy image plane with src/dst stride)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5505 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-06 21:46:07 +00:00
michael
23d578910a
mem2agpcpy_pic()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4709 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-14 22:34:24 +00:00
michael
7a4350e4c1
mem2agpcpy()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4682 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-12 23:17:14 +00:00
al3x
0fa160eedf
cosmetic changes and sse/sse included
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1132 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-15 12:42:00 +00:00
pontscho
91df402134
USE_FASTMEMCPY bug fixed.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@801 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-14 18:18:14 +00:00
nickols_k
ada40a6be6
Moving fast_memcpy to separate file (Size optimization)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@699 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-05 13:30:00 +00:00
arpi_esp
cd6ae34f71
SSE+2.2.x+SIGILL bug fixed - SSE code disabled...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@686 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-02 00:29:16 +00:00
atmosfear
fc6fab0429
Changed code, should be faster on Athlon/K6 but slower on PIII with SSE, more portable.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@645 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-26 20:35:58 +00:00
atmosfear
ff791d698e
New optimized SSE code, overall optimizations.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@582 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-22 19:25:47 +00:00
arpi_esp
b128050fac
16-byte align fix for SSE
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@568 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-21 21:49:28 +00:00
pontscho
e4c014f334
replace "movsl..." to small_memcpy
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@514 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-18 20:44:16 +00:00
pontscho
3ea3b615a3
sorry, for the #endif
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@479 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-16 21:08:05 +00:00
pontscho
ebe63858a9
add 3dnow support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@478 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-16 20:55:27 +00:00
atmosfear
0fc60fe28c
- applied SSE patch by Nick Kurshev
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@410 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-14 17:56:44 +00:00
arpi_esp
34a4680099
P3 fixes...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@377 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-12 14:40:10 +00:00
arpi_esp
627806710a
__memcpy fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@371 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-12 00:09:57 +00:00
arpi_esp
3cfac87cb4
small typo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@369 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-12 00:05:18 +00:00
arpi_esp
feb552b3de
fast memcpy() using x86 asm or mmxext
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@359 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-11 20:14:49 +00:00