| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '652f5185945c8405fc57aed353286858df8d066f' | Michael Niedermayer | 2012-10-31 | 1 | -1/+1 |
|\ |
|
| * | x86: mmx2 ---> mmxext in comments and messages | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-23 | 1 | -1/+2 |
|\| |
|
| * | swscale: Mark all init functions as av_cold | Diego Biurrun | 2012-07-23 | 1 | -1/+2 |
* | | swscale: unscaled rgba64->rgb48 | Paul B Mahol | 2012-07-19 | 1 | -0/+18 |
* | | swscale: unscaled rgba64->bgr48 | Paul B Mahol | 2012-07-19 | 1 | -0/+18 |
* | | swscale: simplify unscaled rgb48<->bgr48 | Paul B Mahol | 2012-07-18 | 1 | -9/+8 |
* | | swscale: unscaled rgb48 <-> bgr48 | Paul B Mahol | 2012-06-09 | 1 | -0/+19 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-23 | 1 | -138/+140 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-14 | 1 | -0/+19 |
|\| |
|
| * | rgb2rgb: rgb12to15() | Paul B Mahol | 2012-01-12 | 1 | -0/+19 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-13 | 1 | -4/+4 |
|\| |
|
| * | rgb2rgb: rgb12tobgr12() | Paul B Mahol | 2012-01-11 | 1 | -0/+13 |
* | | rgb2rgb: remove unused bgr8torgb8() | Paul B Mahol | 2012-01-10 | 1 | -15/+0 |
* | | rgb2rgb: rgb12tobgr12() | Paul B Mahol | 2012-01-10 | 1 | -0/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-12 | 1 | -4/+4 |
|\| |
|
| * | Remove extraneous semicolons | Mans Rullgard | 2011-12-11 | 1 | -4/+4 |
* | | Use more accurate conversion for rgb15/16 to rgb24/32 (C/MMX). | Themaister | 2011-11-09 | 1 | -18/+18 |
* | | lsws: remove deprecated and unused stuff after the 0->1 major bump | Stefano Sabatini | 2011-08-04 | 1 | -28/+0 |
* | | Merge remote-tracking branch 'qatar/master' into master | Michael Niedermayer | 2011-05-29 | 1 | -74/+74 |
|\| |
|
| * | sws: replace all long with int. | Anton Khirnov | 2011-05-28 | 1 | -74/+74 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-25 | 1 | -4/+3 |
|\| |
|
| * | 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 |
* | | Merge swscale bloatup | Michael Niedermayer | 2011-05-25 | 1 | -92/+3 |
* | | Fix runtime CPU detection in libswscale. | tateu | 2011-04-27 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-14 | 1 | -2/+0 |
|\| |
|
| * | 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 |