After several weeks of testing R48 is finally done. As you may suspect from the title the biggest change this time is optimizations. Now most internal functions have proper AVX2 optimizations and in addition to that the Expr filter was greatly improved and can now rewrite and optimize expressions much better. In addition to that a lot of bugs were fixed and the installer got a few more options. Users of R47 should definitely upgrade.
Author Archives: Fredrik Mellbin
R47 – Fixing small issues
Since R46 was a release with some big changes in regards to the installer this one simply cleans up all the minor issues that were found. And one annoying zimg bug that could cause a crash on some invalid conversions.
Breaking changes:
- All assembler was removed in favor of intrinsics, this means that x86inc.asm will no longer be installed as a public header
- NASM obviously isn’t required anymore
R46 – Windows installer fun
The yearly slowdown is over so now it’s time for a maintenance release which will probably still manage to introduce a lot of new issues due to the windows installer changes. Here’s a list of the main changes:
- Separate installers for 32 and 64 bit
- It’s now possible to install without administrator privileges
- The Python module is now a proper package
As usual there are also a few possibly breaking changes:
- The 32 bit VapourSynth registry entries are now stored in a key called VapourSynth-32 in order to better distinguish it from the 64 bit version
- The installer no longer installs the VS2013 runtimes by default due to VapourSynth not actually needing them for many years
R45 – Python 3.7 support for windows users
I finally made a new release. It’s extremely not so exciting maintenance and switches to Python 3.7 on windows. VSRepo also happens to be included just as an experiment so go try it out for all your plugin and script installation needs.
VSRepo – A simple package repository for VapourSynth
I’ve spent the past two weeks writing a simple package manager for VapourSynth called VSRepo. It can already install most common plugins and scripts with all of their dependencies. Installing havsfunc is no longer a treasure hunt across the internet!
Go visit the doom9 thread where the link to the latest test versions are posted if you want to try it out or help add more plugins and scripts. The plan is to include it in the installer with the next VapourSynth release.
R44 – Speeding up slightly
There’s a new maintenance release and it updates a few things and fixes some minor issues. Upgrading is recommended. The more interesting news will be in the next post.
The Yearly Slowdown – 2018 UHD Remaster
R43 – Cleaning up the remaining mess from R41
R41 changed quite a few things internally and that created regressions. New zimg branch, added alpha support and a pile of changes behind the scenes in the python module caused problems. The release fixes several zimg bugs, a vspipe hang on error, vsscript functions not being threadsafe and a few more things.
Possibly (un)breaking changes:
- get_output() in python only returns a tuple when alpha is set, this more or less restores the previous behavior
R42(+.1) – Less Regressions
This release fixes a VSScript regression when setting variables that would make players like mpv fail in R41. Go upgrade!
Another crash bug managed to sneak into the optimized transpose so one more regression fixed now. (the +.1 update)
R41 – Less Leaking
This is basically a bugfix release that tries to take care of as many known issues as possible. Especially memory leaks have been hunted down this time and as a result a lot of the cython code was changed to be less likely to create circular references.
The second half of the work was making alpha handling less bad. It’s now possible to pass a second alpha clip to set_output() in scripts and vspipe will output it. Unfortunately y4m can’t be combined with alpha and no other output method currently preserves the alpha but at least some workflows with alpha should be a simpler now.
Breaking changes:
- IMWRI now requires Q16 or Q32 ImageMagick 7 with HDRI enabled
- The imwri namespace is now always imwri since a single version can handle all formats
- And basically everything else in IMWRI