Releases: HomeOfVapourSynthEvolution/VapourSynth-NNEDI3CL
Releases · HomeOfVapourSynthEvolution/VapourSynth-NNEDI3CL
r8
r7.3
r7.2
r7.1
r7
r6
- Change the kernel's work-group size to a better combination.
- Correct the offset in new prescreener.
- Tweak loop unrolling in the predictor to decrease register spilling.
- Store the compiled binary for reuse in the offline cache located in $HOME/.boost_compute on UNIX-like systems and in %APPDATA%/boost_compute on Windows.
r5
- Change filter mode to completely parallel execution.
r4
- Fix decimal-point character issue in different locales.
- Add old & new prescreener.
- Use snprintf to convert floating point to string for more precise value, because to_string only writes six decimal digits after the decimal point.
r3
- Use explicit pointer type conversion to avoid building failure.
r2
- Add
dw
parameter.