| Commit message (Expand) | Author | Age | Files | Lines |
* | 3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyom@pobox.com> | Michael Niedermayer | 2002-05-05 | 1 | -8/+8 |
* | 10l - MMX rgb2bgr 32bpp expects num_of_bytes instead of num_of_pixels | Arpi | 2002-05-03 | 1 | -2/+2 |
* | printf to mp_msg | Alban Bedel | 2002-05-02 | 3 | -55/+57 |
* | x1 deblocking filter bugfix | Michael Niedermayer | 2002-04-22 | 1 | -4/+5 |
* | yuv422p -> yuy2 (untested) | Michael Niedermayer | 2002-04-13 | 3 | -8/+53 |
* | rgb24->bgr24 | Michael Niedermayer | 2002-04-13 | 3 | -0/+88 |
* | fix typo found by Milan Cutka <cutka@szm.sk> | Michael Niedermayer | 2002-04-12 | 1 | -1/+1 |
* | fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabi | Michael Niedermayer | 2002-04-08 | 1 | -4/+20 |
* | overread in the mmx2 horizontal scaler fixed | Michael Niedermayer | 2002-04-01 | 3 | -126/+198 |
* | 10l | Michael Niedermayer | 2002-03-25 | 1 | -0/+4 |
* | byte interleaving for mga | Michael Niedermayer | 2002-03-25 | 3 | -0/+102 |
* | fixing bgr15&16 on big_endian | Michael Niedermayer | 2002-03-21 | 1 | -7/+10 |
* | add mangling | Felix Bünemann | 2002-03-03 | 3 | -25/+26 |
* | use assert.h | Michael Niedermayer | 2002-02-22 | 1 | -2/+8 |
* | 101++ | Michael Niedermayer | 2002-02-21 | 2 | -4/+5 |
* | fixing bgr32 output on big-endian systems | Michael Niedermayer | 2002-02-21 | 2 | -0/+12 |
* | unscaled yuv2rgb fix for big-endian systems | Michael Niedermayer | 2002-02-21 | 1 | -3/+8 |
* | minor dststride bugfix for i420 output | Michael Niedermayer | 2002-02-14 | 1 | -6/+12 |
* | 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 |
* | rgb24toyv12 in MMX (untested) | Michael Niedermayer | 2002-02-10 | 2 | -2/+258 |
* | bgr24toUV in MMX | Michael Niedermayer | 2002-02-09 | 2 | -2/+156 |
* | bgr24toY in MMX | Michael Niedermayer | 2002-02-09 | 2 | -1/+80 |
* | 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 | 2 | -2/+76 |
* | faster bgr16 input | Michael Niedermayer | 2002-02-08 | 1 | -2/+15 |
* | bgr16 input support | Michael Niedermayer | 2002-02-08 | 2 | -2/+62 |
* | 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 | 2 | -17/+98 |
* | 101 (yuv2rgb with mpeg1,...) ;) | Michael Niedermayer | 2002-02-06 | 1 | -6/+115 |
* | swScale internally uses yuv2rgb now if possible | Michael Niedermayer | 2002-02-06 | 3 | -9/+51 |
* | 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 | 2 | -14/+72 |
* | 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 | 3 | -34/+240 |
* | -sws 2 is default now | Michael Niedermayer | 2002-01-30 | 1 | -1/+1 |
* | YV12 like formats support (I420/IYUV) | Michael Niedermayer | 2002-01-30 | 3 | -128/+183 |
* | top row bugfix | Michael Niedermayer | 2002-01-29 | 1 | -8/+31 |
* | area averageing scaling support (-sws 5) (is identical to bilinear for upscale) | Michael Niedermayer | 2002-01-29 | 2 | -8/+18 |
* | nearest neighbor / sdl emulation ;) scaling (-sws 4) | Michael Niedermayer | 2002-01-28 | 2 | -2/+26 |
* | minor QP bugfix | Michael Niedermayer | 2002-01-28 | 1 | -9/+9 |
* | minor bugfix in the -v output | Michael Niedermayer | 2002-01-22 | 1 | -2/+6 |
* | 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DIT... | Michael Niedermayer | 2002-01-21 | 3 | -45/+224 |
* | copyright(swscaler) = GPL | Michael Niedermayer | 2002-01-21 | 3 | -13/+52 |
* | a few filters (should be removed/merged when arpis videofilter stuff is finis... | Michael Niedermayer | 2002-01-21 | 2 | -27/+95 |
* | general convolution filtering of the source picture | Michael Niedermayer | 2002-01-21 | 3 | -116/+408 |
* | add mangling | Felix Bünemann | 2002-01-20 | 2 | -26/+27 |