]> git.sesse.net Git - ffmpeg/history - libswscale/swscale_template.c
Take the target address family in account when determining the family of
[ffmpeg] / libswscale / swscale_template.c
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-28 Diego Biurruncomment grammar fixes
2007-05-09 Ivo van Poortenremove the need of one extra shift in rgb16ToUV
2007-05-09 Ivo van PoortenFix rgb15ToUV. Correct order of components and use...
2007-04-30 Diego Biurruncosmetics attack, part IV: Remove all tabs and prettypr...
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace.
2007-04-15 Michael Niedermayerimprove horizontal chroma resolution with pal
2007-04-15 Michael Niedermayerconvert palette to yuv instead of converting each pixel...
2007-04-07 Diego Biurruntypo
2007-03-01 Reimar DöffingerFix a possible crash on 64 bit systems when the lumSrcP...
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-17 Michael NiedermayerBGR/RGB4 byte formats as input
2007-02-16 Michael Niedermayerpal8 input
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