]> git.sesse.net Git - ffmpeg/history - libswscale
simplify
[ffmpeg] / libswscale /
2006-10-24 Kostya Shishkov16-bit grayscale support
2006-10-23 Luca AbeniProperly set EXTRALIBS
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-11 Diego BiurrunMove CFLAGS handling to common.mak.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-07 Diego BiurrunReplace -I.. by -I$(BUILD_ROOT).
2006-10-05 Diego BiurrunSimplify test program build.
2006-10-05 Diego BiurrunTest programs depend on $(LIB).
2006-10-04 Diego BiurrunFFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE...
2006-10-04 Diego BiurrunRemove cs_test and swscale-example on clean.
2006-10-04 Diego BiurrunRemove redundant EXTRALIBS declaration.
2006-10-04 Diego BiurrunSimplify compilation call by using $(EXTRALIBS).
2006-10-04 Diego BiurrunFix warnings:
2006-10-04 Diego BiurrunFix warnings:
2006-10-03 Aurelien Jacobsmake some global var static (fix a build failure with...
2006-10-03 Diego BiurrunFix unused variable warning when compiling with MMX...
2006-10-01 Diego BiurrunRemove unused variables.
2006-09-27 Luca AbeniAdd support for YUVJ formats
2006-09-24 Luca AbeniImprove swscale-example to test conversions between...
2006-09-17 Luca AbeniRemove the dependency of libswscale on img_format.h
2006-09-17 Luca AbeniFix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB...
2006-09-09 Diego BiurrunAdd proper GPL headers.
2006-09-06 Diego BiurrunAdd official GPL header to make license explicit as...
2006-09-04 Víctor PaesaAdd sws_getCachedContext(), which checks if context...
2006-08-30 Michael Niedermayermake the C code of the swscaler which i wrote LGPL
2006-08-21 Luca AbeniAllow to compile swscale tests
2006-08-18 Diego BiurrunExplicitly include libmpcodecs/img_format.h and libvo...
2006-08-17 Diego BiurrunMove all internal -I parameters to the front of CFLAGS...
2006-08-16 Luca AbeniFix compilation as a win32 shared library (libavutil...
2006-08-15 Uoti UrpalaFix compilation with -no-PIC and without -fomit-frame...
2006-08-15 Jason Tackaberry-fPIC support for libswscale
2006-08-13 Diego BiurrunReplace asmalign.h hack by ASMALIGN cpp macros from...
2006-08-12 Uoti UrpalaUse COMPILE_MMX2 instead of HAVE_MMX2 to determine...
2006-08-11 Diego BiurrunFix compilation with MMX disabled, the mmx_null and...
2006-08-05 Luca AbeniAnother PIX_FMT_ ---> IMGFMT_ conversion
2006-08-05 Diego BiurrunDo not assemble MMX, MMX2 or 3DNOW code unconditionally...
2006-07-31 Luca AbeniAdd support for ffmpeg's pixel format names in libswscale
2006-07-28 Diego BiurrunComment some #endif lines.
2006-07-27 Alan CurryFix compile error due to extra "FF" at beginning of...
2006-07-26 Luca AbeniReplace MIN() and MAX() with FFMIN() and FFMAX()
2006-07-24 Michael Niedermayera tiny bit of cleanup
2006-07-24 Michael Niedermayervertical scaler with accurate rounding, some people...
2006-07-23 Alan CurryFix typo introduced in the memalign->av_malloc conversi...
2006-07-23 Reimar DöffingerMissing part of the malloc -> av_malloc patch: memalign...
2006-07-20 Luca AbeniUse libavutil in libswscale, and allow it to be built...
2006-07-10 Luca Abenimake libswscale build system similar to the libav* one
2006-07-01 Luca AbeniRemove unneeded code
2006-06-30 Luca AbeniMove postproc ---> libswscale