785 Commits (a6881c6a385284f89188b11021a13cc7c592c4f9)

Author SHA1 Message Date
Diego Biurrun b2c4e3547b Fix warnings: 18 years ago
Aurelien Jacobs a90ce38634 make some global var static (fix a build failure with shared lib on x86_64) 18 years ago
Diego Biurrun f8d6112850 Fix unused variable warning when compiling with MMX disabled. 18 years ago
Diego Biurrun 0fe89aca42 Remove unused variables. 18 years ago
Luca Abeni 44cdb42386 Add support for YUVJ formats 18 years ago
Luca Abeni 87656472f4 Improve swscale-example to test conversions between all the possible 18 years ago
Luca Abeni e9e12f0e11 Remove the dependency of libswscale on img_format.h 18 years ago
Luca Abeni 5784b620d2 Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32) 18 years ago
Diego Biurrun 2111440ae9 Add proper GPL headers. 18 years ago
Diego Biurrun 4fadc2b4f1 Add official GPL header to make license explicit as discussed on ffmpeg-devel. 18 years ago
Víctor Paesa 22e4695905 Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead. 18 years ago
Michael Niedermayer d1a7ae1a37 make the C code of the swscaler which i wrote LGPL 18 years ago
Luca Abeni 7f3f497a0b Allow to compile swscale tests 18 years ago
Diego Biurrun db3924f1fd Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 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
Uoti Urpala 91d0bda26d Fix compilation with -no-PIC and without -fomit-frame-pointer (used by 18 years ago
Jason Tackaberry 83c89c7885 -fPIC support for libswscale 18 years ago
Diego Biurrun 4bff9ef9d0 Replace asmalign.h hack by ASMALIGN cpp macros from config.h. 18 years ago
Uoti Urpala 17c613ef34 Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile 18 years ago
Diego Biurrun 49a0122c99 Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't need to 18 years ago
Luca Abeni c792037176 Another PIX_FMT_ ---> IMGFMT_ conversion 18 years ago
Diego Biurrun dbdae6ec54 Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64. 18 years ago
Luca Abeni 80d0ded2f7 Add support for ffmpeg's pixel format names in libswscale 18 years ago
Diego Biurrun 6979600818 Comment some #endif lines. 18 years ago
Alan Curry e50bc5a4ea Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX} 18 years ago
Luca Abeni 6f209cb549 Replace MIN() and MAX() with FFMIN() and FFMAX() 18 years ago
Michael Niedermayer 8422aa888b a tiny bit of cleanup 18 years ago
Michael Niedermayer bca11e75fb vertical scaler with accurate rounding, some people on doom9 can see +-1 errors 18 years ago
Alan Curry d8cfa5534a Fix typo introduced in the memalign->av_malloc conversion (there is no 18 years ago
Reimar Döffinger 8dfe90941a Missing part of the malloc -> av_malloc patch: memalign must be replaced as well! 18 years ago
Luca Abeni 94c4def23c Use libavutil in libswscale, and allow it to be built out of the mplayer tree 18 years ago
Luca Abeni 57b3c36d0f make libswscale build system similar to the libav* one 18 years ago
Luca Abeni 2df19ea53a Remove unneeded code 18 years ago
Luca Abeni 73435f006b Move postproc ---> libswscale 18 years ago