aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc/swscale.c
Commit message (Expand)AuthorAge
* 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
* sync with mplayer xpGravatar arpi2002-06-22
* big cosmetics patch, cleanup of messages printed by mplayer and libs.Gravatar arpi2002-05-20
* various openbsd and general warning fixes - patch by Björn Sandell <biorn@dc...Gravatar arpi2002-05-12
* printf to mp_msgGravatar albeu2002-05-02
* 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