]> git.sesse.net Git - ffmpeg/history - postproc/swscale_template.c
100l, forgot to change an ifdef on last commit
[ffmpeg] / postproc / swscale_template.c
2005-02-16 Ville SyrjäläImproved NV12/NV21 support.
2005-01-21 Aurelien Jacobsfix few x86_64 registers handling
2005-01-19 Reimar Döffinger100l, fix broken AMD64 patch. To whoever applied it...
2004-10-22 Aurelien Jacobs10000l : fix a crash on x86 due to an horrible mistake...
2004-10-21 Aurelien Jacobsadapting existing mmx/mmx2/sse/3dnow optimizations...
2004-06-27 Michael Niedermayeraltivec yuv->rgb converter
2004-04-06 Romain DolbeauAltiVec hScale, all size patch by (Romain Dolbeau ...
2004-03-11 Romain DolbeauAltiVec support in postproc/ + altivec optimizations...
2003-10-15 Michael Niedermayerrounding fixes
2003-10-04 Gabucinomany small typo and grammar fixes
2003-04-21 Alex Beregszaszikilled an mp_msg occurance
2003-04-17 Michael Niedermayermplayer idependant (not really yet) swscale example
2003-02-24 Michael Niedermayercleanup
2003-02-23 Michael Niedermayersws_ prefix, more seperation between internal & externa...
2003-02-21 Michael Niedermayeryuv2rgb brightness/contrast/saturation/different colors...
2003-02-15 Michael Niedermayer1000l
2003-02-15 Michael Niedermayerbigendian bug (fixes?)
2003-02-13 Michael Niedermayercleanup
2003-02-13 Michael Niedermayercleanup
2003-02-13 Michael Niedermayercleanup
2003-01-23 Michael NiedermayerUYVY input
2002-11-23 Dominik Mierzejewskiwarning patch by (Dominik Mierzejewski <dominik at...
2002-10-13 Michael Niedermayermmx yuy2 output
2002-10-13 Michael Niedermayeryuy2 output support
2002-09-09 Michael Niedermayerfixing y422p output
2002-07-09 Michael Niedermayerfixing sinc filter (seems the problem was caused by...
2002-06-30 Michael Niedermayerlast line messed up in Y800 bugfix
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 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-02 Alban Bedelprintf to mp_msg
2002-04-01 Michael Niedermayeroverread in the mmx2 horizontal scaler fixed
2002-03-03 Felix Bünemannadd mangling
2002-02-21 Michael Niedermayer101++
2002-02-21 Michael Niedermayerfixing bgr32 output on big-endian systems
2002-02-14 Michael Niedermayerminor dststride bugfix for i420 output
2002-02-09 Michael Niedermayerbgr24toUV in MMX
2002-02-09 Michael Niedermayerbgr24toY in MMX
2002-02-08 Michael Niedermayerbgr15 input support
2002-02-08 Michael Niedermayerfaster bgr16 input
2002-02-08 Michael Niedermayerbgr16 input support
2002-02-06 Michael Niedermayerrgb32 & rgb24 input support
2002-02-06 Michael NiedermayerswScale internally uses yuv2rgb now if possible
2002-02-02 Michael NiedermayerMMX(2) optimized YUY2 input
2002-02-01 Michael NiedermayerYUY2, BGR24, BGR32 input support (no mmx yet)
2002-01-30 Michael NiedermayerYV12 like formats support (I420/IYUV)
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 Niedermayergeneral convolution filtering of the source picture
2002-01-20 Michael Niedermayerremoved global vars so that multiple swscalers can...
2002-01-19 Felix Bünemannmangle for win32 in postproc
2001-12-30 Michael Niedermayeronly print last line warning if verbose is on
2001-12-27 Michael Niedermayeroutput shifted by a few pixels on extreem scalings...
2001-12-25 Johannes Feigllooks better
2001-12-21 Michael Niedermayerminor bugfixes (noone noticed them)
2001-12-06 Michael Niedermayerprint more info if -v
2001-12-06 Michael Niedermayerdithering info wasnt displayed
2001-12-06 Michael Niedermayervertical cubic/linear scaling
2001-12-03 Michael Niedermayertypo
2001-12-02 Michael Niedermayerhorizontal up/downscale linear & cubic
2001-11-29 Michael Niedermayersliced scaleing bugfix
2001-11-29 Michael Niedermayerswscaler cleanup
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
next