68 Commits (0587b0cacde5d65f0edd9e5e4509fbdb21dfe37f)

Author SHA1 Message Date
Luca Abeni b2afecbe02 change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip() 18 years ago
Luca Abeni 789237cad0 Mark some variables as possibly unused to avoid warnings 18 years ago
Luca Abeni 628bc5e862 Add some explicit casts to avoid "assignment from incompatible pointer type" 18 years ago
Luca Abeni 44060a7391 Add some other casts, to remove void pointers arithmetic 18 years ago
Luca Abeni 7d19628b14 Add some explicit casts to avoid some warnings 18 years ago
Luca Abeni 9effd94abc Remove some void pointers arithmetic 18 years ago
Luca Abeni d32d303568 Clarify that yuv2rgb_init.c cannot be used under LGPL 18 years ago
Luca Abeni 19a6be3463 Remove useless include (not needed now that libswscale uses libavutil) 18 years ago
Luca Abeni 0683a5c558 Fix compilation of non-MMX code with gcc 2.95 18 years ago
Luca Abeni 9bde778e73 Allow to compile swscale's non-SIMD code under the LGPL license. 18 years ago
Reimar Döffinger e96da13bc7 Change "p" asm constraints to "g", since "p" was a no longer necessary hack to 18 years ago
Luca Abeni 807e0c6645 Clarify that some of the non-SIMD code is now LGPLed. 18 years ago
Michael Niedermayer 6264a515d0 forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actually look at the code after svn up not just the diff ...) 18 years ago
Michael Niedermayer c2271987f8 fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsampling for chroma, it should just be 2x1 (the rest of the code also belived its 2x1 ...) 18 years ago
Diego Biurrun 4cedbe5c8a Remove stray newline. 18 years ago
Luca Abeni 7964ed71e9 Synch with ffmpeg's r6938 "allow spaces in source and build directory names..." 18 years ago
Nigel Pearson d904b5fc66 Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS 18 years ago
Luca Abeni a43fb6b37e Add support for conversions from the rgb565 and rgb555 formats 18 years ago
Diego Biurrun 484267f3d3 Do not mix declarations and statements. 18 years ago
Diego Biurrun 3d6a30d948 Use common define for x86_32 and x86_64. 18 years ago
Kostya Shishkov 4884b9e50d 16-bit grayscale support 18 years ago
Luca Abeni 7c9c296648 Properly set EXTRALIBS 18 years ago
Diego Biurrun 05749630e8 Rename ABS macro to FFABS. 18 years ago
Diego Biurrun 086b05cdad Move CFLAGS handling to common.mak. 18 years ago
Diego Biurrun d026b45e73 Change license headers to say 'FFmpeg' instead of 'this program'. 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
Diego Biurrun 632d873994 Fix warnings: 18 years ago
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