Luca Barbato
66e9de3891
Make example and test build and link correctly
...
Originally committed as revision 22048 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
91f2de5e18
Simplify conditional compilation handling.
...
Originally committed as revision 22009 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Luca Abeni
d32d303568
Clarify that yuv2rgb_init.c cannot be used under LGPL
...
Originally committed as revision 21730 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Luca Abeni
9bde778e73
Allow to compile swscale's non-SIMD code under the LGPL license.
...
Since mplayer always define CONFIG_GPL, this commit should not change
anything for mplayer.
Originally committed as revision 21699 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Luca Abeni
7964ed71e9
Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."
...
Originally committed as revision 20816 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Luca Abeni
7c9c296648
Properly set EXTRALIBS
...
(fixes compilation of shared libswscale on cygwin and other platforms)
Originally committed as revision 20413 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
086b05cdad
Move CFLAGS handling to common.mak.
...
Originally committed as revision 20154 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
21423ad9b7
Replace -I.. by -I$(BUILD_ROOT).
...
Originally committed as revision 20094 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
aae0bc19b1
Simplify test program build.
...
Originally committed as revision 20073 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
6a07717908
Test programs depend on $(LIB).
...
Originally committed as revision 20059 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
777938e190
FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.
...
Originally committed as revision 20057 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
c55f606397
Remove cs_test and swscale-example on clean.
...
Originally committed as revision 20040 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
69402a1073
Remove redundant EXTRALIBS declaration.
...
Originally committed as revision 20039 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
7fe1cbd814
Simplify compilation call by using $(EXTRALIBS).
...
Originally committed as revision 20038 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Luca Abeni
7f3f497a0b
Allow to compile swscale tests
...
Originally committed as revision 19476 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
751b900479
Move all internal -I parameters to the front of CFLAGS to avoid using external
...
header files that happen to have the same name as internal ones.
based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com
Originally committed as revision 19426 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
19 years ago
Luca Abeni
1246640aa2
Fix compilation as a win32 shared library (libavutil must be explicitly linked)
...
Originally committed as revision 19416 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
19 years ago
Luca Abeni
57b3c36d0f
make libswscale build system similar to the libav* one
...
Originally committed as revision 18994 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
19 years ago
Luca Abeni
73435f006b
Move postproc ---> libswscale
...
Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
19 years ago
Diego Biurrun
e435887cf6
Make clean/distclean behave uniformly in all directories.
...
Originally committed as revision 17489 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
19 years ago
Michael Niedermayer
a31de95620
altivec yuv->rgb converter
...
orginal patch by (Marc Hoffman <mmh at pleasantst dot com>)
critical fixes by (Reza Jelveh <reza.jelveh at tu-harburg dot de>)
known bugs/issues, which should be fixed ASAP by someone who has a ppc:
0..255 vs. 16..235
unneeded recalculation of tables
general cleaup, like removing double initalizing of variables
Originally committed as revision 12699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
21 years ago
Alex Beregszaszi
5ea951b74e
ranlib cleanup by Dan Christiansen
...
Originally committed as revision 12633 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
21 years ago
Alex Beregszaszi
7855ef1ce4
remove cs_test and swscale-example too
...
Originally committed as revision 10497 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Alex Beregszaszi
f184683552
cs_test cleanup and fix compilation if gui enabled
...
Originally committed as revision 10175 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Michael Niedermayer
700490a4d1
remove remaining cpudetect dependancy
...
Originally committed as revision 9988 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Michael Niedermayer
c9b99ea661
mplayer idependant (not really yet) swscale example
...
Originally committed as revision 9922 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Andreas Öman
8553d9f4fd
10l patch by (Andreas Hess <jaska at gmx dot net>)
...
Originally committed as revision 9886 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Michael Niedermayer
bba9b16c26
moving postprocess to ffmpeg/libavcodec
...
Originally committed as revision 1586 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 9427 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Originally committed as revision 9428 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Michael Niedermayer
9858f77376
avoid #include "../
...
Originally committed as revision 9403 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Michael Niedermayer
87f9c9e091
fixing compilation of cs_test
...
Originally committed as revision 8232 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Michael Niedermayer
8cb097d4a6
fixing dependancies
...
removing stray tabs
Originally committed as revision 8099 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Michael Niedermayer
1609f6680c
disabling compilation of .so if its not needed, gcc 3.1 seems to have problems with it
...
Originally committed as revision 7995 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Michael Niedermayer
9d947f1935
-fomit-frame-pointer is needed for the PIC code
...
Originally committed as revision 7957 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Michael Niedermayer
9c9e467d8d
postprocessing cleanup:
...
remove opendivx #ifdefs
remove rk1 filter
remove unused / obsolete stuff
add -1,4,2,4,-1 deinterlacing filter (ffmpeg uses that)
threadsafe / no more non-const globals
some optimizations
different strides for Y,U,V possible
remove ebx usage (someone really should fix gcc, this is really lame)
change the dering filter slightly (tell me if its worse for any files)
Originally committed as revision 7947 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Joey Parrish
b77eec85b3
removed -W -Wall -g and other gcc-specific warning/debug options
...
patch by Joey Parrish <joey@yunamusic.com>
Originally committed as revision 7074 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
23 years ago
Michael Niedermayer
a28ea2c04d
colorspace converter tests (memory corruption tests at different width/src/dst)
...
quite impressive results only 1 of the 13 rgb->rgb converters fails for the c versions
... sadly only 1 of the mmx converters passes though :( ... i feared allready that last mplayerxp merge reversed the bugfixes :((((
Originally committed as revision 6604 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
Gabucino
21810797bc
postproc/ dir now respects --with-extraincdir
...
Now that I'm fixing configure1, here comes configure2 ehh ;)
Originally committed as revision 2928 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
Nick Kurshev
b234ae818b
vo_vesa: rgb2rgb support
...
Originally committed as revision 2505 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
23 years ago
Nick Kurshev
44d01eea32
Independed compilation of SUBDIRS
...
Originally committed as revision 2445 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
23 years ago