summaryrefslogtreecommitdiff
path: root/babl/babl-fish.c
Commit message (Expand)AuthorAge
* babl: fix mutex lock/unlocks symmetry in babl_fish()Øyvind Kolås2022-02-09
* new symbol babl_fish_get_processØyvind Kolås2022-01-26
* babl: add a lock around creation of new fishesØyvind Kolås2019-08-19
* babl-fish: use abstraction for checking if space is cmykØyvind Kolås2019-07-20
* babl: implement CMYK color model in reference and baseØyvind Kolås2018-11-24
* babl-fish: print error message instead of blowing stackØyvind Kolås2018-11-24
* babl: remove more missing fast path warningsØyvind Kolås2018-08-31
* babl-fish: handle case of no from_list in sourceØyvind Kolås2018-08-30
* babl-fish-reference: disable a fast-code path that sometimes is invalidØyvind Kolås2018-08-29
* babl-cache: store reference fishes in the cacheEll2018-08-04
* Change the license URL from http://www.gnu.org/licenses/ to https://Michael Natterer2018-07-11
* babl-fish: fix concurrent babl_fish()/process() calls with palette formatsEll2018-06-14
* babl: refactor code to get rid of more branches in babl_processØyvind Kolås2018-01-14
* babl: do not use model.data for storing original model backpointerØyvind Kolås2017-10-04
* babl: speed up trc dispatchØyvind Kolås2017-08-30
* babl: on demand clone sRGB conversionsØyvind Kolås2017-08-30
* babl: respond to gcc warningsØyvind Kolås2017-08-19
* make use of babl space for reference computationsØyvind Kolås2017-08-18
* make fish hashes less likely to failØyvind Kolås2016-12-31
* constify APIØyvind Kolås2012-03-18
* get rid of hack_hack(), use NEEDS_BABL_DB insteadNils Philippsen2011-05-26
* Port all of babl to use use babl_set_destructorØyvind Kolås2010-06-27
* Removed two function calls in common pathØyvind Kolås2009-11-24
* Made babl_hash_table_find thread safe by making find_func an argument.Øyvind Kolås2009-11-21
* Change occurences of assert (0) into babl_fatal()Danny Robson2009-07-19
* Use pointer integer types for comparisonsDanny Robson2009-07-19
* Some vendor compilers can't compile non-constant elements of compound struct ...Martin Nordholts2009-03-25
* 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
* Instead of having BABL_CLASS() plus variants and making the macrosMartin Nordholts2009-01-17
* removed babl-classes.h removed and mostly folded into ... .. this file,Øyvind Kolås2008-04-15
* extensions/util.h removed trailing whitespace.Sven Neumann2008-04-15
* Applied patch from Jan Heller that improves logic of go_fishing codeØyvind Kolås2008-04-08
* Applied patch from Jan Heller that ports BablFishPath class to the newØyvind Kolås2008-04-03
* applied patch from Jan Heller that improves readability by using the newlyØyvind Kolås2008-04-01
* Applied patch from Jan Heller that introduces list and hash tableSven Neumann2008-03-22
* Always use BablFishPath's for accepted conversions. The pathØyvind Kolås2008-01-20
* Const'ified code with Babl*'s refering to formats.Øyvind Kolås2007-12-29
* swapped source and destination around in memcpy.Øyvind Kolås2007-11-13
* swapped source and destination around in memcpy.Øyvind Kolås2007-11-13
* optimized fishing when looking up existing fish (should perhaps be movedØyvind Kolås2007-11-13
* Modified copyright statement to refer to an URL instead of a civic addressØyvind Kolås2007-11-11
* Do not accept BABL_FISH_REFERENCE as a valid result when fishing forØyvind Kolås2007-11-10
* Upgraded babl from LGPLv2 to LGPLv3. Copyright statements in all filesØyvind Kolås2007-11-10
* reindented all of the code using uncrustifyØyvind Kolås2007-03-25
* go fishing for an existing fish for the source/destination combinationØyvind Kolås2007-03-12
* go fishing for an existing fish for the source/destination combinationØyvind Kolås2007-03-12
* Make babl compile with stricter compiler warnings, mostly related toØyvind Kolås2006-11-17
* do not do type checking based on pointer decorations in a public APIØyvind Kolås2006-06-12