| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale: K&R formatting cosmetics (part I) | Diego Biurrun | 2012-02-21 | 1 | -332/+353 |
* | swscale: variable declaration and placement cosmetics | Diego Biurrun | 2012-02-21 | 1 | -77/+62 |
* | swscale: Remove disabled code. | Diego Biurrun | 2011-05-29 | 1 | -7/+0 |
* | sws: replace all long with int. | Anton Khirnov | 2011-05-28 | 1 | -85/+85 |
* | swscale: Eliminate rgb24toyv12_c() duplication. | Michael Niedermayer | 2011-05-26 | 1 | -5/+3 |
* | swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. | Ronald S. Bultje | 2011-05-24 | 1 | -19/+0 |
* | swscale: move away x86 specific code from rgb2rgb | Luca Barbato | 2011-04-14 | 1 | -2143/+166 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Replace ASMALIGN() with .p2align | Mans Rullgard | 2011-01-18 | 1 | -12/+12 |
* | rgb2rgb: don't misuse HAVE_* defines | Ramiro Polla | 2010-09-14 | 1 | -67/+67 |
* | swscale: indentation and emtpy line cosmetics | Ramiro Polla | 2010-09-13 | 1 | -5/+5 |
* | swscale: avoid reading prior to the source buffer in planar2x() MMX2 | Ramiro Polla | 2010-09-13 | 1 | -3/+14 |
* | rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32() | Ramiro Polla | 2010-09-12 | 1 | -2/+2 |
* | rgb2rgb: remove unused yvu9toyv12 function | Ramiro Polla | 2010-09-11 | 1 | -11/+0 |
* | Replace some "m" constraints by MANGLE to avoid issues with some compilers not | Reimar Döffinger | 2010-03-31 | 1 | -106/+43 |
* | libswscale: Relicense almost all x86 assembler optimizations as LGPL. | Diego Biurrun | 2010-03-27 | 1 | -11/+8 |
* | Const correctness for src pointer. Remove all constness related warnings in | Zuxy Meng | 2010-01-15 | 1 | -1/+1 |
* | Remove unused PREFETCHW macro | Zuxy Meng | 2010-01-09 | 1 | -4/+0 |
* | Indent. | Ramiro Polla | 2009-09-07 | 1 | -9/+9 |
* | Cosmetics: | Ramiro Polla | 2009-08-16 | 1 | -145/+90 |
* | Indent libswscale: | Ramiro Polla | 2009-08-16 | 1 | -1368/+1368 |
* | Remove disabled crufty code. | Diego Biurrun | 2009-08-08 | 1 | -6/+0 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -6/+6 |
* | Remove 2 useless += at the end of rgb16to15(), found by CSA. | Michael Niedermayer | 2009-04-18 | 1 | -2/+0 |
* | 10l (C code was buggy and untested) | Michael Niedermayer | 2009-03-21 | 1 | -4/+7 |
* | Average chroma of 2 lines in packed 422 -> planar 420. | Michael Niedermayer | 2009-03-21 | 1 | -4/+110 |
* | Revert | Michael Niedermayer | 2009-03-19 | 1 | -28/+18 |
* | Unscaled converters for | Michael Niedermayer | 2009-03-19 | 1 | -1/+244 |
* | Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again. | Reimar Döffinger | 2009-03-18 | 1 | -18/+28 |
* | Do not assume long is same width as x86 register. | Ramiro Polla | 2009-03-18 | 1 | -14/+16 |
* | Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a... | Cédric Schieli | 2009-03-04 | 1 | -38/+23 |
* | When converting from a non alpha format to an alpha format, defaults | Cédric Schieli | 2009-02-28 | 1 | -11/+11 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | Diego Biurrun | 2009-01-25 | 1 | -5/+5 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-14 | 1 | -61/+61 |
* | Some forgotten eax -> REG_a changes. | Reimar Döffinger | 2008-12-12 | 1 | -24/+24 |
* | cosmetics: typo fix | Diego Biurrun | 2008-10-23 | 1 | -1/+1 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 1 | -118/+118 |
* | Mark variation-specific interleaveBytes static. | Diego Pettenò | 2008-10-09 | 1 | -1/+1 |
* | gcc-apple specific fallback not necessary anymore (btw no apple hardware is l... | Luca Barbato | 2008-10-05 | 1 | -5/+0 |
* | Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro. | Diego Biurrun | 2008-10-05 | 1 | -3/+2 |
* | Remove MPlayer-specific MP_WORDSIZE hack. | Diego Biurrun | 2008-10-04 | 1 | -5/+0 |
* | enable yuv422p to uyvy converter | Baptiste Coudurier | 2008-09-05 | 1 | -0/+11 |
* | rgb vs bgr fix for the unscaled converters. | Michael Niedermayer | 2008-09-04 | 1 | -16/+16 |
* | spelling/grammar/wording overhaul | Diego Biurrun | 2008-07-04 | 1 | -29/+29 |
* | restore needed cast to correct type with const | Baptiste Coudurier | 2008-06-01 | 1 | -2/+2 |
* | add const, suppress warnings | Baptiste Coudurier | 2008-06-01 | 1 | -10/+11 |
* | remove useless casts | Baptiste Coudurier | 2008-06-01 | 1 | -6/+6 |
* | __asm __volatile -> asm volatile part 3 | Reimar Döffinger | 2008-02-24 | 1 | -83/+83 |
* | Make some assembler constants global instead of declaring them multiple times. | Reimar Döffinger | 2008-01-29 | 1 | -11/+11 |
* | Remove some useless parentheses. | Benoit Fouet | 2008-01-17 | 1 | -2/+2 |