[FFmpeg-devel] [PATCH 0/5] Switch from AvxSynth to AviSynth+ on non-Windows

Stephen Hutchinson qyot27 at gmail.com
Wed Mar 11 12:50:14 EET 2020


Since there were no responses to my question about whether
we should use a warning message about AvxSynth's deprecation
before switching over at a later time, or to just do the
switch immediately, I've gone ahead and sent just the
switchover patch.

Stephen Hutchinson (5):
  compat/avisynth: update headers
  avisynth: switch to AviSynth+ on Linux
  compat/avisynth: remove AvxSynth headers
  doc/general.texi: AviSynth+ works on Linux now, AvxSynth is gone.
  avisynth: fix deprecation warning

 compat/avisynth/avisynth_c.h                  |  24 +-
 compat/avisynth/avs/capi.h                    |  16 +
 compat/avisynth/avs/config.h                  |  46 +-
 compat/avisynth/avs/posix.h                   | 111 +++
 compat/avisynth/avs/types.h                   |  13 +-
 compat/avisynth/avxsynth_c.h                  | 728 ------------------
 .../windowsPorts/basicDataTypeConversions.h   |  85 --
 compat/avisynth/windowsPorts/windows2linux.h  |  77 --
 doc/general.texi                              |   8 +-
 libavformat/avisynth.c                        |  58 +-
 10 files changed, 205 insertions(+), 961 deletions(-)
 create mode 100644 compat/avisynth/avs/posix.h
 delete mode 100644 compat/avisynth/avxsynth_c.h
 delete mode 100644 compat/avisynth/windowsPorts/basicDataTypeConversions.h
 delete mode 100644 compat/avisynth/windowsPorts/windows2linux.h

-- 
2.20.1



More information about the ffmpeg-devel mailing list