| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added some tests of composite to highlight problems in the old | Darin Adler | 2000-05-04 | 1 | -62/+27 |
* | Properly offset y coordinate accordining to render_y0. | 05:27:43 2000 Owen Taylor | 2000-04-24 | 1 | -1/+1 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 1 | -140/+142 |
* | Fix problem with precendence of >> and & which was keeping composite_color | Owen Taylor | 2000-03-28 | 1 | -16/+16 |
* | Fix error in scale factors for non-alpha case. | Owen Taylor | 2000-02-19 | 1 | -6/+6 |
* | By order of jrb: const patch for various bits, io-gif.c fixup for | Michael Meeks | 2000-02-03 | 1 | -22/+22 |
* | Fix from Peter Wainwright to fix 4a => 4a scaling. | Owen Taylor | 2000-01-30 | 1 | -3/+3 |
* | Bumped version number to 0.5.0. | Federico Mena Quintero | 2000-01-22 | 1 | -2/+2 |
* | Fixed src_channels/dest_channels confusion. (Again caught by Tomas Ogren's | Owen Taylor | 2000-01-07 | 1 | -2/+2 |
* | Fix computation of end of run indices. | Owen Taylor | 2000-01-07 | 1 | -11/+11 |
* | Added scaling functions into gtk-doc framework. | Owen Taylor | 2000-01-06 | 1 | -0/+9 |
* | Directory full of pixel data scaling code that will eventually migrate | Owen Taylor | 2000-01-05 | 1 | -0/+1519 |