You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow the use of the int16 prescreeners with 9..16 bit input. This means the faster "new" prescreener (pscrn=2..4) can be used and so 9..16 bit input is processed faster with default parameters.
Allow the use of the int16 predictor with 9..15 bit input. This means 9..15 bit input is processed faster (theoretically) with default parameters.
Fix memory leak when nnedi3_weights.bin is missing or has the wrong size (bug introduced in v3).
readme.rst finally explains what all the parameters are.