Diego Biurrun
|
c6d4cef7c3
|
cosmetics: __asm__ __volatile__ --> asm volatile
Originally committed as revision 26456 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
17 years ago |
Carl Eugen Hoyos
|
0cb2559445
|
Discard two symbols from libswscale.
Originally committed as revision 26060 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
17 years ago |
Reimar Döffinger
|
5802683a97
|
Make some assembler constants global instead of declaring them multiple times.
Originally committed as revision 25910 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
17 years ago |
Michael Niedermayer
|
35fb8134c1
|
cosmetic (get rid of _ at the start of local variable names)
Originally committed as revision 24597 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
17 years ago |
Diego Biurrun
|
fc69cc615e
|
Remove redundant "all rights reserved" statement, OKed by Walken.
Originally committed as revision 23791 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
18 years ago |
Diego Biurrun
|
cabc90c2ce
|
typo
Originally committed as revision 23780 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
18 years ago |
Diego Biurrun
|
c1578479d3
|
Group all copyright and author notices together.
Originally committed as revision 23721 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
18 years ago |
Diego Biurrun
|
428098165d
|
cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.
Originally committed as revision 23175 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
18 years ago |
Diego Biurrun
|
6a4970abd1
|
cosmetics: Remove trailing whitespace.
Originally committed as revision 23147 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
18 years ago |
Michael Niedermayer
|
20da77449d
|
negative stride and h_size-=8 fix
Originally committed as revision 22247 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
18 years ago |
Diego Biurrun
|
2c86a5786a
|
Fix license headers and FSF postal address.
Originally committed as revision 21994 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
18 years ago |
Luca Abeni
|
e9e12f0e11
|
Remove the dependency of libswscale on img_format.h
Originally committed as revision 19878 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
18 years ago |
Luca Abeni
|
73435f006b
|
Move postproc ---> libswscale
Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
19 years ago |
Aurelien Jacobs
|
6e1c66bc06
|
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
Originally committed as revision 13721 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
20 years ago |
Michael Niedermayer
|
3e499f531a
|
cleanup
Originally committed as revision 9500 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
22 years ago |
Michael Niedermayer
|
d4e242755f
|
sws_ prefix, more seperation between internal & external swscaler API
sws_scale() returns the number of outputed lines
Originally committed as revision 9495 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
22 years ago |
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
|
22 years ago |
Michael Niedermayer
|
f0b62bbde2
|
cleanup (unsigned stride -> int stride)
Originally committed as revision 9393 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
22 years ago |
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
|
23 years ago |
Michael Niedermayer
|
7ba8435d64
|
fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabi
Originally committed as revision 5534 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
23 years ago |
Felix Bünemann
|
635b3ec6dd
|
add mangling
Originally committed as revision 4286 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
23 years ago |
Michael Niedermayer
|
43d8c23cbf
|
runtime cpu detection
Originally committed as revision 3144 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
23 years ago |
Michael Niedermayer
|
da3b92c877
|
15/16 bpp dithering
Originally committed as revision 2750 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
23 years ago |
Michael Niedermayer
|
761635727d
|
mmx2 bgr24 stuff from swscale (slightly faster)
Originally committed as revision 2740 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
23 years ago |
Michael Niedermayer
|
18e19c3159
|
vars are aligned by 8 now (even faster, yes they where not aligned correctly)
Originally committed as revision 2738 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
23 years ago |
Michael Niedermayer
|
7ad16638de
|
16bpp is 10% faster
Originally committed as revision 2737 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
23 years ago |
Michael Niedermayer
|
607379b38b
|
15 bpp support
Originally committed as revision 2736 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
23 years ago |
Michael Niedermayer
|
574406bb06
|
common code moved to a #define
added bgr24 output support
Originally committed as revision 2735 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
23 years ago |
Nick Kurshev
|
6611aa83de
|
Move yuv2rgb to postprocess
Originally committed as revision 2733 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
23 years ago |