Skip to content

Releases: pinterf/xy-VSFilter

xy-VSFilter + XySubFilter v3.2.0.810 - VsFilter DirectVobSub crash fix

23 Jan 14:02
Compare
Choose a tag to compare

v3.2.0.810 (20240123)

  • Fix VsFilter crash on load/release (as external DirectVobSub in players). Regression since v804.

xy-VSFilter + XySubFilter v3.2.0.809 - LayoutRes, various backported fixes

02 Jan 15:34
Compare
Choose a tag to compare

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: 1028971
  • 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:
    8a46df1

xy-VSFilter + XySubFilter v3.2.0.808 - MaskSub Avisynth filter fix

16 Nov 11:59
Compare
Choose a tag to compare

Change log:

v3.2.0.808 (20221116)

  • Fix Possible unhandled exception in Masksub (#36)
  • Fix: no more vertically flipped MaskSub result for RGB32

xy-VSFilter + XySubFilter v3.2.0.806 - WebVTT

12 Apr 19:39
Compare
Choose a tag to compare

Change log:

v3.2.0.806 (20210412)

  • WebVTT fixes by adipose/MPC-HC

v3.2.0.805 (20210412)

  • WebVTT support, embedded subtitles as well.
    99% of it extracted from MPC-HC https:/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.

xy-VSFilter + XySubFilter v3.2.0.805 - mainly WebVTT

12 Apr 15:37
Compare
Choose a tag to compare

v3.2.0.805 (20210412 - pinterf)

  • WebVTT support, embedded subtitles as well.
    99% of it extracted from MPC-HC https:/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)

previous one:

v3.2.0.804 (20210306 - pinterf)

  • Add native YV16, YV24, P210 (YUV422P10) and P216 (YUV422P16) support.

xy-VSFilter + XySubFilter v3.2.0.804 - YV16/24, YUV422P10/16 support

05 Mar 23:14
Compare
Choose a tag to compare

xy-VSFilter (pfmod) v3.2.0.804 (20210306)

https:/pinterf/xy-VSFilter/

Active branch: xy_sub_filter_rc5

A modification by pinterf.

Mod base: 'official' xy_sub_filter_rc5
https:/Cyberbeing/xy-VSFilter/tree/xy_sub_filter_rc5

Plus:

  • VSFilter: Avisynth filters

Useful links:

Doom9 forum
Avisynth wiki

