]> git.sesse.net Git - ffmpeg/history - postproc/swscale.c
using the new rgb2rgb converters (the LQ ones are only used if -sws 0 or -sws 4)
[ffmpeg] / postproc / swscale.c
2002-06-30 Michael Niedermayerusing the new rgb2rgb converters (the LQ ones are only...
2002-06-27 Michael Niedermayeryvu9 -> yv12 unscaled converter with linear chroma...
2002-06-27 Michael Niedermayer-sws 6 (luma bicubic & chroma bilinear)
2002-06-27 Michael Niedermayeruse unified yuv2rgb init
2002-06-24 Michael Niedermayerkilling globals
2002-06-24 Michael Niedermayer100l (non mmx versions didnt compile)
2002-06-23 ArpiIF09 is alias for YVU9 (actually it has extra 4th plane...
2002-06-23 Michael Niedermayeryvu9 support (other planar yuv formats with other chrom...
2002-06-23 Michael Niedermayercleanup
2002-06-23 Michael Niedermayerselftest support
2002-06-22 Michael Niedermayercleanup & grayscale support
2002-06-22 Arpisync with mplayer xp
2002-05-20 Arpibig cosmetics patch, cleanup of messages printed by...
2002-05-12 Björn Sandellvarious openbsd and general warning fixes - patch by...
2002-05-02 Alban Bedelprintf to mp_msg
2002-04-01 Michael Niedermayeroverread in the mmx2 horizontal scaler fixed
2002-03-21 Michael Niedermayerfixing bgr15&16 on big_endian
2002-02-22 Michael Niedermayeruse assert.h
2002-02-21 Michael Niedermayer101++
2002-02-21 Michael Niedermayerfixing bgr32 output on big-endian systems
2002-02-21 Michael Niedermayerunscaled yuv2rgb fix for big-endian systems
2002-02-10 Michael Niedermayerunscaled memcpy variant bugfix (negative strides)
2002-02-10 Michael Niedermayerunscaled BGR24 -> YV12
2002-02-09 Michael Niedermayerbgr24toUV in MMX
2002-02-09 Michael Niedermayerbgr24toY in MMX
2002-02-08 Michael Niedermayerfastmemcpy
2002-02-08 Michael Niedermayerunscaled BGR15->BGR16
2002-02-08 Michael Niedermayerbgr15 input support
2002-02-08 Michael Niedermayerbgr16 input support
2002-02-07 Michael Niedermayerunscaled converters
2002-02-07 Michael Niedermayerfixing green line at right side bug (reported by Nick...
2002-02-06 Michael Niedermayerrgb32 & rgb24 input support
2002-02-06 Michael Niedermayer101 (yuv2rgb with mpeg1,...) ;)
2002-02-06 Michael NiedermayerswScale internally uses yuv2rgb now if possible
2002-02-04 Michael Niedermayerprinting error messages if something is wrong instead...
2002-02-03 Michael NiedermayerfilterPos bugfix (only nearest neighbor scaling was...
2002-02-02 Michael NiedermayerMMX(2) optimized YUY2 input
2002-02-01 Michael Niedermayerprinting correct format info
2002-02-01 Michael NiedermayerYUY2, BGR24, BGR32 input support (no mmx yet)
2002-01-30 Michael Niedermayer-sws 2 is default now
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-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
next