This repository was archived by the owner on Oct 4, 2023. It is now read-only.
fmtconv r25
bitdepth
/Avisynth+: fixed I420 input that couldn’t be converted to higher bitdepth. Thanks to StvG for the report.matrix
: fixed the output colorspace autodetection which failed with specific matrix combinations.resample
/Avisynth+: fixedfulls
andfulld
parameters which were wrongly defined asint
instead ofbool
.resample
/Avisynth+: fixedcplaced
which was wrongly copied fromcplaces
. Thanks to TbtBI for the report.transfer
: automatically adapts the output format (16-bit integer) if the input is a low-bitdepth clip and nothing is specified inbits
norflt
, instead of emitting an error.transfer
: fixed the BT.2100 HLG curve that was inverted.transfer
: fixed the sRGB curve linear part and extended its positive range. Thanks to poisondeathray for the report.- Avisynth+: fixed a crash occuring when using data bitdepths between 9 and 14. Thanks to tormento for the report.