summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/pixops/pixops.c
Commit message (Expand)AuthorAgeFilesLines
* pixops: Avoid division during alpha scalingJan Ziak2020-06-261-9/+28
* pixops: Fix memory leaks in error pathsAlex Henrie2020-01-071-8/+9
* Drop the MMX assembly optimizationsEmmanuele Bassi2018-04-301-133/+3
* Avoid a compiler warningMatthias Clasen2017-03-261-0/+2
* Builds: Add a fallback-c89.c for pre-C99 compilersChun-wei Fan2017-03-021-0/+1
* pixops: Add two-step scaler optimizationMartin Guy2017-02-031-0/+156
* Fix bug 766842Daniel Trebbien2016-05-311-13/+42
* pixops: use gint64 in more places to avoid overflow when shiftingMike Gorse2015-10-061-17/+17
* pixops: Don't overflow variables when shifting themBenjamin Otte2015-09-251-5/+5
* pixops: Fail make_weights functions on OOMBenjamin Otte2015-09-191-20/+55
* Fix some more integer overflowsMatthias Clasen2015-08-241-24/+24
* pixops: Be smarter than gcc's optimizerBenjamin Otte2015-08-221-8/+7
* pixops: Chane variable typeBenjamin Otte2015-08-221-1/+1
* pixops: Fix oversight for CVE-2015-4491Benjamin Otte2015-08-171-1/+5
* pixops: Be more careful about integer overflowMatthias Clasen2015-07-131-5/+17
* pixops: Special-case compositing/copying with no scalingHans Petter Jansson2014-10-221-5/+90
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Fix a few C99ismsMatthias Clasen2010-01-171-9/+15
* Avoid an FPE for ludicrous scale valuesMatthias Clasen2010-01-081-4/+13
* Minor fix for GTK+ mediaLib code.Brian Cameron2009-04-291-4/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Add Sun mediaLib support so that hardware acceleration via mediaLib isBrian Cameron2007-05-161-150/+1066
* Correct copyright informationMatthias Clasen2005-07-121-1/+1
* Add copyright and license informationMatthias Clasen2005-07-121-0/+18
* Really fix the math to make the vectors sum up to 1, makingMatthias Clasen2005-01-021-2/+2
* Fix a mixup in the handling of dest_channels. (#111922, ChristopheMatthias Clasen2004-08-221-19/+18
* Remove C99-isms. (#149967, Vincent Noel)Matthias Clasen2004-08-121-7/+14
* underscore prefix the mmx implementations, in order to not export them.Matthias Clasen2004-08-111-59/+63
* Correct the math to calculate bilinear weights. (#112412, Brian Cameron)Matthias Clasen2004-07-031-2/+2
* _-prefix the nonstatic pixops_... functions. (#142233, Morten Welinder)Matthias Clasen2004-05-101-67/+67
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* Split correction into multiple pieces if no single weight is large enoughMatthias Clasen2003-07-171-10/+13
* Exploit the fact that all our filters are separable to simplify theOwen Taylor2003-04-011-346/+282
* Fix problem where when no alpha was involved, we scaled rather thanOwen Taylor2002-06-131-1/+7
* Patch from Matthias Clasen to fix some typos (#77246)Owen Taylor2002-05-161-9/+8
* Move the call to correct_total() to the right spot. (#72732)Matthias Clasen2002-02-281-2/+2
* New function to make sure that the weights sum up to the correct totalMatthias Clasen2002-02-151-9/+28
* Fix handing of overall alpha.Owen Taylor2002-02-111-3/+3
* Force all weight arrays to sum exactly to 65535. (Fixes #70971, reportedOwen Taylor2002-02-091-6/+26
* Fix integer overflow for the values passed to the pixel functions.Owen Taylor2002-01-111-4/+4
* Remove meaningless FIXME.Owen Taylor2002-01-111-13/+35
* Replace some hardcoded values with the SUBSAMPLEOwen Taylor2002-01-101-6/+6
* Fix and uncomment non-MMX version.Owen Taylor2002-01-041-18/+48
* Mirror GdkInterpType to PixopsInterpType to avoid including gdk-pixbufOwen Taylor2001-09-171-15/+15
* applied some simple but effective optimizations toSven Neumann2001-08-191-48/+67
* Add missing <stdlib.h> include. Add ifdef so we compile without warningsDarin Adler2001-07-181-0/+2
* fix some shell typosHavoc Pennington2001-05-071-15/+30
* contrib subdirHavoc Pennington2000-10-091-1/+2
* Welcome aboard, gdk-pixbuf.Owen Taylor2000-06-211-1/+0
* Now that Owen explained the algorithm, I think I implemented it right forDarin Adler2000-05-051-14/+52