]> git.sesse.net Git - x264/commit
Add video filtering system to x264cli
authorSteven Walters <kemuri9@gmail.com>
Mon, 5 Jul 2010 21:37:47 +0000 (17:37 -0400)
committerFiona Glaser <fiona@x264.com>
Thu, 15 Jul 2010 01:50:34 +0000 (18:50 -0700)
commitc58954cc7c2516dd5f704a506da9fe824f34d9df
treec07f8015eef926e426dbfa03ebdc52925b99b6f8
parentda978ebe60f4d3e08cff46704762d2471d280508
Add video filtering system to x264cli
Similar to mplayer's -vf system.
Supports some basic operations like resizing and cropping.  Will support more in the future.
See the help for more details.
28 files changed:
Makefile
common/frame.c
configure
encoder/encoder.c
filters/filters.c [new file with mode: 0644]
filters/filters.h [new file with mode: 0644]
filters/video/cache.c [new file with mode: 0644]
filters/video/crop.c [new file with mode: 0644]
filters/video/fix_vfr_pts.c [new file with mode: 0644]
filters/video/internal.c [new file with mode: 0644]
filters/video/internal.h [new file with mode: 0644]
filters/video/resize.c [new file with mode: 0644]
filters/video/select_every.c [new file with mode: 0644]
filters/video/source.c [new file with mode: 0644]
filters/video/video.c [new file with mode: 0644]
filters/video/video.h [new file with mode: 0644]
input/avs.c
input/ffms.c
input/input.c [new file with mode: 0644]
input/input.h
input/lavf.c
input/raw.c [moved from input/yuv.c with 57% similarity]
input/thread.c
input/timecode.c
input/y4m.c
x264.c
x264.h
x264cli.h