aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc/swscale_template.c
Commit message (Expand)AuthorAge
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Gravatar michael2002-11-23
* mmx yuy2 outputGravatar michael2002-10-13
* yuy2 output supportGravatar michael2002-10-13
* fixing y422p outputGravatar michael2002-09-09
* fixing sinc filter (seems the problem was caused by rounding in pmulhw -> sol...Gravatar michael2002-07-09
* last line messed up in Y800 bugfixGravatar michael2002-06-30
* use unified yuv2rgb initGravatar michael2002-06-27
* killing globalsGravatar michael2002-06-24
* 100l (non mmx versions didnt compile)Gravatar michael2002-06-24
* yvu9 support (other planar yuv formats with other chroma subsamplings should ...Gravatar michael2002-06-23
* cleanupGravatar michael2002-06-23
* selftest supportGravatar michael2002-06-23
* cleanup & grayscale supportGravatar michael2002-06-22
* sync with mplayer xpGravatar arpi2002-06-22
* printf to mp_msgGravatar albeu2002-05-02
* overread in the mmx2 horizontal scaler fixedGravatar michael2002-04-01
* add manglingGravatar atmos42002-03-03
* 101++Gravatar michael2002-02-21
* fixing bgr32 output on big-endian systemsGravatar michael2002-02-21
* minor dststride bugfix for i420 outputGravatar michael2002-02-14
* bgr24toUV in MMXGravatar michael2002-02-09
* bgr24toY in MMXGravatar michael2002-02-09
* bgr15 input supportGravatar michael2002-02-08
* faster bgr16 inputGravatar michael2002-02-08
* bgr16 input supportGravatar michael2002-02-08
* rgb32 & rgb24 input supportGravatar michael2002-02-06
* swScale internally uses yuv2rgb now if possibleGravatar michael2002-02-06
* MMX(2) optimized YUY2 inputGravatar michael2002-02-02
* YUY2, BGR24, BGR32 input support (no mmx yet)Gravatar michael2002-02-01
* YV12 like formats support (I420/IYUV)Gravatar michael2002-01-30
* 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DIT...Gravatar michael2002-01-21
* copyright(swscaler) = GPLGravatar michael2002-01-21
* general convolution filtering of the source pictureGravatar michael2002-01-21
* removed global vars so that multiple swscalers can be usedGravatar michael2002-01-20
* mangle for win32 in postprocGravatar atmos42002-01-19
* only print last line warning if verbose is onGravatar michael2001-12-30
* output shifted by a few pixels on extreem scalings bugfixGravatar michael2001-12-27
* looks betterGravatar jaf2001-12-25
* minor bugfixes (noone noticed them)Gravatar michael2001-12-21
* print more info if -vGravatar michael2001-12-06
* dithering info wasnt displayedGravatar michael2001-12-06
* vertical cubic/linear scalingGravatar michael2001-12-06
* typoGravatar michael2001-12-03
* horizontal up/downscale linear & cubicGravatar michael2001-12-02
* sliced scaleing bugfixGravatar michael2001-11-29
* swscaler cleanupGravatar michael2001-11-29
* oopsGravatar michael2001-11-26
* runtime cpu detectionGravatar michael2001-11-26
* .balign or we´ll align by 64kb on some architecturesGravatar michael2001-11-10
* .align 16Gravatar michael2001-11-10