22 Commits (26ef3220cf6ad4a3cb1580086c244394f5aa3094)

Author SHA1 Message Date
Marc Hoffman d3f3eea92d Blackfin optimized YUV420 to RGB CSC Color Space Converters. 18 years ago
Diego Biurrun c36bd2866a Don't declare -lm as a dependency of swscale-example. 18 years ago
Diego Biurrun 2bfdde2435 Remove useless conditional. 18 years ago
Luca Barbato 66e9de3891 Make example and test build and link correctly 18 years ago
Diego Biurrun 91f2de5e18 Simplify conditional compilation handling. 18 years ago
Luca Abeni d32d303568 Clarify that yuv2rgb_init.c cannot be used under LGPL 18 years ago
Luca Abeni 9bde778e73 Allow to compile swscale's non-SIMD code under the LGPL license. 18 years ago
Luca Abeni 7964ed71e9 Synch with ffmpeg's r6938 "allow spaces in source and build directory names..." 18 years ago
Luca Abeni 7c9c296648 Properly set EXTRALIBS 18 years ago
Diego Biurrun 086b05cdad Move CFLAGS handling to common.mak. 18 years ago
Diego Biurrun 21423ad9b7 Replace -I.. by -I$(BUILD_ROOT). 18 years ago
Diego Biurrun aae0bc19b1 Simplify test program build. 18 years ago
Diego Biurrun 6a07717908 Test programs depend on $(LIB). 18 years ago
Diego Biurrun 777938e190 FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS. 18 years ago
Diego Biurrun c55f606397 Remove cs_test and swscale-example on clean. 18 years ago
Diego Biurrun 69402a1073 Remove redundant EXTRALIBS declaration. 18 years ago
Diego Biurrun 7fe1cbd814 Simplify compilation call by using $(EXTRALIBS). 18 years ago
Luca Abeni 7f3f497a0b Allow to compile swscale tests 18 years ago
Diego Biurrun 751b900479 Move all internal -I parameters to the front of CFLAGS to avoid using external 18 years ago
Luca Abeni 1246640aa2 Fix compilation as a win32 shared library (libavutil must be explicitly linked) 18 years ago
Luca Abeni 57b3c36d0f make libswscale build system similar to the libav* one 18 years ago
Luca Abeni 73435f006b Move postproc ---> libswscale 18 years ago
Diego Biurrun e435887cf6 Make clean/distclean behave uniformly in all directories. 19 years ago
Michael Niedermayer a31de95620 altivec yuv->rgb converter 21 years ago
Alex Beregszaszi 5ea951b74e ranlib cleanup by Dan Christiansen 21 years ago
Alex Beregszaszi 7855ef1ce4 remove cs_test and swscale-example too 21 years ago
Alex Beregszaszi f184683552 cs_test cleanup and fix compilation if gui enabled 22 years ago
Michael Niedermayer 700490a4d1 remove remaining cpudetect dependancy 22 years ago
Michael Niedermayer c9b99ea661 mplayer idependant (not really yet) swscale example 22 years ago
Andreas Öman 8553d9f4fd 10l patch by (Andreas Hess <jaska at gmx dot net>) 22 years ago
Michael Niedermayer bba9b16c26 moving postprocess to ffmpeg/libavcodec 22 years ago
Michael Niedermayer 9858f77376 avoid #include "../ 22 years ago
Michael Niedermayer 87f9c9e091 fixing compilation of cs_test 22 years ago
Michael Niedermayer 8cb097d4a6 fixing dependancies 22 years ago
Michael Niedermayer 1609f6680c disabling compilation of .so if its not needed, gcc 3.1 seems to have problems with it 22 years ago
Michael Niedermayer 9d947f1935 -fomit-frame-pointer is needed for the PIC code 22 years ago
Michael Niedermayer 9c9e467d8d postprocessing cleanup: 22 years ago
Joey Parrish b77eec85b3 removed -W -Wall -g and other gcc-specific warning/debug options 22 years ago
Michael Niedermayer a28ea2c04d colorspace converter tests (memory corruption tests at different width/src/dst) 23 years ago
Michael Niedermayer 43d8c23cbf runtime cpu detection 23 years ago
Gabucino 21810797bc postproc/ dir now respects --with-extraincdir 23 years ago
Nick Kurshev 6611aa83de Move yuv2rgb to postprocess 23 years ago
Nick Kurshev b234ae818b vo_vesa: rgb2rgb support 23 years ago
Nick Kurshev 44d01eea32 Independed compilation of SUBDIRS 23 years ago