From 494391e565e3da49aa930230caadc90e497111e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20Pint=C3=A9r?= Date: Wed, 16 Nov 2022 12:57:36 +0100 Subject: [PATCH] Bump version to 808, change log --- README.md | 11 ++++++++++- src/filters/transform/vsfilter/version_in.h | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b1ba525..71044d27 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# xy-VSFilter (pfmod) v3.2.0.806 (20210412) +# xy-VSFilter (pfmod) v3.2.0.808 (20221116) https://github.com/pinterf/xy-VSFilter/ Active branch: xy_sub_filter_rc5 @@ -30,6 +30,15 @@ Plus: After downloading XySubFilter BETA3, you must ensure to run the 'Install' bat (not only replace) or else XySubFilter's autoload helper required for entering the DirectShow graph with external subtitles will not be installed # Change log: +## v3.2.0.808 (20221116) +* Fix Possible unhandled exception in Masksub (https://github.com/pinterf/xy-VSFilter/issues/36) +* Fix: no more vertically flipped MaskSub result for RGB32 +* remove latest scaling workaround + More on that: https://github.com/pinterf/xy-VSFilter/pull/34 + +## v3.2.0.807 (20210522) - WIP +* fix: scale between subtitle and video on CWord (Masaiki) (Issue: frx and fry tags wrong scaling) + ## v3.2.0.806 (20210412) * proper WebVTT support fixes by adipose/MPC-HC diff --git a/src/filters/transform/vsfilter/version_in.h b/src/filters/transform/vsfilter/version_in.h index d66c86c9..cc3757fb 100644 --- a/src/filters/transform/vsfilter/version_in.h +++ b/src/filters/transform/vsfilter/version_in.h @@ -1,5 +1,5 @@ #define XY_VSFILTER_VERSION_MAJOR 3 #define XY_VSFILTER_VERSION_MINOR 2 #define XY_VSFILTER_VERSION_PATCH 0 -#define XY_VSFILTER_VERSION_COMMIT 806 +#define XY_VSFILTER_VERSION_COMMIT 808 #define XY_VSFILTER_VERSION_COMMIT_SHA1 ""