]> git.sesse.net Git - ffmpeg/history - postproc/swscale.c
nearest neighbor / sdl emulation ;) scaling (-sws 4)
[ffmpeg] / postproc / swscale.c
2002-01-28 Michael Niedermayernearest neighbor / sdl emulation ;) scaling (-sws 4)
2002-01-22 Michael Niedermayerminor bugfix in the -v output
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 Niedermayer101
2002-01-20 Michael Niedermayerremoved global vars so that multiple swscalers can...
2002-01-19 Felix Bünemannmangle for win32 in postproc
2001-12-21 Michael Niedermayerminor bugfixes (noone noticed them)
2001-12-06 Michael Niedermayerprint more info if -v
2001-12-06 Michael Niedermayervertical cubic/linear scaling
2001-12-02 Michael Niedermayerhorizontal up/downscale linear & cubic
2001-11-29 Michael Niedermayerswscaler cleanup
2001-11-27 Michael Niedermayerruntime cpu detection optional (compiles faster)
2001-11-26 Michael Niedermayeroops
2001-11-26 Michael Niedermayerruntime cpu detection
2001-11-10 Michael Niedermayer.balign or we´ll align by 64kb on some architectures
2001-11-10 Michael Niedermayer.align 16
2001-11-06 Michael Niedermayergcc does optimize writes to non volatile variables...
2001-11-06 Michael Niedermayerbetter dithering
2001-11-06 Michael Niedermayerfaster bgr24 output
2001-11-05 Michael Niedermayeronly 6 registers used
2001-11-04 Michael Niedermayergreen line fix for dstw%8!=0
2001-11-04 Michael Niedermayerfixed warnings
2001-11-04 Michael Niedermayerfaster bgr15/16
2001-11-02 Michael Niedermayerright green line bugfix for width not %8==0 (untested...
2001-10-31 Michael Niedermayerc speedup
2001-10-31 Michael Niedermayer15/16bit in C speedup
2001-10-30 Michael Niedermayerc optimizations
2001-10-30 Michael Niedermayerc optimizations
2001-10-30 Michael Niedermayerc optimizations (array is faster than pointer) (16bpp...
2001-10-30 Michael Niedermayerinterpolate chrominance for every second line in the...
2001-10-30 Michael Niedermayerbugfixes
2001-10-29 Michael Niedermayerfixed a warning
2001-10-29 Michael Niedermayerpatch from Martin Decky <deckm1am@ss1000.ms.mff.cuni...
2001-10-28 Michael Niedermayertell the c compiler that the memory changed
2001-10-28 Michael Niedermayer3dnow prefetch & sfence
2001-10-28 Michael Niedermayeryv12 to yv12 scaler
2001-10-28 Michael Niedermayeryuv2rgb bugfix
2001-10-25 Pierre Lombarda few warning fixes (missing #include's)
2001-10-25 Michael Niedermayerdownscale
2001-10-21 Michael NiedermayerBGR24 bugfix
2001-10-20 Michael Niedermayerfixed alignment (static variables where sometimes not...
2001-10-19 Michael Niedermayerfirst line bug fixed (happend if the image was scaled...
2001-10-19 Michael Niedermayerhorizontal scaling bugs fixed, should be mostly bugfree now
2001-10-19 Arpixinc scaled by 16 instead of 8
2001-10-19 Michael Niedermayerhorizontal lines bugfix
2001-10-19 Michael Niedermayervertical lines bugfix
2001-10-19 Arpi(C) fixed
2001-10-19 Michael Niedermayerfixed a bug which caused horizontal lines
2001-10-18 Michael Niedermayerincreased precission of s_xinc s_xinc2 (needed for...
2001-10-17 Michael Niedermayer24bpp support (untested)
2001-10-17 Arpiadded (f)emms
2001-10-17 Arpibpp changed from bytespp to bitspp
2001-10-17 Michael Niedermayerfixed out of regs "bug"
2001-10-17 Michael NiedermayerMMX & MMX2 optimizations (MMX2 is buggy and commented...
2001-10-17 Felix Bünemannfix rgb/bgr for 15/16bpp
2001-10-16 Arpi16bpp code for atmos
2001-10-15 Arpisoftware yv12->rgb scaler - separated from fsdga