1. 04 May, 2019 1 commit
    • Stephen Hutchinson's avatar
      compat/avisynth: update headers · 18bbb2dd
      Stephen Hutchinson authored
      As part of the update, it is now possible to test 32-bit GCC builds
      of AviSynth+ with FFmpeg by using the AVS_WIN32_GCC32 define. Due to
      different calling conventions between MSVC and GCC regarding 32-bit
      Windows, this is unfortunately necessary.
      18bbb2dd
  2. 17 Aug, 2016 1 commit
  3. 25 Mar, 2015 2 commits
  4. 24 Mar, 2015 1 commit
  5. 18 Feb, 2015 1 commit
  6. 11 Dec, 2014 1 commit
  7. 06 Mar, 2014 1 commit
  8. 17 Aug, 2013 1 commit
    • Stephen Hutchinson's avatar
      avisynth: Support video input from AviSynth 2.5 properly. · 2c25e83b
      Stephen Hutchinson authored
      Uses the 2.5 compatibility header included with the variant of
      FFMS2 that uses AviSynth's C-interface. A copy of this header is
      now provided in compat/avisynth.
      
      avs_get_row_size_p and avs_get_height_p changed between versions
      2.5 and 2.6. Since the avisynth_c.h header that avformat uses
      assumes AviSynth 2.6, it would cause 2.5 to crash if given any
      kind of real video (the Version() function was known to work,
      though).
      
      AvxSynth was unaffected by this issue because, despite being based
      on AviSynth 2.5.8 and using 2.5.8's interface version number of 3,
      it actually uses 2.6's versions of these functions.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      2c25e83b
  9. 21 Mar, 2013 1 commit