ffmpeg/compat
Stephen Hutchinson 2c25e83b1d avisynth: Support video input from AviSynth 2.5 properly.
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: Michael Niedermayer <michaelni@gmx.at>
2013-08-17 14:27:25 +02:00
..
aix Merge remote-tracking branch 'qatar/master' 2013-07-19 11:08:38 +02:00
avisynth avisynth: Support video input from AviSynth 2.5 properly. 2013-08-17 14:27:25 +02:00
msvcrt MinGW: Use our snprintf/vsnprintf when MinGW's is broken 2012-09-25 18:14:14 -04:00
plan9 Merge commit '0c03cc68386443f1e96ab6fb358220faf67cd5ff' 2012-10-24 13:42:58 +02:00
tms470 Merge remote-tracking branch 'qatar/master' 2013-07-19 11:08:38 +02:00
getopt.c compat/getopt: add {} to complex ifs 2012-10-21 18:05:22 +02:00
os2threads.h os2threads: move from lavc to compat/ 2013-05-28 12:49:20 +02:00
strtod.c Use the avstring.h locale-independent character type functions 2013-03-07 15:16:36 +02:00
va_copy.h msvc: Add a va_copy compatability macro for msvc 2012-09-15 19:46:48 -04:00
w32pthreads.h Merge commit '439902e0d68a0f0d800c21b5e6b598d5fa0c51da' 2013-07-19 10:56:10 +02:00