| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | nearest neighbor / sdl emulation ;) scaling (-sws 4) | Michael Niedermayer | 2002-01-28 | 1 | -2/+25 |
* | 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 | 1 | -21/+111 |
* | copyright(swscaler) = GPL | Michael Niedermayer | 2002-01-21 | 1 | -8/+19 |
* | a few filters (should be removed/merged when arpis videofilter stuff is finis... | Michael Niedermayer | 2002-01-21 | 1 | -23/+90 |
* | general convolution filtering of the source picture | Michael Niedermayer | 2002-01-21 | 1 | -86/+366 |
* | 101 | Michael Niedermayer | 2002-01-20 | 1 | -3/+5 |
* | removed global vars so that multiple swscalers can be used | Michael Niedermayer | 2002-01-20 | 1 | -85/+679 |
* | mangle for win32 in postproc | Felix Bünemann | 2002-01-19 | 1 | -0/+1 |
* | minor bugfixes (noone noticed them) | Michael Niedermayer | 2001-12-21 | 1 | -1/+1 |
* | print more info if -v | Michael Niedermayer | 2001-12-06 | 1 | -4/+201 |
* | vertical cubic/linear scaling | Michael Niedermayer | 2001-12-06 | 1 | -22/+55 |
* | horizontal up/downscale linear & cubic | Michael Niedermayer | 2001-12-02 | 1 | -2/+17 |
* | swscaler cleanup | Michael Niedermayer | 2001-11-29 | 1 | -17/+13 |
* | runtime cpu detection optional (compiles faster) | Michael Niedermayer | 2001-11-27 | 1 | -1/+44 |
* | oops | Michael Niedermayer | 2001-11-26 | 1 | -1/+0 |
* | runtime cpu detection | Michael Niedermayer | 2001-11-26 | 1 | -1652/+69 |
* | .balign or we´ll align by 64kb on some architectures | Michael Niedermayer | 2001-11-10 | 1 | -6/+6 |
* | .align 16 | Michael Niedermayer | 2001-11-10 | 1 | -0/+6 |
* | gcc does optimize writes to non volatile variables away if it didnt know that... | Michael Niedermayer | 2001-11-06 | 1 | -4/+4 |