log postproc/swscale_template.c @ 6501:827f08ddf044

age author description
2002-06-22 arpi sync with mplayer xp
2002-05-02 albeu printf to mp_msg
2002-04-01 michael overread in the mmx2 horizontal scaler fixed
2002-03-03 atmos4 add mangling
2002-02-21 michael 101++
2002-02-21 michael fixing bgr32 output on big-endian systems
2002-02-14 michael minor dststride bugfix for i420 output
2002-02-09 michael bgr24toUV in MMX
2002-02-09 michael bgr24toY in MMX
2002-02-08 michael bgr15 input support
2002-02-08 michael faster bgr16 input
2002-02-08 michael bgr16 input support
2002-02-06 michael rgb32 & rgb24 input support
2002-02-06 michael swScale internally uses yuv2rgb now if possible
2002-02-02 michael MMX(2) optimized YUY2 input
2002-02-01 michael YUY2, BGR24, BGR32 input support (no mmx yet)
2002-01-30 michael YV12 like formats support (I420/IYUV)
2002-01-21 michael 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DITHER1XBPP out)
2002-01-21 michael copyright(swscaler) = GPL
2002-01-21 michael general convolution filtering of the source picture
2002-01-20 michael removed global vars so that multiple swscalers can be used
2002-01-19 atmos4 mangle for win32 in postproc
2001-12-30 michael only print last line warning if verbose is on
2001-12-27 michael output shifted by a few pixels on extreem scalings bugfix
2001-12-25 jaf looks better
2001-12-21 michael minor bugfixes (noone noticed them)
2001-12-06 michael print more info if -v
2001-12-06 michael dithering info wasnt displayed
2001-12-06 michael vertical cubic/linear scaling
2001-12-03 michael typo
2001-12-02 michael horizontal up/downscale linear & cubic
2001-11-29 michael sliced scaleing bugfix
2001-11-29 michael swscaler cleanup
2001-11-26 michael oops
2001-11-26 michael runtime cpu detection
2001-11-10 michael .balign or we´ll align by 64kb on some architectures
2001-11-10 michael .align 16
2001-11-06 michael gcc does optimize writes to non volatile variables away if it didnt know that they were read in between
2001-11-06 michael better dithering
2001-11-06 michael faster bgr24 output
2001-11-05 michael only 6 registers used
2001-11-04 michael green line fix for dstw%8!=0
2001-11-04 michael fixed warnings
2001-11-04 michael faster bgr15/16
2001-11-02 michael right green line bugfix for width not %8==0 (untested -vo vesa doesnt work)
2001-10-31 michael c speedup
2001-10-31 michael 15/16bit in C speedup
2001-10-30 michael c optimizations
2001-10-30 michael c optimizations
2001-10-30 michael c optimizations (array is faster than pointer) (16bpp variants tested and 2% faster)
2001-10-30 michael interpolate chrominance for every second line in the 1:1 vertical scale function
2001-10-30 michael bugfixes
2001-10-29 michael fixed a warning
2001-10-29 michael patch from Martin Decky <deckm1am@ss1000.ms.mff.cuni.cz> applied and unnecassery "memory" removed
2001-10-28 michael tell the c compiler that the memory changed
2001-10-28 michael 3dnow prefetch & sfence
2001-10-28 michael yv12 to yv12 scaler
2001-10-28 michael yuv2rgb bugfix
2001-10-25 pl a few warning fixes (missing #include's)
2001-10-25 michael downscale