]> git.sesse.net Git - ffmpeg/history - postproc/swscale.h
AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain...
[ffmpeg] / postproc / swscale.h
2004-03-11 Romain DolbeauAltiVec support in postproc/ + altivec optimizations...
2003-04-25 Michael Niedermayermoving getFilter stuff back (vf_scale.c -> swscale.c)
2003-04-24 Michael Niedermayerremoving sws - global verbose var dependancy
2003-03-27 Michael Niedermayer10000l (YUV vs. YVU swscale fix/cleanup)
2003-02-23 Michael Niedermayersws_ prefix, more seperation between internal & externa...
2003-02-21 Michael Niedermayeryuv2rgb brightness/contrast/saturation/different colors...
2003-02-13 Michael Niedermayerbrightness / saturation / contrast / different yuv...
2003-02-13 Michael Niedermayercleanup
2003-02-13 Michael Niedermayercleanup
2002-07-04 Michael Niedermayermore scaling algos
2002-06-27 Michael Niedermayer-sws 6 (luma bicubic & chroma bilinear)
2002-06-27 Michael Niedermayeruse unified yuv2rgb init
2002-06-24 Michael Niedermayer10l
2002-06-24 Michael Niedermayer100l (non mmx versions didnt compile)
2002-06-23 Michael Niedermayerselftest support
2002-04-01 Michael Niedermayeroverread in the mmx2 horizontal scaler fixed
2002-02-06 Michael NiedermayerswScale internally uses yuv2rgb now if possible
2002-02-01 Michael NiedermayerYUY2, BGR24, BGR32 input support (no mmx yet)
2002-01-30 Michael NiedermayerYV12 like formats support (I420/IYUV)
2002-01-29 Michael Niedermayerarea averageing scaling support (-sws 5) (is identical...
2002-01-28 Michael Niedermayernearest neighbor / sdl emulation ;) scaling (-sws 4)
2002-01-21 Michael Niedermayer15/16 bit dithering in C (5% slower, can be disabled...
2002-01-21 Michael Niedermayercopyright(swscaler) = GPL
2002-01-21 Michael Niedermayera few filters (should be removed/merged when arpis...
2002-01-21 Michael Niedermayergeneral convolution filtering of the source picture
2002-01-20 Michael Niedermayerremoved global vars so that multiple swscalers can...
2001-12-06 Michael Niedermayervertical cubic/linear scaling
2001-12-02 Michael Niedermayerhorizontal up/downscale linear & cubic
2001-11-29 Michael Niedermayerswscaler cleanup
2001-10-28 Michael Niedermayeryv12 to yv12 scaler
2001-10-15 Arpiheader for swscale.c