| Commit message (Expand) | Author | Age | Files | Lines |
* | lsws/rgb2rgb_template: Do not compile unneeded shuffle functions on big-endian. | Carl Eugen Hoyos | 2018-06-10 | 1 | -0/+2 |
* | swscale/rgb : move shuffle func shuffle_bytes_1230, shuffle_bytes_3012, shuff... | Martin Vignali | 2018-03-24 | 1 | -0/+21 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -4/+4 |
* | swscale/rgb2rgb_template: Fix signedness of v in shuffle_bytes_2103_c() | Michael Niedermayer | 2015-06-23 | 1 | -1/+1 |
* | swscale/rgb2rgb_template: Implement shuffle_bytes_0321_c and fix shuffle_byte... | Michael Niedermayer | 2015-06-23 | 1 | -1/+19 |
* | swscale/rgb2rgb_template: Disable shuffle_bytes_2103_c on big endian | Michael Niedermayer | 2015-06-22 | 1 | -0/+2 |
* | Merge commit 'fc1eda543c6ef043300612db90da5cfd972af650' | Michael Niedermayer | 2014-10-18 | 1 | -4/+4 |
|\ |
|
| * | swscale: fix sign extensions in yuv planar conversion | Vittorio Giovara | 2014-10-18 | 1 | -4/+4 |
* | | Merge commit '9047491f8bcd87673eed55fb310647a03b0981e9' | Michael Niedermayer | 2014-01-21 | 1 | -1/+1 |
|\| |
|
| * | swscale: add nv12/nv21->yuv420 converter | Michael Niedermayer | 2014-01-21 | 1 | -0/+19 |
* | | swscale: add nv12/nv21->yuv420 converter | Michael Niedermayer | 2013-11-19 | 1 | -0/+19 |
* | | lavu: add FF_CEIL_RSHIFT and use it in various places. | Clément Bœsch | 2013-05-09 | 1 | -4/+4 |
* | | Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70' | Michael Niedermayer | 2013-05-05 | 1 | -1/+3 |
|\| |
|
| * | swscale: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+3 |
* | | sws: Update rgb24toyv12_c() to user supplied rgb2yuv tables | Michael Niedermayer | 2013-04-15 | 1 | -9/+12 |
* | | 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 |
* | | yuvPlanartouyvy_c: fix sign extension | Michael Niedermayer | 2012-10-16 | 1 | -2/+2 |
* | | yuvPlanartoyuy2_c: fix sign extension | Michael Niedermayer | 2012-10-16 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-23 | 1 | -381/+387 |
|\| |
|
| * | 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 |
* | | Use more accurate conversion for rgb15/16 to rgb24/32 (C/MMX). | Themaister | 2011-11-09 | 1 | -39/+18 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-30 | 1 | -7/+0 |
|\| |
|
| * | swscale: Remove disabled code. | Diego Biurrun | 2011-05-29 | 1 | -7/+0 |
* | | Merge remote-tracking branch 'qatar/master' into master | Michael Niedermayer | 2011-05-29 | 1 | -85/+85 |
|\| |
|
| * | sws: replace all long with int. | Anton Khirnov | 2011-05-28 | 1 | -85/+85 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-26 | 1 | -5/+3 |
|\| |
|
| * | swscale: Eliminate rgb24toyv12_c() duplication. | Michael Niedermayer | 2011-05-26 | 1 | -5/+3 |
* | | swscale: remove duplicatiopn of rgb24toyv12_c() | Michael Niedermayer | 2011-05-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-25 | 1 | -19/+0 |
|\| |
|
| * | 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 |
* | | Merge swscale bloatup | Michael Niedermayer | 2011-05-25 | 1 | -2143/+166 |
* | | rgb24toyv12: break out in the middle before out of array reads. | Michael Niedermayer | 2011-05-05 | 1 | -0/+3 |
|/ |
|
* | 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 |