summaryrefslogtreecommitdiff
path: root/extensions/gggl-lies.c
Commit message (Expand)AuthorAge
* avoid some avoidable implicit promotion to doubleØyvind Kolås2022-02-26
* multipass build, with SIMD variants for x86_64 and armØyvind Kolås2022-01-23
* code style reviewNuno Ferreira2019-03-21
* extensions: adapt to keep color in premultiplied alphaØyvind Kolås2018-08-26
* Change the license URL from http://www.gnu.org/licenses/ to https://Michael Natterer2018-07-11
* extensions: protect gray unpremuls from gggl against division by 0.0Øyvind Kolås2017-11-10
* extensions: follow change dropping long returnØyvind Kolås2017-09-07
* Add the BablConversion as first argument of all conversionsØyvind Kolås2017-08-18
* extensions: enable a couple more simple float<->double pathsØyvind Kolås2017-01-03
* extensions: add fast paths going from gray to premul alpha rgb - for resamplingØyvind Kolås2016-12-16
* extensions/gggl-lies: bump up accuracy of a conversionØyvind Kolås2016-11-17
* extensions: remove inaccurate table based conversionsØyvind Kolås2016-01-19
* Remove bad RGB -> Y conversionsDaniel Sabo2014-01-17
* Remove rgbA float <-> rgba float from gggl-liesDaniel Sabo2013-04-29
* gggl-lies.c: Remove dead codeDaniel Sabo2013-04-29
* Re-enable gggl-liesDaniel Sabo2013-04-29
* Disable gegl-lies conversionsDaniel Sabo2013-04-05
* Remove duplicate conversions in gggl and gggl-liesDaniel Sabo2013-04-05
* extensions: #define _POSIX_C_SOURCE for lrintØyvind Kolås2012-07-31
* Revert "extensions/gggl{,-lies}.c: do not register the same conversion twice ...Øyvind Kolås2012-07-27
* extensions/gggl{,-lies}.c: do not register the same conversion twice or +Massimo Valentini2012-07-14
* extensions/gggl{,-lies}.c: round toward nearest in integer unpremultiplicationMassimo Valentini2012-07-14
* extensions/gggl{,-lies}.c: fix a Fixme: (>>8 vs /255)Massimo Valentini2012-07-14
* extensions/gggl{,-lies}.c: use 'lrint' where it is not yet usedMassimo Valentini2012-07-14
* extensions/gggl{,-lies}.c: fix conversions u16 <-> u8Massimo Valentini2012-07-14
* extensions/gggl{,-lies}.c: reduce errors of table-based conversionsMassimo Valentini2012-07-14
* extensions: get rid of some of the conversions with the highest errorsØyvind Kolås2012-03-31
* constify APIØyvind Kolås2012-03-18
* allow reregistering but check for differencesRupert Weber2011-01-20
* based on a patch from Gary V. Vaughan, include "config.h" before any otherSven Neumann2009-02-24
* Since babl_foo_from_id() will not be part of the public API we canMartin Nordholts2009-01-20
* s/babl_foo_init/babl_foo_class_init/Martin Nordholts2009-01-17
* fallback to floor function when rint function is not available.Jan Heller2008-05-20
* extended CFLAGS so that config.h can be included.Sven Neumann2008-01-10
* completely fill the lookup tables for conversion from float to integer.Sven Neumann2007-12-31
* Modified copyright statement to refer to an URL instead of a civic addressØyvind Kolås2007-11-11
* Upgraded babl from LGPLv2 to LGPLv3. Copyright statements in all filesØyvind Kolås2007-11-10
* extensions/gggl.c Only include math.h once.Kevin Cozens2007-08-02
* reindented all of the code using uncrustifyØyvind Kolås2007-03-25
* Make babl compile with stricter compiler warnings, mostly related toØyvind Kolås2006-11-17
* added a set of conversions (and formats) from ggglØyvind Kolås2006-06-06