Skip to content

Releases: ArturAlekseev/AVS_SoftLight

TV2PC 10 bit fix and change of color range default

28 Oct 20:02
Compare
Choose a tag to compare
  • Change to use CUDA 12.6
  • Fixed critical bug in TV2PC 10 bit function
  • Added fullrange option
  • Changed neutralize functions and saturation boost functions to do TV2PC and PC2TV inside by default.

Fix release

28 Oct 22:15
Compare
Choose a tag to compare

Some fixes.

Fix release

04 Jul 18:37
Compare
Choose a tag to compare
  • Fixed softlight(8) for 10 bit input.

VapourSynth parameters pass fix

21 Jun 19:28
Compare
Choose a tag to compare
  • Fixed parameters passing for VapourSynth.
    In previous versions consecutive calls in VapourSynth to different modes resulted in multiple calls of last selected mode and other parameters.

v1.16

17 Jun 01:38
Compare
Choose a tag to compare
  • Added rangemin and rangemax options for TV2PC mode (8).
  • Added PC2TV mode (9).
  • Added mode 7 - limited color range clamping.

Lossless conversions, yuv recommendations, fixes, transfer functions

01 Jun 22:42
Compare
Choose a tag to compare
  • YUV<->RGB conversions inside modes are now lossless.
  • added yuvin, yuvout parameters (Rec601, 709, 2020).
  • sum function fix for error, that could cause wrong results.
  • added OETF and EOTF functions.

v1.14-release2

04 May 19:38
Compare
Choose a tag to compare

Fixed processing only half of frame width in VapourSynth.

10 bit support, skipblack option, some fixes

04 May 16:16
Compare
Choose a tag to compare
  • Added 10 bit support.
  • Added skipblack option.
  • Critical fix: YUV<->RGB calculations formula was changed to full range (0-255). Previous one was limited range (16-235).
  • Minor fix: VRAM memory optimizations that also result in average calculation fix for some sources where pitch was not same as width (pitch is a width + padding for frame data aligment in memory)

RGB24 planar support and CUDA 12.4 update

15 Mar 21:03
Compare
Choose a tag to compare
  • Added RGB24 planar input support
  • Updated CUDA toolkit to 12.4

Lightness only mode, RGB32 avisynth, TV2PC

01 Feb 23:00
Compare
Choose a tag to compare

Added lightness/brightness only mode (1).
Added RGB32(BGR) avisynth support (vapoursynth does not support RGB32).
Added TV to PC color range conversion mode (8).
Minor fixes.