| Commit message (Expand) | Author | Age |
* | Move swscale AltiVec template code to ppc subdirectory. | diego | 2009-03-29 |
* | Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides it | reimar | 2009-03-20 |
* | Fix swscale compilation with Altivec enabled. | reimar | 2009-03-20 |
* | Reindent after last commit | sdrik | 2009-03-20 |
* | YUVA420P is now supported as output format | sdrik | 2009-03-20 |
* | Add alpha channel scaling | sdrik | 2009-03-20 |
* | Remove useless casting in asm "m" operand. | cehoyos | 2009-03-19 |
* | Do not assume long is same width as x86 register. | ramiro | 2009-03-18 |
* | Consistently use ff_ prefixes for internal symbols. | diego | 2009-03-18 |
* | Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macro | sdrik | 2009-03-14 |
* | Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macro | sdrik | 2009-03-11 |
* | Mask all unused bits for packed pixel format instead of green and alpha mask ... | kostya | 2009-03-09 |
* | remove the rest of x86 asm from LGPL build | henry | 2009-03-03 |
* | When converting from a non alpha format to an alpha format, defaults to all o... | sdrik | 2009-02-28 |
* | move zeroing of alpha channel register out of YSCALEYUV2xxx macros, | stefang | 2009-02-21 |
* | splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV, | stefang | 2009-02-21 |
* | make MMX registers parametrized in the WRITEBGR32 macro, | stefang | 2009-02-21 |
* | Some AltiVec functions in SwScaler produce different output than their | kostya | 2009-02-14 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | diego | 2009-01-25 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | aurel | 2009-01-14 |
* | Put variable declaration inside an #ifdef to avoid an unused variable warning. | diego | 2008-11-17 |
* | Remove unused code that can't be compiled without svn archive. | cehoyos | 2008-10-25 |
* | cosmetics: typo fix | diego | 2008-10-23 |
* | Convert asm keyword into __asm__. | flameeyes | 2008-10-16 |
* | Invert logic for the single-pass in swScale() functions. | flameeyes | 2008-10-09 |
* | Do not set src[1] to the palette, it is now in the context | vitor | 2008-10-08 |
* | Remove b5Dither, g5Dither and r5Dither from libswscale. | cehoyos | 2008-10-04 |
* | Remove g6Dither from libswscale. | cehoyos | 2008-10-04 |
* | Uniform *ToY and *ToUV function signatures | lu_zero | 2008-09-18 |
* | Split mono2Y in monowhite and monoblack | lu_zero | 2008-09-18 |
* | Factorize unit32_t* casts for palette pointer | lu_zero | 2008-09-18 |
* | Fix libswscale build after r27561 if --enable-runtime-cpudetection is used. | ben | 2008-09-13 |
* | Fix indention. | michael | 2008-09-13 |
* | Disable mmx routines that are not bitexact when the user wants | michael | 2008-09-13 |
* | Make horizontal mmx scaling code match C code. | michael | 2008-09-13 |
* | Make the horizontal C scaler code clip only against INT16_MAX not 0, | michael | 2008-09-12 |
* | Fix another 1000l bug in the mono input code. | michael | 2008-09-12 |
* | 10000l PIX_FMT_MONOWHITE check was really a || 1. | michael | 2008-09-12 |
* | Support mono as input format. | michael | 2008-09-12 |
* | Add support for PIX_FMT_MONOWHITE as output format. | michael | 2008-09-12 |
* | Fix typo that lead to averaging of the same pixel in rgb24ToUV_half(). | michael | 2008-09-11 |
* | Implement full horizontal chroma for rgb/bgr24/32 output. | michael | 2008-09-11 |
* | Factorize yuv2packedXinC(). | michael | 2008-09-11 |
* | Make the 2point linear interpolation coefficients correct even for the | michael | 2008-09-10 |
* | Fix overflow. | michael | 2008-09-10 |
* | Fix build failure due to %%eip on x86_64. | michael | 2008-09-10 |
* | Change RGB2YUV_SHIFT from 16 to 15 to make it able to work | michael | 2008-09-10 |
* | Add bgr/rgb15/16/32->UV-half to the macro so there is less code duplication | michael | 2008-09-10 |
* | Factorize RGB/BGR15/16/32->UV by using the preprocessor. | michael | 2008-09-10 |
* | Factorize rgb/bgr15/16/32->Y by using the preprocessor. | michael | 2008-09-10 |