Skip to content

Releases: Ichunjo/vardefunc

0.10.0

22 Jul 18:40
6addc97
Compare
Choose a tag to compare

0.7.2

12 Jul 19:24
e6b9253
Compare
Choose a tag to compare

Full Changelog: 0.7.1...0.7.2

0.7.1

12 Jul 19:24
d329333
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release

Full Changelog: 0.7.0...0.7.1

0.7.0

08 Jun 18:02
850c7bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.2...0.7.0

0.6.2

07 Feb 13:35
c167850
Compare
Choose a tag to compare

Full Changelog: 0.6.1...0.6.2

0.6.1

03 Jan 20:06
a738a2a
Compare
Choose a tag to compare

Full Changelog: 0.6.0...0.6.1

0.6.0

30 Dec 14:03
090543c
Compare
Choose a tag to compare

Changelog

Updates:

  • Add more PresetFormat e0ad8cf
  • Add thresholding function 48938db
  • finalise_output and initialise_input exposes now their API with finalise_clip and initialise_clip e75e449
  • Add a context manager "Planes" for easier planes management 3dc09cf
  • vardefunc.noise.decsize now supports multiple bilateral methods 019a906
  • Fix float input in vardefunc.noise.decsize 79853df
  • EdgeDetect stuff in vardefunc.mask is now depreciated. Use vsmask instead.
  • vardefunc.mask.region_mask is now depreciated. Use vsmask instead.
  • vardefunc.deband and vardefunc.placebo have been removed.
  • vardefunc.noise.PlaceboGrain has been removed.

0.5.0

27 Nov 15:49
143aff4
Compare
Choose a tag to compare

Changelog

Updates:

  • Add extended PresetFormat fbf3938
  • Add samples conversion in DuplicateFrame 4c8d996
  • Add AudioNode support in normalise_range b595926
  • Add adjust_audio_frames 0e08c85
  • Minor bug fixes

vardefunc only supports Vapoursynth R57 and above.

0.4.0

30 Sep 13:45
c40a9c1
Compare
Choose a tag to compare

Changelog

Updates:

  • aa.Eedi3SR: add mclip support
  • mask.Difference.creditless: replace Prewitt by ExLaplacian4 for the edgemask. Should be better.
  • Minor bug fixes

vardefunc only supports Vapoursynth R56 and above due to the API change.

0.3.0

12 Aug 18:42
9795eb5
Compare
Choose a tag to compare

Changelog

Additions:

  • Add utils.remap_rfs using core.remap.ReplaceFramesSimple
  • Add select_frames function borrowed from Jaded-Encoding-Thaumaturgy/lvsfunc#60
  • replace_ranges and adjust_clip_frames use it
  • Add Numpy dependency

Updates:

  • misc.DebugOutput: fix wrong index set on reload and the memory leak resulting