| Commit message (Expand) | Author | Age |
* | fixing bgr15&16 on big_endian | michael | 2002-03-21 |
* | add mangling | atmos4 | 2002-03-03 |
* | use assert.h | michael | 2002-02-22 |
* | 101++ | michael | 2002-02-21 |
* | fixing bgr32 output on big-endian systems | michael | 2002-02-21 |
* | unscaled yuv2rgb fix for big-endian systems | michael | 2002-02-21 |
* | minor dststride bugfix for i420 output | michael | 2002-02-14 |
* | unscaled memcpy variant bugfix (negative strides) | michael | 2002-02-10 |
* | unscaled BGR24 -> YV12 | michael | 2002-02-10 |
* | rgb24toyv12 in MMX (untested) | michael | 2002-02-10 |
* | bgr24toUV in MMX | michael | 2002-02-09 |
* | bgr24toY in MMX | michael | 2002-02-09 |
* | fastmemcpy | michael | 2002-02-08 |
* | unscaled BGR15->BGR16 | michael | 2002-02-08 |
* | bgr15 input support | michael | 2002-02-08 |
* | faster bgr16 input | michael | 2002-02-08 |
* | bgr16 input support | michael | 2002-02-08 |
* | unscaled converters | michael | 2002-02-07 |
* | fixing green line at right side bug (reported by Nick Kurshev <nickols_k@mail... | michael | 2002-02-07 |
* | rgb32 & rgb24 input support | michael | 2002-02-06 |
* | 101 (yuv2rgb with mpeg1,...) ;) | michael | 2002-02-06 |
* | swScale internally uses yuv2rgb now if possible | michael | 2002-02-06 |
* | printing error messages if something is wrong instead of just return NULL; | michael | 2002-02-04 |
* | filterPos bugfix (only nearest neighbor scaling was affected) | michael | 2002-02-03 |
* | MMX(2) optimized YUY2 input | michael | 2002-02-02 |
* | printing correct format info | michael | 2002-02-01 |
* | YUY2, BGR24, BGR32 input support (no mmx yet) | michael | 2002-02-01 |
* | -sws 2 is default now | michael | 2002-01-30 |
* | YV12 like formats support (I420/IYUV) | michael | 2002-01-30 |
* | top row bugfix | michael | 2002-01-29 |
* | area averageing scaling support (-sws 5) (is identical to bilinear for upscale) | michael | 2002-01-29 |
* | nearest neighbor / sdl emulation ;) scaling (-sws 4) | michael | 2002-01-28 |
* | minor QP bugfix | michael | 2002-01-28 |
* | minor bugfix in the -v output | michael | 2002-01-22 |
* | 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DIT... | michael | 2002-01-21 |
* | copyright(swscaler) = GPL | michael | 2002-01-21 |
* | a few filters (should be removed/merged when arpis videofilter stuff is finis... | michael | 2002-01-21 |
* | general convolution filtering of the source picture | michael | 2002-01-21 |
* | add mangling | atmos4 | 2002-01-20 |
* | 101 | michael | 2002-01-20 |
* | removed global vars so that multiple swscalers can be used | michael | 2002-01-20 |
* | Added reverting support for -pp and -npp options | albeu | 2002-01-19 |
* | fix mangling with runtime cpu detection | atmos4 | 2002-01-19 |
* | mangle for win32 in postproc | atmos4 | 2002-01-19 |
* | dont print -npp parser debug info if only -v | michael | 2002-01-13 |
* | fixed -npp help ... i think i need more sleep ;) | michael | 2002-01-04 |
* | -npp help | michael | 2002-01-04 |
* | -npp fq:<quantizer> | michael | 2002-01-03 |
* | only print last line warning if verbose is on | michael | 2001-12-30 |
* | minor brightness/contrast bugfix / moved some global vars into ppMode | michael | 2001-12-28 |