Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more scaling algos | Michael Niedermayer | 2002-07-04 | 1 | -4/+12 |
* | -sws 6 (luma bicubic & chroma bilinear) | Michael Niedermayer | 2002-06-27 | 1 | -0/+1 |
* | use unified yuv2rgb init | Michael Niedermayer | 2002-06-27 | 1 | -0/+5 |
* | 10l | Michael Niedermayer | 2002-06-24 | 1 | -3/+3 |
* | 100l (non mmx versions didnt compile) | Michael Niedermayer | 2002-06-24 | 1 | -1/+5 |
* | selftest support | Michael Niedermayer | 2002-06-23 | 1 | -0/+3 |
* | overread in the mmx2 horizontal scaler fixed | Michael Niedermayer | 2002-04-01 | 1 | -0/+4 |
* | swScale internally uses yuv2rgb now if possible | Michael Niedermayer | 2002-02-06 | 1 | -4/+4 |
* | YUY2, BGR24, BGR32 input support (no mmx yet) | Michael Niedermayer | 2002-02-01 | 1 | -2/+11 |
* | YV12 like formats support (I420/IYUV) | Michael Niedermayer | 2002-01-30 | 1 | -0/+1 |
* | area averageing scaling support (-sws 5) (is identical to bilinear for upscale) | Michael Niedermayer | 2002-01-29 | 1 | -0/+1 |
* | nearest neighbor / sdl emulation ;) scaling (-sws 4) | Michael Niedermayer | 2002-01-28 | 1 | -0/+1 |
* | 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DIT... | Michael Niedermayer | 2002-01-21 | 1 | -0/+1 |
* | copyright(swscaler) = GPL | Michael Niedermayer | 2002-01-21 | 1 | -0/+17 |
* | a few filters (should be removed/merged when arpis videofilter stuff is finis... | Michael Niedermayer | 2002-01-21 | 1 | -4/+5 |
* | general convolution filtering of the source picture | Michael Niedermayer | 2002-01-21 | 1 | -23/+37 |
* | removed global vars so that multiple swscalers can be used | Michael Niedermayer | 2002-01-20 | 1 | -8/+84 |
* | vertical cubic/linear scaling | Michael Niedermayer | 2001-12-06 | 1 | -1/+1 |
* | horizontal up/downscale linear & cubic | Michael Niedermayer | 2001-12-02 | 1 | -0/+4 |
* | swscaler cleanup | Michael Niedermayer | 2001-11-29 | 1 | -6/+3 |
* | yv12 to yv12 scaler | Michael Niedermayer | 2001-10-28 | 1 | -4/+5 |
* | header for swscale.c | Arpi | 2001-10-15 | 1 | -0/+12 |