| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 101 | Michael Niedermayer | 2002-01-20 | 1 | -3/+5 |
* | removed global vars so that multiple swscalers can be used | Michael Niedermayer | 2002-01-20 | 3 | -737/+920 |
* | Added reverting support for -pp and -npp options | Alban Bedel | 2002-01-19 | 1 | -6/+33 |
* | fix mangling with runtime cpu detection | Felix Bünemann | 2002-01-19 | 1 | -2/+2 |
* | mangle for win32 in postproc | Felix Bünemann | 2002-01-19 | 4 | -180/+182 |
* | dont print -npp parser debug info if only -v | Michael Niedermayer | 2002-01-13 | 1 | -5/+20 |
* | fixed -npp help ... i think i need more sleep ;) | Michael Niedermayer | 2002-01-04 | 1 | -7/+7 |
* | -npp help | Michael Niedermayer | 2002-01-04 | 1 | -37/+43 |
* | -npp fq:<quantizer> | Michael Niedermayer | 2002-01-03 | 2 | -6/+30 |
* | only print last line warning if verbose is on | Michael Niedermayer | 2001-12-30 | 1 | -1/+1 |
* | minor brightness/contrast bugfix / moved some global vars into ppMode | Michael Niedermayer | 2001-12-28 | 3 | -21/+29 |