Files
FFmpeg/doc
Niklas Haas 06f084468e avutil/csp: add EOTF function definitions
The existing av_csp_trc_func_from_id() mostly implements the OETF, except for
PQ. As such, we are currently missing a precise definition of an ITU-R EOTF.
Introduce the new functions av_csp_itu_eotf() and av_csp_itu_eotf_inv(), to fill
this void. Note that this is not possible in all cases, e.g. AVCOL_TRC_LOG which
has no corresponding EOTF definition in any ITU-R standard.

Note that we cannot implement the proper HLG and SMPTE 428 OOTFs without access
to all three color channels, because they are not independent per channel. As a
result, we need to define them on double[3] instead of double (*func)(double).
2024-12-05 12:27:32 +01:00
..
2023-03-01 21:59:10 +01:00
2024-03-19 04:10:48 +01:00
2024-03-18 17:59:19 +01:00
2024-10-06 01:32:47 +02:00
2024-02-28 10:28:49 +01:00
2024-10-06 01:32:47 +02:00
2023-11-08 23:53:19 +01:00
2020-09-08 14:29:19 +02:00
2021-06-18 18:58:25 +02:00