| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add support for PIX_FMT_MONOWHITE as output format. | Michael Niedermayer | 2008-09-12 | 1 | -3/+3 |
* | Fix typo that lead to averaging of the same pixel in rgb24ToUV_half(). | Michael Niedermayer | 2008-09-11 | 1 | -3/+3 |
* | Implement full horizontal chroma for rgb/bgr24/32 output. | Michael Niedermayer | 2008-09-11 | 1 | -0/+28 |
* | Factorize yuv2packedXinC(). | Michael Niedermayer | 2008-09-11 | 1 | -3/+3 |
* | Make the 2point linear interpolation coefficients correct even for the | Michael Niedermayer | 2008-09-10 | 1 | -2/+2 |
* | Fix overflow. | Michael Niedermayer | 2008-09-10 | 1 | -2/+2 |
* | Fix build failure due to %%eip on x86_64. | Michael Niedermayer | 2008-09-10 | 1 | -4/+6 |
* | Change RGB2YUV_SHIFT from 16 to 15 to make it able to work | Michael Niedermayer | 2008-09-10 | 1 | -4/+2 |
* | Add bgr/rgb15/16/32->UV-half to the macro so theres less code duplication | Michael Niedermayer | 2008-09-10 | 1 | -124/+24 |
* | Factorize RGB/BGR15/16/32->UV by using the preprocessor. | Michael Niedermayer | 2008-09-10 | 1 | -93/+20 |
* | Factorize rgb/bgr15/16/32->Y by using the preprocessor. | Michael Niedermayer | 2008-09-10 | 1 | -81/+20 |
* | Make SWS_FULL_CHR_H_INP work. | Michael Niedermayer | 2008-09-10 | 1 | -10/+164 |
* | Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate, | Michael Niedermayer | 2008-09-09 | 1 | -195/+131 |
* | More correct rounding for the rgb/bgr->yuv converters. | Michael Niedermayer | 2008-09-09 | 1 | -20/+20 |
* | Prevent overflows during mpeg->jpeg yuv. | Michael Niedermayer | 2008-09-09 | 1 | -3/+3 |
* | Fix jpeg yuv. | Michael Niedermayer | 2008-09-08 | 1 | -6/+35 |
* | Fix accurate rounding mode on x86_64. | Michael Niedermayer | 2008-09-07 | 1 | -20/+21 |
* | Make ToY and ToUV family of function consistent part I | Luca Barbato | 2008-09-07 | 1 | -16/+16 |
* | Make 16bit grayscale output work. | Michael Niedermayer | 2008-09-04 | 1 | -5/+5 |
* | Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1. | Michael Niedermayer | 2008-09-04 | 1 | -0/+22 |
* | Fix rgb15/16 vs. bgr part2. | Michael Niedermayer | 2008-09-04 | 1 | -24/+24 |
* | Make C code in yuv2yuv1() do accurate rounding, this could be split | Michael Niedermayer | 2008-07-18 | 1 | -3/+3 |
* | indent | Michael Niedermayer | 2008-07-17 | 1 | -8/+8 |