]> git.sesse.net Git - x264/commit
Enhanced Avisynth input support
authorSteven Walters <kemuri9@gmail.com>
Fri, 27 Nov 2009 06:37:18 +0000 (22:37 -0800)
committerFiona Glaser <fiona@x264.com>
Mon, 30 Nov 2009 05:02:10 +0000 (21:02 -0800)
commit025f01dba74e6f92aa282e01cafeb8ec841af3e7
tree55b63d0b47b3e4254daed1490bdb594f7f8ff19a
parent979c14da90d69d05661430ace29d111efe615281
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.
13 files changed:
Makefile
configure
encoder/encoder.c
extras/avisynth_c.h [new file with mode: 0644]
input/avs.c [new file with mode: 0644]
input/input.h
input/thread.c
input/vfw.c [moved from input/avis.c with 80% similarity]
input/y4m.c
input/yuv.c
muxers.h
x264.c
x264.h