Changelog for
libvapoursynth-65-65-1.1.x86_64.rpm :
* Tue Feb 20 2024 Dominique Leuenberger
- Use %patch -P N instead of deprecated %patchN.
* Mon Dec 04 2023 Steve Kowalik - Upstream supports Cython 0.29 and 3, stop special casing it.
* Mon Oct 30 2023 Michael Vetter - Update to 65:
* fixed inspection api sometimes causing memory corruption when used from python
* frame properties in python are now return as str type instead of bytes when hinted as utf8 printable
* fixed how unprintable data is returned from plugin functions in python, previously it would leak a ctypes pointer
* with no length instead of returning a bytes object
* fixed a bug in the avx2 maskedmerge float premultiplied code path that would switch the two input clips
* reverted the from_chars code a bit more to make no locale affect float parsing
* fixed the sar adjustment for real this time
* Thu Oct 12 2023 Guillaume GARDET - Fix build on Leap 15.x- Add patch to revert for Leap 15.x only:
* ac62a4d2a54bacccd09b97453bffe759c01f18ef.patch
* Wed Sep 27 2023 Michael Vetter - Update to 64:
* fixed compilation on osx where the default standard library doesn\'t have a full implementation of std::from_chars
* fixed SAR adjustment in resizer when source cropping is used
* added -- as an alternate to . to indicate no output in vspipe since shells have a tendency to expand .
* added json output of video frame properties to vspipe
* fixed clearMap function, previously it would forget to properly clear the error state in maps which could cause
* crashes in frameeval and other filters
* 32 bit binaries are no longer provided for windows
* updated zimg to fix issues on zen4 cpus
* added support for cython 3.x
* Sat Sep 23 2023 munix9AATTgooglemail.com- Fix build on Factory/TW: requires python3-Cython0- Fix build on Leap 15.4/15.5: requires gcc/gcc-c++ >= 11
* Fri Jun 23 2023 Michael Vetter - Update to 63:
* Updat all api documentation for api4
* Switch to C++17 for the entire project
* Add a warning every time the deprecated cache filter is instantiated and ignored
* Fix a regression with alpha nodes in vspipe introduced in r62
* Fri Mar 31 2023 Michael Vetter - Update to 62:
* updated the supported python versions to 3.11 and 3.8
* now up to 500 log messages are cached when no log handler is attached
* improvements to repr, audio channel handling and other python fixes
* added a class Local for environment-local values- Refresh vapoursynth-version.patch- Remove plugins. All plugins now available at https://vsdb.top/
* Mon Aug 16 2021 Michael Vetter - Update to 54:
* Floating point mask clips are now a consistent thing- Remove vapoursynth-include.patch: upstreamed
* Tue Jul 13 2021 Michael Vetter - Fix build with gcc11: Add vapoursynth-include.patch See:
* https://github.com/vapoursynth/vapoursynth/issues/686
* https://github.com/vapoursynth/vapoursynth/issues/688
* and commits b5ed913f, a4c4eba7
* Thu Apr 29 2021 Martin Pluskal - Update to version 53:
* Bugfix release