| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. | Ramiro Polla | 2009-06-04 | 1 | -2/+2 |
* | Partial (low bits ignored, no direct transcoding into other RGB formats) support | Kostya Shishkov | 2009-06-02 | 1 | -0/+14 |
* | Move colorspace conversion functions implemented in pure C from template | Kostya Shishkov | 2009-05-25 | 1 | -137/+23 |
* | Fix chroma shift when scaling from ARGB on LE and BGRA on BE | Cédric Schieli | 2009-05-02 | 1 | -1/+1 |
* | Planar 16bit 420 422 444 YUV support (output is only supported in some | Michael Niedermayer | 2009-04-21 | 1 | -0/+79 |
* | Do not use abgrToA for both luma and alpha channel in hyscale. | Cédric Schieli | 2009-04-14 | 1 | -10/+9 |
* | swscale: Use function pointers for swScale functions. | Ramiro Polla | 2009-04-04 | 1 | -203/+120 |
* | swscale: Add const to some swScale functions' parameters. | Ramiro Polla | 2009-04-04 | 1 | -58/+60 |
* | swscale: Remove mmx2 params from h[yc]scale(). | Ramiro Polla | 2009-04-02 | 1 | -29/+36 |
* | swscale: Split h[yc]scale_fast() into their own functions. | Ramiro Polla | 2009-04-02 | 1 | -23/+38 |
* | swscale: Execute sfence and emms depending on runtime flags. | Ramiro Polla | 2009-04-02 | 1 | -17/+4 |
* | Move swscale AltiVec template code to ppc subdirectory. | Diego Biurrun | 2009-03-29 | 1 | -1/+1 |
* | Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides it | Reimar Döffinger | 2009-03-20 | 1 | -4/+3 |
* | Fix swscale compilation with Altivec enabled. | Reimar Döffinger | 2009-03-20 | 1 | -1/+1 |
* | Reindent after last commit | Cédric Schieli | 2009-03-20 | 1 | -66/+66 |
* | YUVA420P is now supported as output format | Cédric Schieli | 2009-03-20 | 1 | -0/+3 |
* | Add alpha channel scaling | Cédric Schieli | 2009-03-20 | 1 | -38/+218 |
* | Remove useless casting in asm "m" operand. | Matthieu Castet | 2009-03-19 | 1 | -2/+2 |
* | Do not assume long is same width as x86 register. | Ramiro Polla | 2009-03-18 | 1 | -15/+15 |
* | Consistently use ff_ prefixes for internal symbols. | Diego Biurrun | 2009-03-18 | 1 | -4/+4 |
* | 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 |
* | Mask all unused bits for packed pixel format instead of green and alpha mask ... | Kostya Shishkov | 2009-03-09 | 1 | -1/+1 |
* | remove the rest of x86 asm from LGPL build | Jindřich Makovička | 2009-03-03 | 1 | -2/+2 |
* | When converting from a non alpha format to an alpha format, defaults | Cédric Schieli | 2009-02-28 | 1 | -13/+14 |
* | 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 |
* | Some AltiVec functions in SwScaler produce different output than their | Kostya Shishkov | 2009-02-14 | 1 | -2/+3 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | Diego Biurrun | 2009-01-25 | 1 | -3/+3 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-14 | 1 | -43/+43 |
* | Put variable declaration inside an #ifdef to avoid an unused variable warning. | Diego Biurrun | 2008-11-17 | 1 | -2/+3 |
* | Remove unused code that can't be compiled without svn archive. | Carl Eugen Hoyos | 2008-10-25 | 1 | -269/+0 |
* | cosmetics: typo fix | Diego Biurrun | 2008-10-23 | 1 | -1/+1 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 1 | -42/+42 |
* | Invert logic for the single-pass in swScale() functions. | Diego Pettenò | 2008-10-09 | 1 | -3/+3 |
* | Do not set src[1] to the palette, it is now in the context | Vitor Sessak | 2008-10-08 | 1 | -2/+1 |
* | Remove b5Dither, g5Dither and r5Dither from libswscale. | Carl Eugen Hoyos | 2008-10-04 | 1 | -34/+34 |
* | Remove g6Dither from libswscale. | Carl Eugen Hoyos | 2008-10-04 | 1 | -8/+10 |
* | Uniform *ToY and *ToUV function signatures | Luca Barbato | 2008-09-18 | 1 | -51/+51 |
* | Split mono2Y in monowhite and monoblack | Luca Barbato | 2008-09-18 | 1 | -4/+19 |
* | Factorize unit32_t* casts for palette pointer | Luca Barbato | 2008-09-18 | 1 | -6/+6 |
* | Fix libswscale build after r27561 if --enable-runtime-cpudetection is used. | Benjamin Zores | 2008-09-13 | 1 | -6/+6 |
* | Fix indention. | Michael Niedermayer | 2008-09-13 | 1 | -313/+313 |
* | Disable mmx routines that are not bitexact when the user wants | Michael Niedermayer | 2008-09-13 | 1 | -6/+15 |
* | Make horizontal mmx scaling code match C code. | Michael Niedermayer | 2008-09-13 | 1 | -16/+15 |
* | Make the horizontal C scaler code clip only against INT16_MAX not 0, | Michael Niedermayer | 2008-09-12 | 1 | -1/+1 |
* | Fix another 1000l bug in the mono input code. | Michael Niedermayer | 2008-09-12 | 1 | -2/+2 |
* | 10000l PIX_FMT_MONOWHITE check was really a || 1. | Michael Niedermayer | 2008-09-12 | 1 | -1/+1 |
* | Support mono as input format. | Michael Niedermayer | 2008-09-12 | 1 | -1/+16 |