Skip to content

Releases: sgt0/vs-placebo

v3.2.0

22 Sep 16:42
Compare
Choose a tag to compare
  • Added src_width and src_height parameters to Resample.

v3.1.0

19 Aug 16:25
Compare
Choose a tag to compare
  • Added a min_luma parameter to Resample. Default min_luma is now PL_COLOR_HDR_BLACK (= 1e-6) which is infinite contrast, to match zimg. The previous behavior of 1000:1 contrast can be achieved with min_luma=0.

v3.0.2

05 Aug 20:08
Compare
Choose a tag to compare
  • Updated libplacebo to 82bf46a.

v3.0.1

05 Aug 20:03
Compare
Choose a tag to compare
  • Updated meson usage for static Windows builds and accommodate Linux. @Mikewando
  • Updated libplacebo to bc9de9c. @sgt0

v3.0.0

26 Apr 00:21
Compare
Choose a tag to compare
  • Updated to VapourSynth API v4.
  • Removed the cutoff parameter, which was deprecated in libplacebo v6.335 and is hard-coded as 1e-3.
  • Removed the lut_entries parameter, which was deprecated in libplacebo v6.335 and is hard-coded as 256.

v2.0.1

25 Apr 16:00
Compare
Choose a tag to compare
  • Updated libp2p to f52c14e.

v2.0.0

25 Apr 01:26
Compare
Choose a tag to compare
  • Added the gamut_mapping parameter to replace gamut_mode and intent (see below).
  • The tone-mapping function (tone_mapping_function, tone_mapping_function_s) no longer defaults to 0 (clip), and now follows libplacebo's default of 1 (spline).
  • Removed the gamut_mode parameter, which was deprecated in libplacebo v6.269.
  • Removed the intent parameter, which was deprecated in libplacebo v6.269.
  • Removed the tone_mapping_mode parameter, which was deprecated in libplacebo v6.269.
  • Removed the tone_mapping_crosstalk parameter, which was deprecated in libplacebo v6.269 and is hard-coded as 0.04.
  • Updated libp2p to 5e65679.
  • Updated libplacebo to 6aa96c7 (≈ v7.349.0).