Help us keep the list up to date and submit new video software here.
Tool
Complete Version history / Release notes / Changelog / What's New for XySubFilter
v3.2.0.810 (20240123)
Fix VsFilter crash on load/release (as external DirectVobSub in players). Regression since v804.
v3.2.0.809 (20240102)
Updates, fixes and some backports from Cyberbeing/xy-VSFilter by TheOneric, Masaiki and Cyberbeing
Gracefully handle negative Encoding values more on this: https://github.com/pinterf/xy-VSFilter/commit/102897189902658ec68ef691eb3dd8d89f099985
Update CSRI name
Use distinct CSRI name and update CSRI version: Adjust the name so users can distinguish Cyberbeing/xy-VSFilter from pinterf/xy-VSFilter if builds from both are placed into Aegisub’s csri directory
fix: time shift when playing external sup files
fix: close sup file and read stop time of sample
Introduce LayoutRes{X,Y} script headers. See details here: https://github.com/pinterf/xy-VSFilter/commit/8a46df19666191f6fcaa44811123c34f165f358e
v3.2.0.808 (20221116)
Fix Possible unhandled exception in Masksub (#36)
Fix: no more vertically flipped MaskSub result for RGB32
remove latest scaling workaround More on that: #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
v3.2.0.805 (20210412)
WebVTT support, embedded subtitles as well. 99% of it extracted from MPC-HC https://github.com/clsid2/mpc-hc, thanks to MPC-HC developers.
Changed the Subtitles library timestamp to REFERENCE_TIME (64 bit) internally. For very-very long clips (use case: streaming) (slydiman)
Fix: ASS subtitles: styles with space after their names would fail to work (MPC HC/BE + external XySubFilter) (report: MatiasMovie, solution by astiob)
Various code syntax fixes (clang compiler)
v3.2.0.804 (20210306 - pinterf)
Add native YV16, YV24, P210 (YUV422P10) and P216 (YUV422P16) support. From TextSub Avisynth filter they even work.
v3.2.0.803 (20210305 - pinterf)
Source: new code base in new branch which finally works with Visual Studio 2019:
https://github.com/Cyberbeing/xy-VSFilter/tree/xy_sub_filter_rc5
upstream:
(cyberbeing) Revert MPC-HC Tag Cache, restore xy Tag Cache
Fixes a significant performance regression on certain SSA/ASS samples.
(jesec) subtitles, subpic: enable SSE2 unconditionally Target OS (10.0) required users to have SSE2 It is meaningless to maintain backward compatibility
(jesec) Unicode conversion for file src/dsutil/DSUtil.cpp Remove support for DX7
(jesec) Rasterizer::Rasterize: use optimized memsetSSE2. Source: https://www.agner.org/optimize/
(cyberbeing) Add VS2019 environment
Active branch changed to xy_sub_filter_rc5 on my (pinterf) side as well
Avisynth plugin
re-add my changes from 2018
Add support for YV16
Throw error on unsupported formats
Avisynth plugin: keep frame properties when Avisynth+ interface is v8
version set manually in src/filters/transform/vsfilter/version_in.h
v3.2.0.802 (20181031)
Change version numbering.
Cyberbeing has released a patch for their original xy-VSFilter, their version stepped to v3.1.0.752
Since I thought the project was full-dead, my version numbering kept - after a range skip - the original numbering.
Now I'm changing my versioning scheme to 3.2.x.x to avoid possible future collision.
Fix TextSub crash that could occur in rare circumstances (shssoichiro)
Fix for SSA/ASS repositioning becoming permanently disabled after typesetting was displayed
(madshi -> Cyberbeing v3.1.0.752 7th October 2018)
Add BT.2020 Support
(madshi -> Cyberbeing v3.1.0.751 27th September 2018)
v3.1.0.801 (20180904)
fix random crash in x64 build (address truncated to 32 bits, Rasterizer::Draw and Rasterizer::FillSolidRect were affected)
XySubFilter.DLL now compiled with v141_xp toolset instead of v141 (like VSFilter.DLL)
From upstream (madshi, Cyberbeing)
Fix a possible infinite loop in the Real Text subtitle parser on 64-bit
Fix external SRT subtitles with italic tag not being flagged as repositionable
Disable repositioning for SSA/ASS subtitles with default position level
Add setting to allow repositioning of SSA/ASS dialog
v3.1.0.800 (20180411)
Bring source to XySubFilter-3.1.0.746 level:
Apply file differences between Cyberbeing XySubFilter-3.1.0.746 (source from the release pack)
and xy-VSFilter 3.0.0.306 mod.
make the source VS2017 compatible again
make VSFilter work again as an Avisynth plugin
Versioning: 3.1.0 prefix is kept, build number goes from 800 and up for my mod manually in src/filters/transform/vsfilter/version_in.h
v3.0.0.400 (20180405) (work in February 2018)
Get the last known xy-vsfilter version (3.0.0.306) which was still working as the Avisynth plugin.
https://github.com/Cyberbeing/xy-VSFilter/releases/tag/3.0.0.306\ Plan: have a native 10/16 bit compatible Avisynth TextSub filter.\
xy-vsfilter 3.0.0.306 rebuilt with Visual Studio 2017
Avisynth+ headers
Native support for YUV420P10 and YUV420P16 formats in Avisynth filter TextSub and probably VobSub. Internal conversion to and from P010 and P016 with SSE2 support
Still doesn't work in any MT mode (I think): automatically registers itself as MT_SERIALIZED to prevent troubles
Avisynth filter MaskSub: new pixel_type (default: "RGB32") parameter. Can be set to "YUV420P10" or "YUV420P16"
Versioning: 3.0.0 prefix kept, build number goes from 400 and up for my mod manually in src/filters/transform/vsfilter/version_in.h
XySubFilter 3.1.0.752
Bug Fix
Fix for SSA/ASS repositioning becoming permanently disabled after typesetting was displayed
XySubFilter 3.1.0.751
Features & Changes
Add setting to allow repositioning of SSA/ASS dialog
Add BT.2020 Support
Bug Fix
Fix external SRT subtitles with italic tag not being flagged as repositionable
Fix potential crash on startup during external subtitle parsing
XySubFilter 3.1.0.746 BETA3
Features & Changes
Do not flag SSA/ASS subtitles as movable
Bug Fix
Fix typo which broke r tag in 3.1.0.744
XySubFilter 3.1.0.745 BETA3
Do not flag SSA/ASS subtitles as movable
XySubFilter 3.1.0.744 BETA3
Features & Changes
Add support for reporting if the subtitles are Bitmaps or Movable
Support Animated Vobsub
Update Boost, UnRAR, and log4cplus Libraries
Performance
Significantly improved parsing speed
Slightly faster clip iclip
Bug Fix
Rare crash during border rendering
Allow 'Auto' to disable internal RGB matrix correction when needed
Various minor parser issues
XySubFilter 3.1.0.705 Beta2
Released: 2014-12-07
Features & Changes
Support Yasm 1.3.0
Query the EVR Presenter for ISubRenderConsumer (Pull Request #10)
Update Boost & UnRAR Libraries (Pull Request #12)
Bug Fix
Fix override tag argument splitting (Pull Request #11)
Add ISubRenderFrame to NonDelegatingQueryInterface
Certain PGS subtitles display an opaque background instead of transparent.
Avoid loading .sub as MicroDVD text when VOBSUB .idx present
Revert Insane Border Support (temporary crash fix)
XySubFilter 3.1.0.697 Beta2
Released: 2014-04-29
Features & Changes
Update Cache defaults (LV1 256->2048, LV4 512->768)
Disable /arch:SSE2 in VS2012/VS2013 builds
Bug Fix
Unable to load subtitle files with uppercase file extension
Correct a parser check which broke loading of script embedded UUE fonts
Revert Insane Border Support (temporary crash fix)
XySubFilter 3.1.0.682 Beta2
Released: 2014-03-04
Features & Changes
Static Unrar support
Maximum cache size limiter
Defaults to 512MB on 32bit, 1/4 Physical RAM on 64bit
Autoload Helper for external subtitles
Style Editor: Support floating point Border & Shadow values
Initial implementation for rendering subtitles outside the video frame
Requires Consumer support
SourceFilter/Splitter whitelist moved to registry key
Removed legacy PAR compensation function
Superseded by 'Use AR Adjusted Video Size'
Removed connected YCbCr Matrix from filter name
Removed legacy function for changing playback speed
Support for building with Visual Studio 2013
Bug Fix
Subpixel gaps visible between the main glyph and the border
Certain limitations
Crash when resizing to certain window sizes
Unexpected slowdown 30 seconds after intense subtitles
Improve handling of empty VobSub frames
Double-clicking Tray doesn't open Properties Page on the same monitor it is called from
Subtitle were rendered at FPS value reported by Consumer, even when incorrect
Corruption with extremely large border sizes
CPU loop after external subtitle modification
Improve style override logic
Allow connection to Consumer even if values provided are invalid
Various stability fixes
XySubFilter 3.1.0.546 Beta
Released: 2013-07-18
Performance
New SSE code for ARGB packed format
Features & Changes
Version number bumped from 3.0.0 to 3.1.0
Implement Subtitle Provider for SubRenderIntf.h subtitle interface version 1.0.6
XySubFilter requires a Subtitle Consumer to function
At release time, madVR 0.86.9+ is the only compatible Subtitle Consumer available
Scale and render text subtitles to the native resolution of the Subtitle Consumer's output window
allows high resolution subtitles, desktop resolution rendering, etc.
Modified icon for XySubFilter
Override Placement is now enabled for VOBSUB only
New Style Override Dialog
Allows individual modifications to each style in a script
Force Default Style
Replace all base styles in a script with a single Global Default Style
Inline style override tags are left intact
More readable registry settings
Render to Original Video Size (non-default option)
Disables scale function allowing madVR to blend subtitles prior to video scaling
Output resolution identical to VSFilter.dll
AR Adjusted Layout (non-default option)
Enable for anamorphic video scripts which were not compensated for VSFilter.dll behavior
Support TV range RGB output for text and bitmap subtitles
When requested by Subtitle Consumer
Internal RGB color correction for TV.601 YCbCr Matrix script -> TV.709 video
Other color correction combinations are handled by madVR
External support for PGS/HDMV subtitles
Increased verbosity for logging builds
Make the ms part of SRT timecodes optional.
Support MicroDVD tags with MPL2
XySubFilter 3.1.0.682 Beta2
Released: 2014-03-04
Features & Changes
Static Unrar support
Maximum cache size limiter
Defaults to 512MB on 32bit, 1/4 Physical RAM on 64bit
Autoload Helper for external subtitles
Style Editor: Support floating point Border & Shadow values
Initial implementation for rendering subtitles outside the video frame
Requires Consumer support
SourceFilter/Splitter whitelist moved to registry key
Removed legacy PAR compensation function
Superseded by 'Use AR Adjusted Video Size'
Removed connected YCbCr Matrix from filter name
Removed legacy function for changing playback speed
Support for building with Visual Studio 2013
Bug Fix
Subpixel gaps visible between the main glyph and the border
Certain limitations
Crash when resizing to certain window sizes
Unexpected slowdown 30 seconds after intense subtitles
Improve handling of empty VobSub frames
Double-clicking Tray doesn't open Properties Page on the same monitor it is called from
Subtitle were rendered at FPS value reported by Consumer, even when incorrect
Corruption with extremely large border sizes
CPU loop after external subtitle modification
Improve style override logic
Allow connection to Consumer even if values provided are invalid
Various stability fixes
XySubFilter presently only supports building with Visual Studio 2010
Official support for other compliers will come at a later date
Bug Fix
"YCbCr Matrix = None" used incorrect matrix
Support U+10000-U+10FFFF UTF-8 encoded character
Improve handling of UTF-8 subtitles with BOM
Allow display of overlapping VOBSUB lines
Fix a potential crash when reopening a file as text
Fixed some potential memory leaks
Fixed handling of WrapStyle 3
PGS palette was incorrectly parsed
Fix a crash with some DVB subtitles streams
Simplify DVB palette parsing
Fix DVB subtitles timing when buffering is enabled
Improve DVB parsing: some subtitles could have been missing
Fix VsFilter crash on load/release (as external DirectVobSub in players). Regression since v804.
v3.2.0.809 (20240102)
Updates, fixes and some backports from Cyberbeing/xy-VSFilter by TheOneric, Masaiki and Cyberbeing
Gracefully handle negative Encoding values more on this: https://github.com/pinterf/xy-VSFilter/commit/102897189902658ec68ef691eb3dd8d89f099985
Update CSRI name
Use distinct CSRI name and update CSRI version: Adjust the name so users can distinguish Cyberbeing/xy-VSFilter from pinterf/xy-VSFilter if builds from both are placed into Aegisub’s csri directory
fix: time shift when playing external sup files
fix: close sup file and read stop time of sample
Introduce LayoutRes{X,Y} script headers. See details here: https://github.com/pinterf/xy-VSFilter/commit/8a46df19666191f6fcaa44811123c34f165f358e
v3.2.0.808 (20221116)
Fix Possible unhandled exception in Masksub (#36)
Fix: no more vertically flipped MaskSub result for RGB32
remove latest scaling workaround More on that: #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
v3.2.0.805 (20210412)
WebVTT support, embedded subtitles as well. 99% of it extracted from MPC-HC https://github.com/clsid2/mpc-hc, thanks to MPC-HC developers.
Changed the Subtitles library timestamp to REFERENCE_TIME (64 bit) internally. For very-very long clips (use case: streaming) (slydiman)
Fix: ASS subtitles: styles with space after their names would fail to work (MPC HC/BE + external XySubFilter) (report: MatiasMovie, solution by astiob)
Various code syntax fixes (clang compiler)
v3.2.0.804 (20210306 - pinterf)
Add native YV16, YV24, P210 (YUV422P10) and P216 (YUV422P16) support. From TextSub Avisynth filter they even work.
v3.2.0.803 (20210305 - pinterf)
Source: new code base in new branch which finally works with Visual Studio 2019:
https://github.com/Cyberbeing/xy-VSFilter/tree/xy_sub_filter_rc5
upstream:
(cyberbeing) Revert MPC-HC Tag Cache, restore xy Tag Cache
Fixes a significant performance regression on certain SSA/ASS samples.
(jesec) subtitles, subpic: enable SSE2 unconditionally Target OS (10.0) required users to have SSE2 It is meaningless to maintain backward compatibility
(jesec) Unicode conversion for file src/dsutil/DSUtil.cpp Remove support for DX7
(jesec) Rasterizer::Rasterize: use optimized memsetSSE2. Source: https://www.agner.org/optimize/
(cyberbeing) Add VS2019 environment
Active branch changed to xy_sub_filter_rc5 on my (pinterf) side as well
Avisynth plugin
re-add my changes from 2018
Add support for YV16
Throw error on unsupported formats
Avisynth plugin: keep frame properties when Avisynth+ interface is v8
version set manually in src/filters/transform/vsfilter/version_in.h
v3.2.0.802 (20181031)
Change version numbering.
Cyberbeing has released a patch for their original xy-VSFilter, their version stepped to v3.1.0.752
Since I thought the project was full-dead, my version numbering kept - after a range skip - the original numbering.
Now I'm changing my versioning scheme to 3.2.x.x to avoid possible future collision.
Fix TextSub crash that could occur in rare circumstances (shssoichiro)
Fix for SSA/ASS repositioning becoming permanently disabled after typesetting was displayed
(madshi -> Cyberbeing v3.1.0.752 7th October 2018)
Add BT.2020 Support
(madshi -> Cyberbeing v3.1.0.751 27th September 2018)
v3.1.0.801 (20180904)
fix random crash in x64 build (address truncated to 32 bits, Rasterizer::Draw and Rasterizer::FillSolidRect were affected)
XySubFilter.DLL now compiled with v141_xp toolset instead of v141 (like VSFilter.DLL)
From upstream (madshi, Cyberbeing)
Fix a possible infinite loop in the Real Text subtitle parser on 64-bit
Fix external SRT subtitles with italic tag not being flagged as repositionable
Disable repositioning for SSA/ASS subtitles with default position level
Add setting to allow repositioning of SSA/ASS dialog
v3.1.0.800 (20180411)
Bring source to XySubFilter-3.1.0.746 level:
Apply file differences between Cyberbeing XySubFilter-3.1.0.746 (source from the release pack)
and xy-VSFilter 3.0.0.306 mod.
make the source VS2017 compatible again
make VSFilter work again as an Avisynth plugin
Versioning: 3.1.0 prefix is kept, build number goes from 800 and up for my mod manually in src/filters/transform/vsfilter/version_in.h
v3.0.0.400 (20180405) (work in February 2018)
Get the last known xy-vsfilter version (3.0.0.306) which was still working as the Avisynth plugin.
https://github.com/Cyberbeing/xy-VSFilter/releases/tag/3.0.0.306\ Plan: have a native 10/16 bit compatible Avisynth TextSub filter.\
xy-vsfilter 3.0.0.306 rebuilt with Visual Studio 2017
Avisynth+ headers
Native support for YUV420P10 and YUV420P16 formats in Avisynth filter TextSub and probably VobSub. Internal conversion to and from P010 and P016 with SSE2 support
Still doesn't work in any MT mode (I think): automatically registers itself as MT_SERIALIZED to prevent troubles
Avisynth filter MaskSub: new pixel_type (default: "RGB32") parameter. Can be set to "YUV420P10" or "YUV420P16"
Versioning: 3.0.0 prefix kept, build number goes from 400 and up for my mod manually in src/filters/transform/vsfilter/version_in.h
XySubFilter 3.1.0.752
Bug Fix
Fix for SSA/ASS repositioning becoming permanently disabled after typesetting was displayed
XySubFilter 3.1.0.751
Features & Changes
Add setting to allow repositioning of SSA/ASS dialog
Add BT.2020 Support
Bug Fix
Fix external SRT subtitles with italic tag not being flagged as repositionable
Fix potential crash on startup during external subtitle parsing
XySubFilter 3.1.0.746 BETA3
Features & Changes
Do not flag SSA/ASS subtitles as movable
Bug Fix
Fix typo which broke r tag in 3.1.0.744
XySubFilter 3.1.0.745 BETA3
Do not flag SSA/ASS subtitles as movable
XySubFilter 3.1.0.744 BETA3
Features & Changes
Add support for reporting if the subtitles are Bitmaps or Movable
Support Animated Vobsub
Update Boost, UnRAR, and log4cplus Libraries
Performance
Significantly improved parsing speed
Slightly faster clip iclip
Bug Fix
Rare crash during border rendering
Allow 'Auto' to disable internal RGB matrix correction when needed
Various minor parser issues
XySubFilter 3.1.0.705 Beta2
Released: 2014-12-07
Features & Changes
Support Yasm 1.3.0
Query the EVR Presenter for ISubRenderConsumer (Pull Request #10)
Update Boost & UnRAR Libraries (Pull Request #12)
Bug Fix
Fix override tag argument splitting (Pull Request #11)
Add ISubRenderFrame to NonDelegatingQueryInterface
Certain PGS subtitles display an opaque background instead of transparent.
Avoid loading .sub as MicroDVD text when VOBSUB .idx present
Revert Insane Border Support (temporary crash fix)
XySubFilter 3.1.0.697 Beta2
Released: 2014-04-29
Features & Changes
Update Cache defaults (LV1 256->2048, LV4 512->768)
Disable /arch:SSE2 in VS2012/VS2013 builds
Bug Fix
Unable to load subtitle files with uppercase file extension
Correct a parser check which broke loading of script embedded UUE fonts
Revert Insane Border Support (temporary crash fix)
XySubFilter 3.1.0.682 Beta2
Released: 2014-03-04
Features & Changes
Static Unrar support
Maximum cache size limiter
Defaults to 512MB on 32bit, 1/4 Physical RAM on 64bit
Autoload Helper for external subtitles
Style Editor: Support floating point Border & Shadow values
Initial implementation for rendering subtitles outside the video frame
Requires Consumer support
SourceFilter/Splitter whitelist moved to registry key
Removed legacy PAR compensation function
Superseded by 'Use AR Adjusted Video Size'
Removed connected YCbCr Matrix from filter name
Removed legacy function for changing playback speed
Support for building with Visual Studio 2013
Bug Fix
Subpixel gaps visible between the main glyph and the border
Certain limitations
Crash when resizing to certain window sizes
Unexpected slowdown 30 seconds after intense subtitles
Improve handling of empty VobSub frames
Double-clicking Tray doesn't open Properties Page on the same monitor it is called from
Subtitle were rendered at FPS value reported by Consumer, even when incorrect
Corruption with extremely large border sizes
CPU loop after external subtitle modification
Improve style override logic
Allow connection to Consumer even if values provided are invalid
Various stability fixes
XySubFilter 3.1.0.546 Beta
Released: 2013-07-18
Performance
New SSE code for ARGB packed format
Features & Changes
Version number bumped from 3.0.0 to 3.1.0
Implement Subtitle Provider for SubRenderIntf.h subtitle interface version 1.0.6
XySubFilter requires a Subtitle Consumer to function
At release time, madVR 0.86.9+ is the only compatible Subtitle Consumer available
Scale and render text subtitles to the native resolution of the Subtitle Consumer's output window
allows high resolution subtitles, desktop resolution rendering, etc.
Modified icon for XySubFilter
Override Placement is now enabled for VOBSUB only
New Style Override Dialog
Allows individual modifications to each style in a script
Force Default Style
Replace all base styles in a script with a single Global Default Style
Inline style override tags are left intact
More readable registry settings
Render to Original Video Size (non-default option)
Disables scale function allowing madVR to blend subtitles prior to video scaling
Output resolution identical to VSFilter.dll
AR Adjusted Layout (non-default option)
Enable for anamorphic video scripts which were not compensated for VSFilter.dll behavior
Support TV range RGB output for text and bitmap subtitles
When requested by Subtitle Consumer
Internal RGB color correction for TV.601 YCbCr Matrix script -> TV.709 video
Other color correction combinations are handled by madVR
External support for PGS/HDMV subtitles
Increased verbosity for logging builds
Make the ms part of SRT timecodes optional.
Support MicroDVD tags with MPL2
XySubFilter 3.1.0.682 Beta2
Released: 2014-03-04
Features & Changes
Static Unrar support
Maximum cache size limiter
Defaults to 512MB on 32bit, 1/4 Physical RAM on 64bit
Autoload Helper for external subtitles
Style Editor: Support floating point Border & Shadow values
Initial implementation for rendering subtitles outside the video frame
Requires Consumer support
SourceFilter/Splitter whitelist moved to registry key
Removed legacy PAR compensation function
Superseded by 'Use AR Adjusted Video Size'
Removed connected YCbCr Matrix from filter name
Removed legacy function for changing playback speed
Support for building with Visual Studio 2013
Bug Fix
Subpixel gaps visible between the main glyph and the border
Certain limitations
Crash when resizing to certain window sizes
Unexpected slowdown 30 seconds after intense subtitles
Improve handling of empty VobSub frames
Double-clicking Tray doesn't open Properties Page on the same monitor it is called from
Subtitle were rendered at FPS value reported by Consumer, even when incorrect
Corruption with extremely large border sizes
CPU loop after external subtitle modification
Improve style override logic
Allow connection to Consumer even if values provided are invalid
Various stability fixes
XySubFilter presently only supports building with Visual Studio 2010
Official support for other compliers will come at a later date
Bug Fix
"YCbCr Matrix = None" used incorrect matrix
Support U+10000-U+10FFFF UTF-8 encoded character
Improve handling of UTF-8 subtitles with BOM
Allow display of overlapping VOBSUB lines
Fix a potential crash when reopening a file as text
Fixed some potential memory leaks
Fixed handling of WrapStyle 3
PGS palette was incorrectly parsed
Fix a crash with some DVB subtitles streams
Simplify DVB palette parsing
Fix DVB subtitles timing when buffering is enabled
Improve DVB parsing: some subtitles could have been missing