[x264-devel] Add AvxSynth support to the AviSynth input module.
Stephen Hutchinson
git at videolan.org
Wed Feb 27 00:18:06 CET 2013
x264 | branch: master | Stephen Hutchinson <qyot27 at gmail.com> | Tue Feb 12 21:55:43 2013 -0500| [eaae05ea3f104dc9fa948327e10649ec693adf0e] | committer: Jason Garrett-Glaser
Add AvxSynth support to the AviSynth input module.
Uses dlopen to load AvxSynth on Linux and OS X.
Allows the use of --demuxer avs for AvxSynth, though the only source filter it
can currently use is FFMS2.
Add a local copy of avxsynth_c.h and its dependent headers in extras/ so that
users don't need to actually have AvxSynth development headers installed to
enable support for it (mirroring the AviSynth behavior).
Based on a patch by 0x09 (tab at lavabit.com)
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=eaae05ea3f104dc9fa948327e10649ec693adf0e
---
configure | 14 +-
extras/avxsynth_c.h | 727 ++++++++++++++++++++++++
extras/windowsPorts/basicDataTypeConversions.h | 85 +++
extras/windowsPorts/windows2linux.h | 77 +++
input/avs.c | 51 +-
5 files changed, 946 insertions(+), 8 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=eaae05ea3f104dc9fa948327e10649ec693adf0e
More information about the x264-devel
mailing list