]> git.sesse.net Git - ffmpeg/history - libswscale
Add first and second output to earlyclobbers in COPY3_IF_LT macro.
[ffmpeg] / libswscale /
2007-03-30 Marc HoffmanHandle proper compilation on Mac OS X.
2007-03-18 Michael Niedermayerfix full range (jpeg yuv) chroma
2007-03-08 Karl H. BeckersAdd PIX_FMT_PAL8 to isPacked().
2007-03-02 Michael Niedermayera small step toward 4 plane support
2007-03-02 Michael Niedermayercopy src to prevent the user supplied argumet from...
2007-03-01 Reimar DöffingerFix a possible crash on 64 bit systems when the lumSrcP...
2007-02-27 Diego BiurrunRemove useless conditional.
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-22 Diego Biurruncosmetics: typo fixes, usefuLL --> useful and aswell...
2007-02-17 Michael Niedermayernegative stride and h_size-=8 fix
2007-02-17 Michael NiedermayerBGR/RGB4 byte formats as input
2007-02-16 Michael Niedermayerpal8 input
2007-01-28 Luca Barbatostray fflush spotted by Aurel
2007-01-28 Luca BarbatoMake example and test build and link correctly
2007-01-28 Luca Barbatoav_logify
2007-01-25 Diego BiurrunSimplify conditional compilation handling.
2007-01-23 Luca AbeniPass a context to av_log(), when possible
2007-01-22 Diego BiurrunFix license headers and FSF postal address.
2007-01-13 Diego Biurruncosmetics: typo pallete --> palette
2007-01-12 Luca Abenideprecate sws_scale_ordered(), as it now is a duplicate...
2007-01-12 Luca AbeniAdd "support for both orderings of the slices (top...
2007-01-06 Luca Abenireplace some av_malloc();memset(...,0,...) sequences...
2006-12-26 Luca Abenichange all the occurrences of "FFMIN(FFMAX())" to clip_...
2006-12-26 Luca AbeniMark some variables as possibly unused to avoid warnings
2006-12-26 Luca AbeniAdd some explicit casts to avoid "assignment from incom...
2006-12-26 Luca AbeniAdd some other casts, to remove void pointers arithmetic
2006-12-26 Luca AbeniAdd some explicit casts to avoid some warnings
2006-12-26 Luca AbeniRemove some void pointers arithmetic
2006-12-22 Luca AbeniClarify that yuv2rgb_init.c cannot be used under LGPL
2006-12-22 Luca AbeniRemove useless include (not needed now that libswscale...
2006-12-20 Luca AbeniFix compilation of non-MMX code with gcc 2.95
2006-12-20 Luca AbeniAllow to compile swscale's non-SIMD code under the...
2006-11-27 Reimar DöffingerChange "p" asm constraints to "g", since "p" was a...
2006-11-19 Luca AbeniClarify that some of the non-SIMD code is now LGPLed.
2006-11-16 Michael Niedermayerforgotten 2 converters (yeah svn up, svn di svn ci...
2006-11-16 Michael Niedermayerfixing the lamest bug in swscale, all the rgb/bgr-...
2006-11-16 Diego BiurrunRemove stray newline.
2006-11-09 Luca AbeniSynch with ffmpeg's r6938 "allow spaces in source and...
2006-11-07 Nigel PearsonFix MacIntel build: "/nop" is illegal on Apple's older...
2006-11-02 Luca AbeniAdd support for conversions from the rgb565 and rgb555...
2006-11-01 Diego BiurrunDo not mix declarations and statements.
2006-11-01 Diego BiurrunUse common define for x86_32 and x86_64.
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