| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro. | Diego Biurrun | 2009-09-22 | 1 | -1/+1 |
* | Cleanup buffer debugs in swScale(). | Ramiro Polla | 2009-09-16 | 1 | -14/+19 |
* | Use correct buffers in vertical scaler in unscaled YV12 case. | Ramiro Polla | 2009-09-16 | 1 | -3/+3 |
* | Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). | Lars Täuber | 2009-09-05 | 1 | -12/+12 |
* | More indentation changes leftover from r29522: | Ramiro Polla | 2009-08-16 | 1 | -661/+661 |
* | Cosmetics: | Ramiro Polla | 2009-08-16 | 1 | -191/+119 |
* | Indent libswscale: | Ramiro Polla | 2009-08-16 | 1 | -114/+114 |
* | Indent. | Ramiro Polla | 2009-08-15 | 1 | -4/+4 |
* | Vertical yuv -> yuv16 scaler. | Ramiro Polla | 2009-08-14 | 1 | -0/+20 |
* | Remove duplicate define (it is the same in the lum code). | Ramiro Polla | 2009-08-13 | 1 | -21/+0 |
* | Rename "funny" code to "mmx2 filter" code. | Ramiro Polla | 2009-08-13 | 1 | -24/+24 |
* | Remove disabled crufty code. | Diego Biurrun | 2009-08-08 | 1 | -10/+0 |
* | Indent. | Ramiro Polla | 2009-07-28 | 1 | -45/+45 |
* | Remove duplicate horizontal scaling when there aren't enough lines in a slice | Ramiro Polla | 2009-07-28 | 1 | -52/+15 |
* | Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them | Ramiro Polla | 2009-07-27 | 1 | -47/+47 |
* | Factorize x86 fast_bilinear assembly. | Ramiro Polla | 2009-07-27 | 1 | -24/+12 |
* | Fix assembly comments for x86 fast_bilinear so they match the C code. | Ramiro Polla | 2009-07-27 | 1 | -16/+16 |
* | Kill warnings of possibly unused variables by using av_unused. | Ramiro Polla | 2009-06-11 | 1 | -8/+8 |
* | 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 |