]> git.sesse.net Git - ffmpeg/history - postproc/swscale.c
yuv2rgb bugfix
[ffmpeg] / postproc / swscale.c
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