| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macro | Cédric Schieli | 2009-03-14 | 1 | -7/+7 |
* | Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macro | Cédric Schieli | 2009-03-11 | 1 | -11/+11 |
* | In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos el... | Cédric Schieli | 2009-03-11 | 1 | -1/+1 |
* | Mask all unused bits for packed pixel format instead of green and alpha mask ... | Kostya Shishkov | 2009-03-09 | 1 | -1/+1 |
* | Let the 4th plane reach the swScale function | Cédric Schieli | 2009-03-07 | 1 | -6/+8 |
* | YUVA420P is a planar YUV format | Cédric Schieli | 2009-03-07 | 1 | -0/+1 |
* | Fix bug introduced by me in r28756 | Cédric Schieli | 2009-03-05 | 1 | -2/+2 |
* | Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a... | Cédric Schieli | 2009-03-04 | 1 | -38/+23 |
* | remove the rest of x86 asm from LGPL build | Jindřich Makovička | 2009-03-03 | 1 | -2/+2 |
* | Fix typo in comments. | Dominik Mierzejewski | 2009-03-01 | 1 | -2/+2 |
* | Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255). | Reimar Döffinger | 2009-03-01 | 1 | -2/+4 |
* | Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA | Reimar Döffinger | 2009-03-01 | 1 | -5/+5 |
* | Fix braindead and broken way to calculate abase, fixes regression tests on | Reimar Döffinger | 2009-03-01 | 1 | -1/+1 |
* | When converting from a non alpha format to an alpha format, defaults | Cédric Schieli | 2009-02-28 | 6 | -37/+40 |
* | Add an isALPHA macro to check if pixel format has alpha channel | Cédric Schieli | 2009-02-27 | 1 | -0/+7 |
* | Use YUV420P code path for YUVA420P where appropriate | Cédric Schieli | 2009-02-27 | 1 | -3/+4 |
* | Refactor code for upcoming alpha patches. | Cédric Schieli | 2009-02-27 | 1 | -40/+42 |
* | Rename yuv2rgb2.c --> yuv2rgb.c. | Diego Biurrun | 2009-02-24 | 2 | -1/+1 |
* | Relicense AltiVec optimizations as LGPL with the permission of Marc Hoffman | Diego Biurrun | 2009-02-24 | 1 | -8/+8 |
* | Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute. | Diego Biurrun | 2009-02-24 | 1 | -780/+0 |
* | New LGPLed YUV2RGB table generator for SwScaler | Kostya Shishkov | 2009-02-22 | 4 | -5/+685 |
* | Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch. | Cédric Schieli | 2009-02-21 | 1 | -158/+73 |
* | move zeroing of alpha channel register out of YSCALEYUV2xxx macros, | Cédric Schieli | 2009-02-21 | 1 | -4/+23 |
* | splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV, | Cédric Schieli | 2009-02-21 | 1 | -8/+27 |
* | make MMX registers parametrized in the WRITEBGR32 macro, | Cédric Schieli | 2009-02-21 | 1 | -24/+23 |
* | Rename the "src" parameter in the sws_scale() declaration to | Stefano Sabatini | 2009-02-18 | 1 | -3/+3 |
* | Document sws_scale(). | Stefano Sabatini | 2009-02-18 | 1 | -0/+23 |
* | Use sws_printVec2() instead of the deprecated sws_printVec(). | Stefano Sabatini | 2009-02-14 | 1 | -2/+2 |
* | Implement sws_printVec2() and deprecate sws_printVec(). | Stefano Sabatini | 2009-02-14 | 2 | -7/+25 |
* | Document sws_normalizeVec(). | Stefano Sabatini | 2009-02-14 | 1 | -0/+5 |
* | Make hScale_altivec_real() trim its output like other implementations do | Kostya Shishkov | 2009-02-14 | 1 | -5/+5 |
* | Some AltiVec functions in SwScaler produce different output than their | Kostya Shishkov | 2009-02-14 | 2 | -2/+4 |
* | Apply misc fixes for sws_getCachedContext() documentation. | Stefano Sabatini | 2009-02-12 | 1 | -7/+10 |
* | Bump micro version, related to r28491. | Stefano Sabatini | 2009-02-12 | 1 | -1/+1 |
* | Document sws_getContext(). | Stefano Sabatini | 2009-02-11 | 1 | -0/+13 |
* | Document sws_getIdentityVec(). | Stefano Sabatini | 2009-02-11 | 1 | -0/+5 |
* | Move sws_getGaussianVec() documentation from swscale.c to swscale.h. | Stefano Sabatini | 2009-02-10 | 2 | -4/+5 |
* | Document sws_cloneVec(). | Stefano Sabatini | 2009-02-10 | 1 | -0/+5 |
* | Fix typo: lenght -> length. | Stefano Sabatini | 2009-02-10 | 1 | -1/+1 |
* | Document sws_scaleVec(). | Stefano Sabatini | 2009-02-10 | 1 | -0/+4 |
* | Document sws_getConstVec(). | Stefano Sabatini | 2009-02-10 | 1 | -0/+5 |
* | Move documentation of sws_getCachedContext() from swscale.c to | Stefano Sabatini | 2009-02-10 | 2 | -10/+10 |
* | Remove pointless comment regarding sws_scale_ordered(). | Stefano Sabatini | 2009-02-10 | 1 | -3/+0 |
* | Add a @deprecated notice to swscale_get_ordered(). | Stefano Sabatini | 2009-02-10 | 1 | -0/+3 |
* | Remove unnecessary emms Assembler instructions. | Diego Biurrun | 2009-02-10 | 1 | -9/+0 |
* | Document coeff and length fields in SwsVector. | Stefano Sabatini | 2009-02-09 | 1 | -2/+2 |
* | Revert #undefining system functions, it is not necessary. | Diego Biurrun | 2009-02-09 | 1 | -7/+0 |
* | Add config.h #include for ARCH_X86 definition. | Diego Biurrun | 2009-02-09 | 1 | -0/+1 |
* | Add #undefs to reenable system functions that are normally forbidden in other | Diego Biurrun | 2009-02-09 | 1 | -0/+7 |
* | Drop DECLARE_ALIGNED from extern declarations. It creates trouble when | Diego Biurrun | 2009-02-09 | 1 | -2/+2 |