summaryrefslogtreecommitdiff
path: root/babl/babl-trc.c
Commit message (Expand)AuthorAge
* code style reviewNuno Ferreira2019-02-21
* Change the license URL from http://www.gnu.org/licenses/ to https://Michael Natterer2018-07-11
* babl: improve babl_trc_formula_srgb sRGB detection constantsØyvind Kolås2018-01-02
* babl: use snprintf instead of sprintfTobias Stoeckmann2017-10-25
* babl: make powf approximation yield 0 for negativesØyvind Kolås2017-09-17
* babl: abstract out TRC gamma detectorsØyvind Kolås2017-09-13
* babl: remove inlined implementation of powfØyvind Kolås2017-09-12
* babl: replace trc lut inverter with binary searchØyvind Kolås2017-09-12
* babl: in BablTRC, use BablPolynomial to approximate gamma func.Ell2017-09-11
* babl: further nan prevention in babl-trcØyvind Kolås2017-09-11
* babl: in babl-trc.c, fix babl_powf()Ell2017-09-10
* babl: protect some functions used by TRC code from NaNsØyvind Kolås2017-09-08
* babl: remove unused static linear luts for u8 rgb space convertersØyvind Kolås2017-09-07
* babl: indentation in trcØyvind Kolås2017-09-03
* babl: move srgb detection to srgb_formula constructorØyvind Kolås2017-09-03
* babl: fix overflow detection at end of lutsØyvind Kolås2017-09-02
* babl: implement interpolation for lut trcsØyvind Kolås2017-09-02
* babl: add parametric handling for sRGB style TRCs (icc V4)Øyvind Kolås2017-09-02
* babl: use trcs own fun directly in early stagesØyvind Kolås2017-09-02
* babl: move RGB space conversion code to babl-space.cØyvind Kolås2017-09-01
* babl: make trcs capable of iterating buffersØyvind Kolås2017-09-01
* babl: use floating point version of srgb trc funcØyvind Kolås2017-08-31
* replace gamma approximationsØyvind Kolås2017-08-31
* babl: move trc functions inside babl-trc.cØyvind Kolås2017-08-31
* babl: add separate functions for 1.8 and 2.2 gammaØyvind Kolås2017-08-31
* babl: include out own powf implementationØyvind Kolås2017-08-31
* babl: only care about single precision for TRCØyvind Kolås2017-08-30
* babl: speed up trc dispatchØyvind Kolås2017-08-30
* babl: iterate on public space/icc APIØyvind Kolås2017-08-24
* babl-icc: implement LUT TRC place holder codeØyvind Kolås2017-08-23
* babl-icc: implement reading and writing of LUTs for TRCØyvind Kolås2017-08-23
* babl-icc: create struct for abstracting ICC file accessØyvind Kolås2017-08-23
* babl: return the linear TRC when 1.0 is asked for numericallyØyvind Kolås2017-08-19
* add BablTRC class, that handles gamma or sRGBØyvind Kolås2017-08-19