Commit Graph

6 Commits

Author SHA1 Message Date
Anton Mitrofanov 95634be643 Fix build on MIPS with AviSynth+ support 2022-02-22 20:46:39 +03:00
Anton Mitrofanov 35fe20d1ba Replace AvxSynth with AviSynth+ on POSIX systems 2022-02-21 21:57:05 +00:00
Anton Mitrofanov 0cc8afd312 avs: support for AviSynth+ high bit-depth pixel formats 2016-09-20 21:01:57 +03:00
Steven Walters ee6b482234 Detect Avisynth initialization failures
Detect if there is a critical Avisynth initialization failure and print the associated error.
This, however, requires a feature present in the latest version of Avisynth alpha (2.6).
Previous versions are unaffected.
2010-12-06 18:57:00 -08:00
Steven Walters 7ff60b1bbb Avisynth 2.6 colorspace support
Use a customized avisynth_c.h to detect the new planar colorspaces.
2010-07-17 15:16:13 -07:00
Steven Walters 025f01dba7 Enhanced Avisynth input support
Requires avisynth_c.h from the Avisynth API headers.
Reports errors properly from Avisynth script input.
Automatically construct input scripts for almost any input file.
Tries ffmpegsource2, DSS2, directshowsource, and many other sourcing methods, based on the input file extension.
Automatically converts to YV12.
2009-11-29 21:02:10 -08:00