| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale: add nv12/nv21->yuv420 converter | Michael Niedermayer | 2014-01-21 | 1 | -0/+3 |
* | swscale: x86: Hide arch-specific initialization details | Diego Biurrun | 2013-08-28 | 1 | -1/+1 |
* | x86: mmx2 ---> mmxext in comments and messages | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | swscale: Mark all init functions as av_cold | Diego Biurrun | 2012-07-23 | 1 | -1/+2 |
* | swscale: K&R formatting cosmetics (part I) | Diego Biurrun | 2012-02-21 | 1 | -115/+126 |
* | swscale: variable declaration and placement cosmetics | Diego Biurrun | 2012-02-21 | 1 | -40/+28 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | rgb2rgb: rgb12to15() | Paul B Mahol | 2012-01-12 | 1 | -0/+19 |
* | rgb2rgb: rgb12tobgr12() | Paul B Mahol | 2012-01-11 | 1 | -0/+13 |
* | Remove extraneous semicolons | Mans Rullgard | 2011-12-11 | 1 | -4/+4 |
* | sws: replace all long with int. | Anton Khirnov | 2011-05-28 | 1 | -74/+74 |
* | swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. | Ronald S. Bultje | 2011-05-24 | 1 | -4/+3 |
* | sws: remove disabled cruft. | Anton Khirnov | 2011-04-19 | 1 | -28/+0 |
* | swscale: move away x86 specific code from rgb2rgb | Luca Barbato | 2011-04-14 | 1 | -91/+2 |
* | swscale: Factorize FAST_BGR2YV12 definition. | Luca Barbato | 2011-04-13 | 1 | -2/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | rgb2rgb: don't misuse HAVE_* defines | Ramiro Polla | 2010-09-14 | 1 | -20/+16 |
* | swscale: avoid reading prior to the source buffer in planar2x() MMX2 | Ramiro Polla | 2010-09-13 | 1 | -0/+1 |
* | rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32() | Ramiro Polla | 2010-09-12 | 1 | -2/+1 |
* | rgb2rgb: build SSE2 codepath | Ramiro Polla | 2010-09-08 | 1 | -1/+12 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | deprecate palette8topacked32 in favor of public API functions sws_convertPale... | Reinhard Tartler | 2010-06-01 | 1 | -19/+4 |
* | remove palette8torgb15 and palette8tobgr15 | Reinhard Tartler | 2010-06-01 | 1 | -16/+0 |
* | libswscale: Relicense almost all x86 assembler optimizations as LGPL. | Diego Biurrun | 2010-03-27 | 1 | -14/+11 |
* | Implement shuffle_bytes_abcd() functions and use them for shuffling | Stefano Sabatini | 2010-02-03 | 1 | -0/+20 |
* | Const correctness for src pointer. Remove all constness related warnings in | Zuxy Meng | 2010-01-15 | 1 | -1/+1 |
* | Indent. | Ramiro Polla | 2009-09-07 | 1 | -44/+44 |
* | Cosmetics: | Ramiro Polla | 2009-08-16 | 1 | -25/+14 |
* | Indent libswscale: | Ramiro Polla | 2009-08-16 | 1 | -8/+8 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -4/+4 |
* | Unscaled converters for | Michael Niedermayer | 2009-03-19 | 1 | -0/+13 |
* | When converting from a non alpha format to an alpha format, defaults | Cédric Schieli | 2009-02-28 | 1 | -6/+7 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | Diego Biurrun | 2009-01-25 | 1 | -6/+6 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-14 | 1 | -16/+16 |
* | Remove commented-out duplicate declarations. | Diego Biurrun | 2008-12-02 | 1 | -2/+0 |
* | Remove unused declarations. | Diego Biurrun | 2008-12-02 | 1 | -15/+0 |
* | Fix broken palette8to*. | Vitor Sessak | 2008-10-23 | 1 | -66/+5 |
* | enable yuv422p to uyvy converter | Baptiste Coudurier | 2008-09-05 | 1 | -0/+3 |
* | Fix 4 of the unscaled rgb15/16 converters, each of these contained | Michael Niedermayer | 2008-09-04 | 1 | -28/+10 |
* | rgb vs bgr fix for the unscaled converters. | Michael Niedermayer | 2008-09-04 | 1 | -13/+13 |
* | spelling/grammar/wording overhaul | Diego Biurrun | 2008-07-04 | 1 | -16/+16 |
* | remove useless casts | Baptiste Coudurier | 2008-06-01 | 1 | -4/+4 |
* | add const, suppress warnings | Baptiste Coudurier | 2008-06-01 | 1 | -6/+6 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+2 |
* | Make some assembler constants global instead of declaring them multiple times. | Reimar Döffinger | 2008-01-29 | 1 | -13/+0 |
* | Use DECLARE_ASM_CONST where possible in libswscale code | Reimar Döffinger | 2008-01-28 | 1 | -41/+41 |
* | Cosmetics: whitespaces | Benoit Fouet | 2008-01-17 | 1 | -37/+37 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. | Diego Biurrun | 2007-05-28 | 1 | -3/+0 |
* | cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code. | Diego Biurrun | 2007-04-28 | 1 | -305/+304 |