Releases: Jaded-Encoding-Thaumaturgy/vs-tools
Releases · Jaded-Encoding-Thaumaturgy/vs-tools
v3.3.4
What's Changed
- Small fix for type checking with pyright by @StollD in #157
- Fix FunctionUtil edgecase by @emotion3459 in #159
- New GPU available function by @LightArrowsEXE in #160
- Add new scale_mask & scale_delta helpers by @emotion3459 in #161
Full Changelog: v3.3.2...v3.3.4
v3.3.3 (Hotfix)
Full Changelog: v3.3.1...v3.3.3
Hotfix release to resolve some issues involving FunctionUtil in relation to other packages.
- FunctionUtil:
- Resolved an issue where it would fail when processing clips with bitdepths exceeding the maximum allowed value
- Extend the tuple
bitdepth
type to create (start, stop + 1) to work around us no longer usingrange.stop
- Fix a check in
chroma_planes
which resulted in it returning an empty list when it should not
v3.3.1
What's Changed
- get_w/h: Add fraction as ar type by @LightArrowsEXE in #116
- Various colorspace enum docstring fixes by @emotion3459 in #118
- _padder.COLOR: Fix color pad index error by @Ichunjo in #117
- Print progress reports to stderr by @StollD in #120
- Various colorspace enum fixes by @emotion3459 in #119
- Additional colorspace fixes by @emotion3459 in #121
- Fix get_peak_value and get_lowest_value by @emotion3459 in #123
- Improve ColorRange from_res by @emotion3459 in #126
- Add packet collection function + util by @LightArrowsEXE in #125
- Fix circular import by @emotion3459 in #134
- Reenable mypy step by @sgt0 in #133
- FunctionUtil: Add specific bitrates support by @LightArrowsEXE in #131
- Extend functionality of set_output by @Ichunjo in #137
- padder.COLOR: Automatically set defaults based on clip format by @LightArrowsEXE in #140
- Correct value scaling by @emotion3459 in #142
- Fix scale_value for full-range chroma and rare formats by @astiob in #146
- Assume BT.709 for untagged UHD video by @shssoichiro in #147
- Clamp scale_value result for integer output by @emotion3459 in #148
- Force previewing by @Ichunjo in #150
New Contributors
- @StollD made their first contribution in #120
- @sgt0 made their first contribution in #133
- @astiob made their first contribution in #146
Full Changelog: v3.2.0...v3.3.1
v3.0.0
What's Changed
- Add all useful fmtc dithertypes and set default to void by @Vodes in #85
- finalize_clip: Auto-decide clamp_tv_range, typing by @LightArrowsEXE in #83
New Contributors
Full Changelog: v2.3.0...v3.0.0