summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/pixops
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
* Use the monotonic clock instead of wall oneEmmanuele Bassi2019-07-291-12/+6
* build: Drop old MSC filesEmmanuele Bassi2018-06-291-65/+0
* Drop the MMX assembly optimizationsEmmanuele Bassi2018-04-308-1014/+3
* Drop Autotools buildEmmanuele Bassi2018-04-301-32/+0
* meson: Limit use of pixops static libraryEmmanuele Bassi2018-04-301-6/+11
* Initial implementation of a Meson buildEmmanuele Bassi2017-08-011-0/+9
* 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-318-24/+8
* Remove Makefile.declMatthias Clasen2013-12-201-3/+1
* Another automake warningMatthias Clasen2013-12-191-1/+1
* Use /**/ comments in assembler sourcesMatthias Clasen2011-12-162-4/+4
* Fix a few C99ismsMatthias Clasen2010-01-171-9/+15
* Avoid an FPE for ludicrous scale valuesMatthias Clasen2010-01-081-4/+13
* Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-041-0/+2
* Minor fix for GTK+ mediaLib code.Brian Cameron2009-04-291-4/+1
* define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS.Michael Natterer2008-08-121-2/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-222-2/+2
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-221-1/+3
* Use GDK_PIXBUF_DEP_LIBS instead of GDK_PIXBUF_EXTRA_LIBS here, too.Tor Lillqvist2007-07-041-1/+1
* Add Sun mediaLib support so that hardware acceleration via mediaLib isBrian Cameron2007-05-164-225/+1163
* CleanupsMatthias Clasen2006-10-081-4/+5
* NetBSD portability fixes. (#346374, Thomas Klausner)Matthias Clasen2006-07-024-4/+4
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-291-1/+0
* Add a cast to avoid compiler warnings.Matthias Clasen2005-08-301-1/+1
* Correct copyright informationMatthias Clasen2005-07-128-8/+8
* Add copyright and license informationMatthias Clasen2005-07-128-0/+144
* Add necessary protectionMatthias Clasen2005-02-284-9/+20
* Add .note.GNU-stack sections to Mark these as not requiring an executableMatthias Clasen2005-02-284-0/+9
* 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-116-83/+87
* 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-103-121/+121
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-062-1/+2
* Split correction into multiple pieces if no single weight is large enoughMatthias Clasen2003-07-171-10/+13