Reimar Döffinger
7f526efd17
Change unsigned->signed and int->long, this fits the asm code better on 64
...
bit systems.
Also fixes several crashes because (long)-i is incorrect if i is unsigned.
Originally committed as revision 16740 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2005-10-12 12:11:27 +00:00
Michael Niedermayer
2549c2bc00
10l
...
Originally committed as revision 11071 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-10-09 23:45:04 +00:00
Pierre Lombard
3f4185517f
reversed for cause of code obsolescence
...
Originally committed as revision 10896 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-09-21 01:23:07 +00:00
Pierre Lombard
b9ebf325c6
printf() requires stdio.h
...
Originally committed as revision 10891 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-09-20 11:57:42 +00:00
Michael Niedermayer
35ca945423
vf_scale.h & related cleanup & some small warning fix by dominik
...
Originally committed as revision 10234 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-06-01 21:59:29 +00:00
Michael Niedermayer
700490a4d1
remove remaining cpudetect dependancy
...
Originally committed as revision 9988 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-04-25 17:16:55 +00:00
Michael Niedermayer
5427e24291
yuv2rgb brightness/contrast/saturation/different colorspaces support finished
...
yuv2rgb deglobalize
yuv2rgb optimizations / cleanup
bugs?
Originally committed as revision 9477 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-02-21 20:35:18 +00:00
Michael Niedermayer
f0b62bbde2
cleanup (unsigned stride -> int stride)
...
Originally committed as revision 9393 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-02-11 12:57:53 +00:00
Arpi
18a7b2a873
tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
...
Originally committed as revision 7473 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-09-22 02:33:28 +00:00
Michael Niedermayer
ac4d0aea71
merging changes from mplayerxp (rgb2rgb*.{c,h} only)
...
Originally committed as revision 6607 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-06-29 21:26:15 +00:00
Michael Niedermayer
b241cbf2cf
yvu9 -> yv12 unscaled converter with linear chroma scaling
...
Originally committed as revision 6583 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-06-27 23:48:53 +00:00
Arpi
0d9f3d85f6
sync with mplayer xp
...
- partial yvu9 support (copy only)
- rgb 15/16 -> 24/32 converters
- int->unsigned changes
Originally committed as revision 6493 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-06-22 08:49:45 +00:00
Michael Niedermayer
b1ec5875a6
yuv422p -> yuy2 (untested)
...
Originally committed as revision 5589 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-04-13 02:21:12 +00:00
Michael Niedermayer
74d3583521
rgb24->bgr24
...
Originally committed as revision 5583 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-04-13 00:48:21 +00:00
Michael Niedermayer
5d55fdb40b
byte interleaving for mga
...
untested (no g200 mga or whatever i would need ...)
experimental sse2 version (even less tested as no p4 either ...)
sse2 version would need 16-byte aligned src & dst else sig11
sse2 version is disabled by default
Originally committed as revision 5338 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-03-25 16:35:24 +00:00
Michael Niedermayer
aa21f0c389
rgb24toyv12 bugfix
...
Originally committed as revision 3634 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-12-20 17:30:59 +00:00
Nick Kurshev
1b383194f6
rgb32tobgr32 now is documented ;)
...
Originally committed as revision 2759 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-11-07 08:52:04 +00:00
Nick Kurshev
6611aa83de
Move yuv2rgb to postprocess
...
Originally committed as revision 2733 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-11-06 11:22:40 +00:00
Michael Niedermayer
cfc15dc6bc
unsigned stuff
...
Originally committed as revision 2726 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-11-05 19:55:11 +00:00
Michael Niedermayer
dabcdbc493
yuy2toyv12 fixed and speedup
...
Originally committed as revision 2725 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-11-05 18:50:58 +00:00
Michael Niedermayer
42b5fcb890
fixed yv12toyuy2
...
Originally committed as revision 2724 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-11-05 18:26:49 +00:00
Nick Kurshev
4aecdf910f
Forgot
...
Originally committed as revision 2722 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-11-05 18:03:46 +00:00
Nick Kurshev
996e1a7cff
Well - old algorithms and new stuff rgb24to16(15)
...
Originally committed as revision 2719 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-11-05 17:35:28 +00:00
Nick Kurshev
12e3287f03
More standards compilance
...
Originally committed as revision 2712 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-11-05 08:37:27 +00:00
Michael Niedermayer
4060205ba7
yv12toyuy2 in MMX
...
cleanup
Originally committed as revision 2703 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-11-05 01:21:05 +00:00
Michael Niedermayer
d9d58d172e
yv12 <-> yuy2 in C
...
Originally committed as revision 2702 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-11-05 00:45:55 +00:00
Michael Niedermayer
9ce6584e49
palette to bgr24
...
Originally committed as revision 2698 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-11-04 19:50:29 +00:00
Michael Niedermayer
fcfbc150aa
bgr32to16, bgr32to15 (needed for palette stuff)
...
paletteto 32,16,15bgr
all in c, will be optimized as soon as they are tested (assuming opt. is possible)
Originally committed as revision 2695 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-11-04 19:36:24 +00:00
Nick Kurshev
569931477e
using const modifier
...
Originally committed as revision 2678 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-11-04 11:51:36 +00:00
Nick Kurshev
b238eb2e77
vo_vesa: more rgb2rgb support
...
Originally committed as revision 2507 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-10-28 10:45:42 +00:00
Nick Kurshev
59ac5a936c
vo_vesa: more rgb2rgb support
...
Originally committed as revision 2506 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-10-28 10:28:08 +00:00
Nick Kurshev
b234ae818b
vo_vesa: rgb2rgb support
...
Originally committed as revision 2505 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2001-10-28 10:17:57 +00:00