aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc/swscale.c
Commit message (Expand)AuthorAge
* this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as suchGravatar rfelker2004-05-01
* attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>)Gravatar michael2004-04-26
* AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet ...Gravatar michael2004-04-06
* altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)Gravatar michael2004-03-14
* AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (R...Gravatar michael2004-03-11
* 1000lGravatar michael2003-11-06
* -sws 0 && -ssf chs fixedGravatar michael2003-11-04
* minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv)Gravatar michael2003-10-22
* dither scaling coefficients so they add up to 1.0Gravatar michael2003-10-15
* rounding fixesGravatar michael2003-10-15
* uyvy output support in swscalerGravatar alex2003-10-09
* many small typo and grammar fixesGravatar gabucino2003-10-04
* srcSliceY % 4 != 0 fixGravatar michael2003-09-26
* fixing "internal error in orderYUV" bugGravatar michael2003-06-19
* unusedGravatar alex2003-06-01
* removed the last mp_msg :)Gravatar alex2003-05-01
* remove remaining cpudetect dependancyGravatar michael2003-04-25
* moving getFilter stuff back (vf_scale.c -> swscale.c)Gravatar michael2003-04-25
* removing sws - global verbose var dependancyGravatar michael2003-04-24
* mplayer idependant (not really yet) swscale exampleGravatar michael2003-04-17
* 10lGravatar michael2003-03-27
* 10000l (YUV vs. YVU swscale fix/cleanup)Gravatar michael2003-03-27
* cleanupGravatar michael2003-02-24
* sws_ prefix, more seperation between internal & external swscaler APIGravatar michael2003-02-23
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedGravatar michael2003-02-21
* cleanupGravatar michael2003-02-18
* brightness / saturation / contrast / different yuv colorspace support for som...Gravatar michael2003-02-13
* cleanupGravatar michael2003-02-13
* 10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Gravatar michael2003-02-01
* fixing rgb4 & bgr4 (2 pixels per byte)Gravatar michael2003-01-30
* UYVY inputGravatar michael2003-01-23
* 10lGravatar michael2002-11-04
* verbose can be negativeGravatar arpi2002-11-01
* fixing yuy2 upscaling (use -sws 0 for the faster but uglier variant)Gravatar michael2002-10-13
* mmx yuy2 outputGravatar michael2002-10-13
* yuy2 output supportGravatar michael2002-10-13
* planar yuv 444 422 411 supportGravatar michael2002-08-01
* fixing sinc filter (seems the problem was caused by rounding in pmulhw -> sol...Gravatar michael2002-07-09
* more scaling algosGravatar michael2002-07-04
* using the new rgb2rgb converters (the LQ ones are only used if -sws 0 or -sws 4)Gravatar michael2002-06-30
* yvu9 -> yv12 unscaled converter with linear chroma scalingGravatar michael2002-06-27
* -sws 6 (luma bicubic & chroma bilinear)Gravatar michael2002-06-27
* use unified yuv2rgb initGravatar michael2002-06-27
* killing globalsGravatar michael2002-06-24
* 100l (non mmx versions didnt compile)Gravatar michael2002-06-24
* IF09 is alias for YVU9 (actually it has extra 4th plane containing MC changeGravatar arpi2002-06-23
* 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