summaryrefslogtreecommitdiff
path: root/babl/babl-format.c
Commit message (Expand)AuthorAge
* babl: make naming more defensive against overflowØyvind Kolås2023-04-20
* babl: drop a now deprecated constØyvind Kolås2022-02-19
* babl_format_new: also free doc to plug leakAndrzej Hunt2022-02-19
* babl: do not append space to the format name when explicitly set.Jehan2021-05-15
* babl: reduce default max path length to 3 (5)Øyvind Kolås2019-08-19
* docs: improve the generated referenceØyvind Kolås2019-07-22
* babl: always intialize encoding pointer during format constructionØyvind Kolås2019-05-30
* code style reviewNuno Ferreira2019-02-21
* babl: make babl_format_with_space not crash with palette based formatsØyvind Kolås2018-12-06
* babl: special case palette formats in babl_format_with_spaceØyvind Kolås2018-12-06
* babl: use an existing const char ptr for encoding in formatØyvind Kolås2018-07-20
* babl: add a new symbol babl_format_get_encodingØyvind Kolås2018-07-20
* babl: simplify babl_format_with_spaceØyvind Kolås2018-07-16
* babl: permit Babl * as first argument of babl_format_with_spaceØyvind Kolås2018-07-16
* Change the license URL from http://www.gnu.org/licenses/ to https://Michael Natterer2018-07-11
* babl: simplify the singleton logic in babl_format_with_spaceØyvind Kolås2018-07-11
* babl: fix minor leak reported in bug #790924Øyvind Kolås2018-02-07
* babl: reduce amount of instrumentationØyvind Kolås2018-01-15
* babl: add babl_format_existsØyvind Kolås2017-10-31
* babl: use snprintf instead of sprintfTobias Stoeckmann2017-10-25
* babl: silence cast warningØyvind Kolås2017-08-30
* babl: on demand clone sRGB conversionsØyvind Kolås2017-08-30
* babl/babl-format: add formats with custom RGB spaces to format dbØyvind Kolås2017-08-30
* babl: get rid of RGB_LUMINANCE constantsØyvind Kolås2017-08-19
* make use of babl space for reference computationsØyvind Kolås2017-08-18
* babl_format_new(): fix global-buffer-overflowRoman Lebedev2015-06-24
* Use a static set of reference pixelsDaniel Sabo2014-01-30
* babl: initialize 'palette' babl-format memberMassimo Valentini2012-05-04
* add babl_format_get_modelØyvind Kolås2012-04-26
* constify APIØyvind Kolås2012-03-18
* make babl pass valgrindingØyvind Kolås2012-03-18
* palette: add capability to use palette formats with separate alphaØyvind Kolås2012-03-17
* add ability to extract component with 1 component formatsØyvind Kolås2012-03-16
* add the possibility to distinct format_n type from the othersMichael Muré2011-08-19
* get rid of hack_hack(), use NEEDS_BABL_DB insteadNils Philippsen2011-05-26
* catch babl_{format,model}_new calls with missing parametersNils Philippsen2011-05-26
* allow reregistering but check for differencesRupert Weber2011-01-20
* Add code to handle N-componentsØyvind Kolås2010-06-28
* Port all of babl to use use babl_set_destructorØyvind Kolås2010-06-27
* Add a babl_set_destructorØyvind Kolås2010-06-26
* Remove use of static buffer to build the name for format.Øyvind Kolås2009-11-22
* based on a patch from Gary V. Vaughan, include "config.h" before any otherSven Neumann2009-02-24
* babl/babl.h renamed babl_format_get_num_of_components() toSven Neumann2009-01-26
* Do a complete overhaul of the babl API.Martin Nordholts2009-01-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
* initialize format.visited.Sven Neumann2008-05-14
* 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