Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

fmtconv r25

Compare
Choose a tag to compare
@EleonoreMizo EleonoreMizo released this 22 Sep 07:30
· 116 commits to master since this release
  • 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+: fixed fulls and fulld parameters which were wrongly defined as int instead of bool.
  • resample/Avisynth+: fixed cplaced which was wrongly copied from cplaces. 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 in bits nor flt, 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.