aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc/swscale.c
Commit message (Expand)AuthorAge
* overread in the mmx2 horizontal scaler fixedGravatar michael2002-04-01
* fixing bgr15&16 on big_endianGravatar michael2002-03-21
* use assert.hGravatar michael2002-02-22
* 101++Gravatar michael2002-02-21
* fixing bgr32 output on big-endian systemsGravatar michael2002-02-21
* unscaled yuv2rgb fix for big-endian systemsGravatar michael2002-02-21
* unscaled memcpy variant bugfix (negative strides)Gravatar michael2002-02-10
* unscaled BGR24 -> YV12Gravatar michael2002-02-10
* bgr24toUV in MMXGravatar michael2002-02-09
* bgr24toY in MMXGravatar michael2002-02-09
* fastmemcpyGravatar michael2002-02-08
* unscaled BGR15->BGR16Gravatar michael2002-02-08
* bgr15 input supportGravatar michael2002-02-08
* bgr16 input supportGravatar michael2002-02-08
* unscaled convertersGravatar michael2002-02-07
* fixing green line at right side bug (reported by Nick Kurshev <nickols_k@mail...Gravatar michael2002-02-07
* rgb32 & rgb24 input supportGravatar michael2002-02-06
* 101 (yuv2rgb with mpeg1,...) ;)Gravatar michael2002-02-06
* swScale internally uses yuv2rgb now if possibleGravatar michael2002-02-06
* printing error messages if something is wrong instead of just return NULL;Gravatar michael2002-02-04
* filterPos bugfix (only nearest neighbor scaling was affected)Gravatar michael2002-02-03
* MMX(2) optimized YUY2 inputGravatar michael2002-02-02
* printing correct format infoGravatar michael2002-02-01
* YUY2, BGR24, BGR32 input support (no mmx yet)Gravatar michael2002-02-01
* -sws 2 is default nowGravatar michael2002-01-30
* YV12 like formats support (I420/IYUV)Gravatar michael2002-01-30
* area averageing scaling support (-sws 5) (is identical to bilinear for upscale)Gravatar michael2002-01-29
* nearest neighbor / sdl emulation ;) scaling (-sws 4)Gravatar michael2002-01-28
* minor bugfix in the -v outputGravatar michael2002-01-22
* 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
* a few filters (should be removed/merged when arpis videofilter stuff is finis...Gravatar michael2002-01-21
* general convolution filtering of the source pictureGravatar michael2002-01-21
* 101Gravatar michael2002-01-20
* removed global vars so that multiple swscalers can be usedGravatar michael2002-01-20
* mangle for win32 in postprocGravatar atmos42002-01-19
* minor bugfixes (noone noticed them)Gravatar michael2001-12-21
* print more info if -vGravatar michael2001-12-06
* vertical cubic/linear scalingGravatar michael2001-12-06
* horizontal up/downscale linear & cubicGravatar michael2001-12-02
* swscaler cleanupGravatar michael2001-11-29
* runtime cpu detection optional (compiles faster)Gravatar michael2001-11-27
* 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
* gcc does optimize writes to non volatile variables away if it didnt know that...Gravatar michael2001-11-06
* better ditheringGravatar michael2001-11-06
* faster bgr24 outputGravatar michael2001-11-06
* only 6 registers usedGravatar michael2001-11-05