]> git.sesse.net Git - ffmpeg/history - libswscale/swscale_template.c
av_logify
[ffmpeg] / libswscale / swscale_template.c
2007-01-23 Luca AbeniPass a context to av_log(), when possible
2006-12-26 Luca Abenichange all the occurrences of "FFMIN(FFMAX())" to clip_...
2006-12-26 Luca AbeniAdd some explicit casts to avoid some warnings
2006-12-20 Luca AbeniFix compilation of non-MMX code with gcc 2.95
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-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 BiurrunUse common define for x86_32 and x86_64.
2006-10-24 Kostya Shishkov16-bit grayscale support
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-03 Diego BiurrunFix unused variable warning when compiling with MMX...
2006-09-17 Luca AbeniRemove the dependency of libswscale on img_format.h
2006-08-30 Michael Niedermayermake the C code of the swscaler which i wrote LGPL
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-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-06-30 Luca AbeniMove postproc ---> libswscale