| Commit message (Expand) | Author | Age | Files | Lines |
* | 10l | Michael Niedermayer | 2002-11-04 | 1 | -1/+1 |
* | verbose can be negative | Arpi | 2002-11-01 | 1 | -1/+1 |
* | fixing yuy2 upscaling (use -sws 0 for the faster but uglier variant) | Michael Niedermayer | 2002-10-13 | 1 | -10/+11 |
* | mmx yuy2 output | Michael Niedermayer | 2002-10-13 | 1 | -10/+10 |
* | yuy2 output support | Michael Niedermayer | 2002-10-13 | 1 | -8/+37 |
* | planar yuv 444 422 411 support | Michael Niedermayer | 2002-08-01 | 1 | -3/+19 |
* | fixing sinc filter (seems the problem was caused by rounding in pmulhw -> sol... | Michael Niedermayer | 2002-07-09 | 1 | -4/+10 |
* | more scaling algos | Michael Niedermayer | 2002-07-04 | 1 | -46/+95 |
* | using the new rgb2rgb converters (the LQ ones are only used if -sws 0 or -sws 4) | Michael Niedermayer | 2002-06-30 | 1 | -352/+140 |
* | yvu9 -> yv12 unscaled converter with linear chroma scaling | Michael Niedermayer | 2002-06-27 | 1 | -2/+40 |
* | -sws 6 (luma bicubic & chroma bilinear) | Michael Niedermayer | 2002-06-27 | 1 | -5/+14 |
* | use unified yuv2rgb init | Michael Niedermayer | 2002-06-27 | 1 | -244/+355 |
* | killing globals | Michael Niedermayer | 2002-06-24 | 1 | -5/+1 |
* | 100l (non mmx versions didnt compile) | Michael Niedermayer | 2002-06-24 | 1 | -21/+33 |
* | IF09 is alias for YVU9 (actually it has extra 4th plane containing MC change | Arpi | 2002-06-23 | 1 | -2/+3 |
* | yvu9 support (other planar yuv formats with other chroma subsamplings should ... | Michael Niedermayer | 2002-06-23 | 1 | -60/+70 |
* | cleanup | Michael Niedermayer | 2002-06-23 | 1 | -2/+0 |
* | selftest support | Michael Niedermayer | 2002-06-23 | 1 | -29/+179 |
* | cleanup & grayscale support | Michael Niedermayer | 2002-06-22 | 1 | -117/+83 |
* | sync with mplayer xp | Arpi | 2002-06-22 | 1 | -81/+450 |
* | big cosmetics patch, cleanup of messages printed by mplayer and libs. | Arpi | 2002-05-20 | 1 | -13/+11 |
* | various openbsd and general warning fixes - patch by Björn Sandell <biorn@dc... | Björn Sandell | 2002-05-12 | 1 | -0/+2 |
* | printf to mp_msg | Alban Bedel | 2002-05-02 | 1 | -47/+48 |
* | overread in the mmx2 horizontal scaler fixed | Michael Niedermayer | 2002-04-01 | 1 | -33/+130 |
* | fixing bgr15&16 on big_endian | Michael Niedermayer | 2002-03-21 | 1 | -7/+10 |
* | use assert.h | Michael Niedermayer | 2002-02-22 | 1 | -2/+8 |
* | 101++ | Michael Niedermayer | 2002-02-21 | 1 | -1/+2 |
* | fixing bgr32 output on big-endian systems | Michael Niedermayer | 2002-02-21 | 1 | -0/+3 |
* | unscaled yuv2rgb fix for big-endian systems | Michael Niedermayer | 2002-02-21 | 1 | -3/+8 |
* | unscaled memcpy variant bugfix (negative strides) | Michael Niedermayer | 2002-02-10 | 1 | -2/+2 |
* | unscaled BGR24 -> YV12 | Michael Niedermayer | 2002-02-10 | 1 | -0/+24 |
* | bgr24toUV in MMX | Michael Niedermayer | 2002-02-09 | 1 | -0/+5 |
* | bgr24toY in MMX | Michael Niedermayer | 2002-02-09 | 1 | -0/+10 |
* | fastmemcpy | Michael Niedermayer | 2002-02-08 | 1 | -0/+1 |
* | unscaled BGR15->BGR16 | Michael Niedermayer | 2002-02-08 | 1 | -4/+37 |
* | bgr15 input support | Michael Niedermayer | 2002-02-08 | 1 | -2/+2 |
* | bgr16 input support | Michael Niedermayer | 2002-02-08 | 1 | -2/+2 |
* | unscaled converters | Michael Niedermayer | 2002-02-07 | 1 | -1/+81 |
* | fixing green line at right side bug (reported by Nick Kurshev <nickols_k@mail... | Michael Niedermayer | 2002-02-07 | 1 | -1/+8 |
* | rgb32 & rgb24 input support | Michael Niedermayer | 2002-02-06 | 1 | -17/+22 |
* | 101 (yuv2rgb with mpeg1,...) ;) | Michael Niedermayer | 2002-02-06 | 1 | -6/+115 |
* | swScale internally uses yuv2rgb now if possible | Michael Niedermayer | 2002-02-06 | 1 | -2/+42 |
* | printing error messages if something is wrong instead of just return NULL; | Michael Niedermayer | 2002-02-04 | 1 | -3/+16 |
* | filterPos bugfix (only nearest neighbor scaling was affected) | Michael Niedermayer | 2002-02-03 | 1 | -3/+4 |
* | MMX(2) optimized YUY2 input | Michael Niedermayer | 2002-02-02 | 1 | -11/+23 |
* | printing correct format info | Michael Niedermayer | 2002-02-01 | 1 | -21/+11 |
* | YUY2, BGR24, BGR32 input support (no mmx yet) | Michael Niedermayer | 2002-02-01 | 1 | -20/+63 |
* | -sws 2 is default now | Michael Niedermayer | 2002-01-30 | 1 | -1/+1 |
* | YV12 like formats support (I420/IYUV) | Michael Niedermayer | 2002-01-30 | 1 | -123/+142 |
* | area averageing scaling support (-sws 5) (is identical to bilinear for upscale) | Michael Niedermayer | 2002-01-29 | 1 | -8/+17 |