Releases: pinterf/assrender
Releases · pinterf/assrender
assrender v0.35
Change log
0.35 (20210304)
- Windows MSVC: Update to libass v0.15
(git submodule update --init --recursive --remote)
For changes since v0.14 see https://github.com/libass/libass/blob/master/Changelog - don't guess base on video resolution (realfinder)
if .ass file has no Matrix info then it should be treated as it "Rec601" to maintain compatibility - Parameter 'colorspace' default value is no longer "guess"
- Add more color options: PC.709, PC.601, TV.fcc, PC.fcc, TV.240m, PC.240m, none.
"none" and "guess" implies "guess-by-resolution". - Fix: possible crash on initializing phase (buffer overread, linux crashed, Windows was just lucky)
assrender v0.34
Change log
0.34 (20210301 - pinterf)
- Fix the fix: revert matrix change made in 0.33
- Fix: Check matrix from .ASS file "YCbCr Matrix:" section besides "Video Colorspace:"
Recognized values are "tv.601" and "tv.709"
0.33 (20210228 - pinterf)
- Fix: wrong Bt.709 matrix
0.32 (20210227 - pinterf)
- Fix: treat I420 variant as YV12 instead of unsupported color space
0.31 (20210218 - pinterf)
- Fix colors for planar RGB
- code: hidden ifdef FOR_AVISYNTH_26_ONLY for Avisynth 2.6-only build
0.30 (20210217 - pinterf)
- From now assrender does not works with classic Aviysnth: high-bitdepth helper function calls
- 10-16 bit support (including RGB48 and RGB64)
- YV411, Planar RGB support
0.29 (20210216 - pinterf)
- project moved to https://github.com/pinterf/assrender from https://github.com/vadosnaprimer/assrender
- Move to Visual Studio 2019 - v142 platform toolset
- Add .def module definition file for Avisynth 2.6 std compatibility (function name mangling)
- Update Avisynth C headers
- Check Linux and gcc-MinGW CMake build
- Add build instructions and change log to README
assrender v0.33
Change log
0.33 (20210228 - pinterf)
- Fix: wrong Bt.709 matrix
0.32 (20210227 - pinterf)
- Fix: treat I420 variant as YV12 instead of unsupported color space
0.31 (20210218 - pinterf)
- Fix colors for planar RGB
- code: hidden ifdef FOR_AVISYNTH_26_ONLY for Avisynth 2.6-only build
0.30 (20210217 - pinterf)
- From now assrender does not works with classic Aviysnth: high-bitdepth helper function calls
- 10-16 bit support (including RGB48 and RGB64)
- YV411, Planar RGB support
0.29 (20210216 - pinterf)
- project moved to https://github.com/pinterf/assrender from https://github.com/vadosnaprimer/assrender
- Move to Visual Studio 2019 - v142 platform toolset
- Add .def module definition file for Avisynth 2.6 std compatibility (function name mangling)
- Update Avisynth C headers
- Check Linux and gcc-MinGW CMake build
- Add build instructions and change log to README
assrender v0.32
Change log
0.32 (20210227 - pinterf)
- Fix: treat I420 variant as YV12 instead of unsupported color space
0.31 (20210218 - pinterf)
- Fix colors for planar RGB
- code: hidden ifdef FOR_AVISYNTH_26_ONLY for Avisynth 2.6-only build
0.30 (20210217 - pinterf)
- From now assrender does not works with classic Aviysnth: high-bitdepth helper function calls
- 10-16 bit support (including RGB48 and RGB64)
- YV411, Planar RGB support
0.29 (20210216 - pinterf)
- project moved to https://github.com/pinterf/assrender from https://github.com/vadosnaprimer/assrender
- Move to Visual Studio 2019 - v142 platform toolset
- Add .def module definition file for Avisynth 2.6 std compatibility (function name mangling)
- Update Avisynth C headers
- Check Linux and gcc-MinGW CMake build
- Add build instructions and change log to README
assrender v0.31
Change log
0.31 (20210218 - pinterf)
- Fix colors for planar RGB
- code: hidden ifdef FOR_AVISYNTH_26_ONLY for Avisynth 2.6-only build
0.30 (20210217 - pinterf)
- From now assrender does not works with classic Aviysnth: high-bitdepth helper function calls
- 10-16 bit support (including RGB48 and RGB64)
- YV411, Planar RGB support
0.29 (20210216 - pinterf)
- project moved to https://github.com/pinterf/assrender from https://github.com/vadosnaprimer/assrender
- Move to Visual Studio 2019 - v142 platform toolset
- Add .def module definition file for Avisynth 2.6 std compatibility (function name mangling)
- Update Avisynth C headers
- Check Linux and gcc-MinGW CMake build
- Add build instructions and change log to README
assrender v0.30
0.30 (20210217 - pinterf)
- 10-16 bit support (including RGB48 and RGB64)
- YV411, Planar RGB support
0.29 (20210216 - pinterf)
- project moved to https://github.com/pinterf/assrender from https://github.com/vadosnaprimer/assrender
- Move to Visual Studio 2019 - v142 platform toolset
- Add .def module definition file for Avisynth 2.6 std compatibility (function name mangling)
- Update Avisynth C headers
- Check Linux and gcc-MinGW CMake build
- Add build instructions and change log to README
assrender v0.29
0.29 (20210216 - pinterf)
- project moved to https://github.com/pinterf/assrender from https://github.com/vadosnaprimer/assrender
- Move to Visual Studio 2019 - v142 platform toolset
- Add .def module definition file for Avisynth 2.6 std compatibility (function name mangling)
- Update Avisynth C headers
- Check Linux and gcc-MinGW CMake build
- Add build instructions and change log to README