Info:

  • Package contains VSFilter.dll and XySubFilter.dll (x86 and x64 versions)

  • VSFilter.DLL: Included Avisynth filters (name and parameter signature)

    VobSub "cs"
    TextSub "c[file]s[charset]i[fps]f[vfr]s"
    TextSubSwapUV "b"
    MaskSub "[file]s[width]i[height]i[fps]f[length]i[charset]i[vfr]s[pixel_type]s"
    
  • Warning by the XySubFilter-3.1.0.746 beta authors (on forum's 1st post, from 2015):
    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.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:/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

for more see README.md

xy-VSFilter + XySubFilter v3.2.0.803

05 Mar 09:37
Compare
Choose a tag to compare

xy-VSFilter (pfmod) v3.2.0.803 (20210305)

https:/pinterf/xy-VSFilter/

Active branch: xy_sub_filter_rc5

A modification by pinterf.

Mod base: 'official' xy_sub_filter_rc5
https:/Cyberbeing/xy-VSFilter/tree/xy_sub_filter_rc5

Plus:

  • VSFilter: Avisynth filters

Useful links:

Doom9 forum
Avisynth wiki

Info:

  • Package contains VSFilter.dll and XySubFilter.dll (x86 and x64 versions)

  • VSFilter.DLL: Included Avisynth filters (name and parameter signature)

    VobSub "cs"
    TextSub "c[file]s[charset]i[fps]f[vfr]s"
    TextSubSwapUV "b"
    MaskSub "[file]s[width]i[height]i[fps]f[length]i[charset]i[vfr]s[pixel_type]s"
    
  • Warning by the XySubFilter-3.1.0.746 beta authors (on forum's 1st post, from 2015):
    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.803 (20210305 - pinterf)

  • Source: new code base in new branch which finally works with Visual Studio 2019:
    https:/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

for more see README.md

xy-VSFilter + XySubFilter v3.2.0.802

31 Oct 10:09
Compare
Choose a tag to compare

xy-VSFilter (pfmod) v3.2.0.802 (20181031)

https:/pinterf/xy-VSFilter/

A modification by pinterf.

As of 31st October 2018 the mod is on the level of v3.1.0.752 (https:/Cyberbeing/xy-VSFilter/tree/xy_sub_filter_rc4)
Plus:

  • Source is Visual Studio 2017 friendly
  • VSFilter: TextSub Avisynth filter: accepts native 10/16bit clip
  • VSFilter: MaskSub Avisynth filter: new pixel_type parameter
  • Fix possible x64 crash - truncated memory address
  • Fix TextSub crash that could occur in rare circumstances

Forum: https://forum.doom9.org/showthread.php?t=168282
Other useful link: https://avisynth.org.ru/docs/english/externalfilters/vsfilter.htm
All credits to the previous authors.

Info:

  • Package contains VSFilter.dll and XySubFilter.dll (x86 and x64 versions)
  • Although they were built using v141_xp toolset and the necessary options, may not work under XP.
  • VSFilter.DLL: Included Avisynth filters (name and parameter signature)
    VobSub "cs"
    TextSub "c[file]s[charset]i[fps]f[vfr]s"
    TextSubSwapUV "b"
    MaskSub "[file]s[width]i[height]i[fps]f[length]i[charset]i[vfr]s[pixel_type]s"
  • Warning by the XySubFilter-3.1.0.746 beta authors (on forum's 1st post, from 2015):
    "Note: XySubFilter requires a compatible subtitle consumer. We recommend madVR 0.87.5+ or MPC-HC 1.7.2+ (EVR-CP)
    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.802 (20181031)
    -- Change version
    Cyberbeing have 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 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)
    Apply Cyberbeing/xy-VSFilter@cf8f5b2
    -- Add BT.2020 Support
    (madshi -> Cyberbeing v3.1.0.751 27th September 2018)
    Apply Cyberbeing/xy-VSFilter@4804cf2 (xy_sub_filter_rc4)

  • 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:/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

xy-VSFilter

xy-VSFilter + XySubFilter v3.1.0.801

04 Sep 10:59
Compare
Choose a tag to compare

xy-VSFilter v3.1.0.801 (20180904)

https:/pinterf/xy-VSFilter/

A modification by pinterf:

Info:

  • Package contains VSFilter.dll and XySubFilter.dll (x86 and x64 versions)
  • VSFilter.DLL: Included Avisynth filters (name and parameter signature)
    VobSub "cs"
    TextSub "c[file]s[charset]i[fps]f[vfr]s"
    TextSubSwapUV "b"
    MaskSub "[file]s[width]i[height]i[fps]f[length]i[charset]i[vfr]s[pixel_type]s"
  • Warning by the XySubFilter-3.1.0.746 beta authors (on forum's 1st post, from 2015):
    "Note: XySubFilter requires a compatible subtitle consumer. We recommend madVR 0.87.5+ or MPC-HC 1.7.2+ (EVR-CP)
    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.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)
    -- apply XySubFilter-3.1.0.746<->xy-VSFilter 3.0.0.306 file differences
    -- get it work again under VS2017
    -- 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 worked as the Avisynth plugin.
    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

xy-VSFilter

xy-VSFilter + XySubFilter v3.1.0.800

11 Apr 16:34
Compare
Choose a tag to compare

xy-VSFilter v3.1.0.800 (20180411)

https:/pinterf/xy-VSFilter/

A modification by pinterf:

Info:

  • Package contains VSFilter.dll and XySubFilter.dll (x86 and x64 versions)
  • VSFilter.DLL: Included Avisynth filters (name and parameter signature)
    VobSub "cs"
    TextSub "c[file]s[charset]i[fps]f[vfr]s"
    TextSubSwapUV "b"
    MaskSub "[file]s[width]i[height]i[fps]f[length]i[charset]i[vfr]s[pixel_type]s"
  • Warning by the XySubFilter-3.1.0.746 beta authors (on forum's 1st post, from 2015):
    "Note: XySubFilter requires a compatible subtitle consumer. We recommend madVR 0.87.5+ or MPC-HC 1.7.2+ (EVR-CP)
    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.1.0.800 (20180411)
    -- apply XySubFilter-3.1.0.746<->xy-VSFilter 3.0.0.306 file differences
    -- get it work again under VS2017
    -- 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 worked as the Avisynth plugin.
    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

xy-VSFilter