Skip to content

Releases: sgt0/vs-placebo

v3.3.1

21 Aug 14:54

Choose a tag to compare

  • Shader: fix "_ColorRange" prop not being used by @dnjulek in #126
  • Update libplacebo to 430d492.

v3.3.0

29 Jul 14:43

Choose a tag to compare

  • Allow vs-placebo to run on software renderer (using CPU) by @msg7086 in #94
  • Don't malloc pl_sigmoid_params if there's no need by @dnjulek in #124
  • Updated libplacebo to 12509c0.

v3.2.4

11 Mar 00:09

Choose a tag to compare

  • Fixed a compilation error regarding a discarded qualifier. @yuygfgg
  • Updated libplacebo to 02f4f98.

v3.2.3

01 Dec 19:31

Choose a tag to compare

  • Reverted the VK_ERROR_INITIALIZATION_FAILED fix from v3.2.1. Unfortunately that change led to multiple reports of encodes getting corrupted, coupled with a new error: VK_ERROR_DEVICE_LOST. I have been unable to reproduce this outside of running a real encode, which I'd rather not do since waiting over an hour to test possible fixes is a terrible experience. While the fix is/was very much desired, it's hard to justify keeping it if it is going to hurt overall stability. v3.2.1 and v3.2.2 are still available for those that really want a VK_ERROR_INITIALIZATION_FAILED solution and are willing to risk a corrupted encode.
  • Updated libplacebo to 5ba1376.

v3.2.2

24 Nov 06:18

Choose a tag to compare

  • Fixed sampling filter params in Resample not having any effect.

v3.2.1

12 Nov 22:07

Choose a tag to compare

  • Fixed an instance of VK_ERROR_INITIALIZATION_FAILED, or in some cases silent crashes, that could occur when initializing multiple vs-placebo filters. This was especially noticeable for anyone using multiple vs-deband Placebo.deband() calls, since each one initializes one Deband filter per plane (so, often 3 instances) which can add up quickly to trigger this issue.
  • Simplified filter function mapping in Resample to enable any of libplacebo's filters to be used without them needing to be added to vs-placebo first.
  • Updated libplacebo to 5788a82.

v3.2.0

22 Sep 16:42

Choose a tag to compare

  • Added src_width and src_height parameters to Resample.

v3.1.0

19 Aug 16:25

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

Choose a tag to compare

  • Updated libplacebo to 82bf46a.

v3.0.1

05 Aug 20:03

Choose a tag to compare

  • Updated meson usage for static Windows builds and accommodate Linux. @Mikewando
  • Updated libplacebo to bc9de9c. @sgt0