Releases: ArturAlekseev/AVS_SoftLight
Releases Β· ArturAlekseev/AVS_SoftLight
TV2PC 10 bit fix and change of color range default
- 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
Some fixes.
Fix release
- Fixed softlight(8) for 10 bit input.
VapourSynth parameters pass fix
- 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
- 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
- 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
Fixed processing only half of frame width in VapourSynth.
10 bit support, skipblack option, some fixes
- 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
- Added RGB24 planar input support
- Updated CUDA toolkit to 12.4
Lightness only mode, RGB32 avisynth, TV2PC
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.