| Commit message (Expand) | Author | Age | Files | Lines |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 | Aurelien Jacobs | 2004-10-21 | 1 | -48/+48 |
* | postproc/yuv2rgb_altivec.c compile fix | Luca Barbato | 2004-10-05 | 1 | -1/+1 |
* | passing an array or double precission parameters for the scaling function, in... | Michael Niedermayer | 2004-09-18 | 1 | -17/+24 |
* | fix altivec.h inclusion (vector keyword in structure) | Alex Beregszaszi | 2004-07-17 | 1 | -3/+0 |
* | Altivec unscaled YV12 -> packed YUV patch by (Romain Dolbeau <dolbeau at iris... | Romain Dolbeau | 2004-07-06 | 1 | -0/+12 |
* | altivec yuv->rgb converter | Michael Niedermayer | 2004-06-27 | 1 | -1/+4 |
* | this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as such | D Richard Felker III | 2004-05-01 | 1 | -6/+6 |
* | attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>) | Matthieu Castet | 2004-04-26 | 1 | -27/+27 |
* | AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet ... | Romain Dolbeau | 2004-04-06 | 1 | -9/+33 |
* | altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>) | Magnus Damm | 2004-03-14 | 1 | -0/+3 |
* | AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (R... | Romain Dolbeau | 2004-03-11 | 1 | -2/+30 |
* | 1000l | Michael Niedermayer | 2003-11-06 | 1 | -1/+4 |
* | -sws 0 && -ssf chs fixed | Michael Niedermayer | 2003-11-04 | 1 | -11/+12 |
* | minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv) | Michael Niedermayer | 2003-10-22 | 1 | -4/+3 |
* | dither scaling coefficients so they add up to 1.0 | Michael Niedermayer | 2003-10-15 | 1 | -1/+6 |
* | rounding fixes | Michael Niedermayer | 2003-10-15 | 1 | -10/+11 |
* | uyvy output support in swscaler | Alex Beregszaszi | 2003-10-09 | 1 | -4/+33 |
* | many small typo and grammar fixes | Gabucino | 2003-10-04 | 1 | -8/+8 |
* | srcSliceY % 4 != 0 fix | Michael Niedermayer | 2003-09-26 | 1 | -1/+4 |
* | fixing "internal error in orderYUV" bug | Michael Niedermayer | 2003-06-19 | 1 | -1/+2 |
* | unused | Alex Beregszaszi | 2003-06-01 | 1 | -4/+0 |
* | removed the last mp_msg :) | Alex Beregszaszi | 2003-05-01 | 1 | -8/+0 |
* | remove remaining cpudetect dependancy | Michael Niedermayer | 2003-04-25 | 1 | -0/+1 |
* | moving getFilter stuff back (vf_scale.c -> swscale.c) | Michael Niedermayer | 2003-04-25 | 1 | -1/+73 |
* | removing sws - global verbose var dependancy | Michael Niedermayer | 2003-04-24 | 1 | -202/+54 |
* | mplayer idependant (not really yet) swscale example | Michael Niedermayer | 2003-04-17 | 1 | -133/+0 |
* | 10l | Michael Niedermayer | 2003-03-27 | 1 | -2/+2 |
* | 10000l (YUV vs. YVU swscale fix/cleanup) | Michael Niedermayer | 2003-03-27 | 1 | -39/+43 |
* | cleanup | Michael Niedermayer | 2003-02-24 | 1 | -14/+13 |
* | sws_ prefix, more seperation between internal & external swscaler API | Michael Niedermayer | 2003-02-23 | 1 | -80/+95 |
* | yuv2rgb brightness/contrast/saturation/different colorspaces support finished | Michael Niedermayer | 2003-02-21 | 1 | -62/+65 |
* | cleanup | Michael Niedermayer | 2003-02-18 | 1 | -84/+20 |
* | brightness / saturation / contrast / different yuv colorspace support for som... | Michael Niedermayer | 2003-02-13 | 1 | -10/+48 |
* | cleanup | Michael Niedermayer | 2003-02-13 | 1 | -18/+9 |
* | 10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | Michael Niedermayer | 2003-02-01 | 1 | -2/+2 |
* | fixing rgb4 & bgr4 (2 pixels per byte) | Michael Niedermayer | 2003-01-30 | 1 | -0/+22 |
* | UYVY input | Michael Niedermayer | 2003-01-23 | 1 | -4/+5 |
* | 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 |