| Commit message (Expand) | Author | Age | Files | Lines |
* | removing esp usage | Michael Niedermayer | 2006-05-06 | 1 | -127/+142 |
* | add support for intel mac. mp3lib is not fixed yet. | Nicolas Plourde | 2006-04-15 | 1 | -19/+21 |
* | don't call altivec_yuv2packedX() with a dstFormat that it doesn't support; | Alan Curry | 2006-02-18 | 1 | -7/+12 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-13 | 1 | -1/+1 |
* | Change unsigned->signed and int->long, this fits the asm code better on 64 | Reimar Döffinger | 2005-10-12 | 1 | -23/+23 |
* | Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poirierg | Guillaume Poirier | 2005-07-12 | 1 | -0/+6 |
* | Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others | Guillaume Poirier | 2005-06-30 | 1 | -1/+1 |
* | Another REG_d -> REG_D fix. | Reimar Döffinger | 2005-06-28 | 1 | -1/+1 |
* | Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompile | Guillaume Poirier | 2005-06-24 | 1 | -1/+1 |
* | 10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32 | Guillaume Poirier | 2005-06-19 | 1 | -1/+1 |
* | GCC-4 fix for AMD-64 | Guillaume Poirier | 2005-06-18 | 1 | -4/+4 |
* | one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, netfa... | Michael Niedermayer | 2005-06-02 | 1 | -3/+8 |
* | unused define | Alex Beregszaszi | 2005-04-29 | 1 | -6/+0 |
* | Improved NV12/NV21 support. | Ville Syrjälä | 2005-02-16 | 1 | -2/+27 |
* | fix few x86_64 registers handling | Aurelien Jacobs | 2005-01-21 | 1 | -4/+32 |
* | 100l, fix broken AMD64 patch. To whoever applied it: Did you actually _try_ | Reimar Döffinger | 2005-01-19 | 1 | -2/+2 |
* | 10000l : fix a crash on x86 due to an horrible mistake in my x86_64 patch | Aurelien Jacobs | 2004-10-22 | 1 | -6/+6 |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 | Aurelien Jacobs | 2004-10-21 | 1 | -415/+429 |
* | altivec yuv->rgb converter | Michael Niedermayer | 2004-06-27 | 1 | -0/+6 |
* | AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet ... | Romain Dolbeau | 2004-04-06 | 1 | -0/+4 |
* | AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (R... | Romain Dolbeau | 2004-03-11 | 1 | -0/+10 |
* | rounding fixes | Michael Niedermayer | 2003-10-15 | 1 | -8/+10 |
* | many small typo and grammar fixes | Gabucino | 2003-10-04 | 1 | -8/+8 |
* | killed an mp_msg occurance | Alex Beregszaszi | 2003-04-21 | 1 | -1/+1 |
* | mplayer idependant (not really yet) swscale example | Michael Niedermayer | 2003-04-17 | 1 | -0/+1 |
* | cleanup | Michael Niedermayer | 2003-02-24 | 1 | -13/+6 |
* | sws_ prefix, more seperation between internal & external swscaler API | Michael Niedermayer | 2003-02-23 | 1 | -1/+6 |
* | yuv2rgb brightness/contrast/saturation/different colorspaces support finished | Michael Niedermayer | 2003-02-21 | 1 | -4/+3 |
* | 1000l | Michael Niedermayer | 2003-02-15 | 1 | -1/+1 |
* | bigendian bug (fixes?) | Michael Niedermayer | 2003-02-15 | 1 | -74/+34 |
* | cleanup | Michael Niedermayer | 2003-02-13 | 1 | -96/+130 |
* | cleanup | Michael Niedermayer | 2003-02-13 | 1 | -182/+159 |
* | cleanup | Michael Niedermayer | 2003-02-13 | 1 | -74/+111 |
* | UYVY input | Michael Niedermayer | 2003-01-23 | 1 | -0/+74 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | Dominik Mierzejewski | 2002-11-23 | 1 | -0/+2 |
* | mmx yuy2 output | Michael Niedermayer | 2002-10-13 | 1 | -15/+153 |
* | yuy2 output support | Michael Niedermayer | 2002-10-13 | 1 | -3/+3 |
* | fixing y422p output | Michael Niedermayer | 2002-09-09 | 1 | -2/+4 |
* | fixing sinc filter (seems the problem was caused by rounding in pmulhw -> sol... | Michael Niedermayer | 2002-07-09 | 1 | -2/+2 |
* | last line messed up in Y800 bugfix | Michael Niedermayer | 2002-06-30 | 1 | -2/+2 |
* | use unified yuv2rgb init | Michael Niedermayer | 2002-06-27 | 1 | -371/+89 |
* | killing globals | Michael Niedermayer | 2002-06-24 | 1 | -6/+5 |
* | 100l (non mmx versions didnt compile) | Michael Niedermayer | 2002-06-24 | 1 | -47/+12 |
* | yvu9 support (other planar yuv formats with other chroma subsamplings should ... | Michael Niedermayer | 2002-06-23 | 1 | -36/+39 |
* | cleanup | Michael Niedermayer | 2002-06-23 | 1 | -3/+3 |
* | selftest support | Michael Niedermayer | 2002-06-23 | 1 | -0/+13 |
* | cleanup & grayscale support | Michael Niedermayer | 2002-06-22 | 1 | -11/+26 |
* | sync with mplayer xp | Arpi | 2002-06-22 | 1 | -1/+1 |
* | printf to mp_msg | Alban Bedel | 2002-05-02 | 1 | -1/+1 |
* | overread in the mmx2 horizontal scaler fixed | Michael Niedermayer | 2002-04-01 | 1 | -93/+64 |