| Commit message (Expand) | Author | Age | Files | Lines |
* | pixops: Avoid division during alpha scaling | Jan Ziak | 2020-06-26 | 1 | -9/+28 |
* | pixops: Fix memory leaks in error paths | Alex Henrie | 2020-01-07 | 1 | -8/+9 |
* | Drop the MMX assembly optimizations | Emmanuele Bassi | 2018-04-30 | 1 | -133/+3 |
* | Avoid a compiler warning | Matthias Clasen | 2017-03-26 | 1 | -0/+2 |
* | Builds: Add a fallback-c89.c for pre-C99 compilers | Chun-wei Fan | 2017-03-02 | 1 | -0/+1 |
* | pixops: Add two-step scaler optimization | Martin Guy | 2017-02-03 | 1 | -0/+156 |
* | Fix bug 766842 | Daniel Trebbien | 2016-05-31 | 1 | -13/+42 |
* | pixops: use gint64 in more places to avoid overflow when shifting | Mike Gorse | 2015-10-06 | 1 | -17/+17 |
* | pixops: Don't overflow variables when shifting them | Benjamin Otte | 2015-09-25 | 1 | -5/+5 |
* | pixops: Fail make_weights functions on OOM | Benjamin Otte | 2015-09-19 | 1 | -20/+55 |
* | Fix some more integer overflows | Matthias Clasen | 2015-08-24 | 1 | -24/+24 |
* | pixops: Be smarter than gcc's optimizer | Benjamin Otte | 2015-08-22 | 1 | -8/+7 |
* | pixops: Chane variable type | Benjamin Otte | 2015-08-22 | 1 | -1/+1 |
* | pixops: Fix oversight for CVE-2015-4491 | Benjamin Otte | 2015-08-17 | 1 | -1/+5 |
* | pixops: Be more careful about integer overflow | Matthias Clasen | 2015-07-13 | 1 | -5/+17 |
* | pixops: Special-case compositing/copying with no scaling | Hans Petter Jansson | 2014-10-22 | 1 | -5/+90 |
* | Updated FSF's address | Daniel Mustieles | 2014-01-31 | 1 | -3/+1 |
* | Fix a few C99isms | Matthias Clasen | 2010-01-17 | 1 | -9/+15 |
* | Avoid an FPE for ludicrous scale values | Matthias Clasen | 2010-01-08 | 1 | -4/+13 |
* | Minor fix for GTK+ mediaLib code. | Brian Cameron | 2009-04-29 | 1 | -4/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Add Sun mediaLib support so that hardware acceleration via mediaLib is | Brian Cameron | 2007-05-16 | 1 | -150/+1066 |
* | Correct copyright information | Matthias Clasen | 2005-07-12 | 1 | -1/+1 |
* | Add copyright and license information | Matthias Clasen | 2005-07-12 | 1 | -0/+18 |
* | Really fix the math to make the vectors sum up to 1, making | Matthias Clasen | 2005-01-02 | 1 | -2/+2 |
* | Fix a mixup in the handling of dest_channels. (#111922, Christophe | Matthias Clasen | 2004-08-22 | 1 | -19/+18 |
* | Remove C99-isms. (#149967, Vincent Noel) | Matthias Clasen | 2004-08-12 | 1 | -7/+14 |
* | underscore prefix the mmx implementations, in order to not export them. | Matthias Clasen | 2004-08-11 | 1 | -59/+63 |
* | Correct the math to calculate bilinear weights. (#112412, Brian Cameron) | Matthias Clasen | 2004-07-03 | 1 | -2/+2 |
* | _-prefix the nonstatic pixops_... functions. (#142233, Morten Welinder) | Matthias Clasen | 2004-05-10 | 1 | -67/+67 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -1/+1 |
* | Split correction into multiple pieces if no single weight is large enough | Matthias Clasen | 2003-07-17 | 1 | -10/+13 |
* | Exploit the fact that all our filters are separable to simplify the | Owen Taylor | 2003-04-01 | 1 | -346/+282 |
* | Fix problem where when no alpha was involved, we scaled rather than | Owen Taylor | 2002-06-13 | 1 | -1/+7 |
* | Patch from Matthias Clasen to fix some typos (#77246) | Owen Taylor | 2002-05-16 | 1 | -9/+8 |
* | Move the call to correct_total() to the right spot. (#72732) | Matthias Clasen | 2002-02-28 | 1 | -2/+2 |
* | New function to make sure that the weights sum up to the correct total | Matthias Clasen | 2002-02-15 | 1 | -9/+28 |
* | Fix handing of overall alpha. | Owen Taylor | 2002-02-11 | 1 | -3/+3 |
* | Force all weight arrays to sum exactly to 65535. (Fixes #70971, reported | Owen Taylor | 2002-02-09 | 1 | -6/+26 |
* | Fix integer overflow for the values passed to the pixel functions. | Owen Taylor | 2002-01-11 | 1 | -4/+4 |
* | Remove meaningless FIXME. | Owen Taylor | 2002-01-11 | 1 | -13/+35 |
* | Replace some hardcoded values with the SUBSAMPLE | Owen Taylor | 2002-01-10 | 1 | -6/+6 |
* | Fix and uncomment non-MMX version. | Owen Taylor | 2002-01-04 | 1 | -18/+48 |
* | Mirror GdkInterpType to PixopsInterpType to avoid including gdk-pixbuf | Owen Taylor | 2001-09-17 | 1 | -15/+15 |
* | applied some simple but effective optimizations to | Sven Neumann | 2001-08-19 | 1 | -48/+67 |
* | Add missing <stdlib.h> include. Add ifdef so we compile without warnings | Darin Adler | 2001-07-18 | 1 | -0/+2 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -15/+30 |
* | contrib subdir | Havoc Pennington | 2000-10-09 | 1 | -1/+2 |
* | Welcome aboard, gdk-pixbuf. | Owen Taylor | 2000-06-21 | 1 | -1/+0 |
* | Now that Owen explained the algorithm, I think I implemented it right for | Darin Adler | 2000-05-05 | 1 | -14/+52 |