]> git.sesse.net Git - ffmpeg/history - postproc/swscale_template.c
only 6 registers used
[ffmpeg] / postproc / swscale_template.c
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