OSDN Git Service

lavfi: add video buffer sink, and use it in avtools
authorAnton Khirnov <anton@khirnov.net>
Fri, 27 Apr 2012 04:56:56 +0000 (06:56 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 9 May 2012 06:59:37 +0000 (08:59 +0200)
commitac71230902af1a8ebc7abf85143139ffb49838eb
tree1b3b3b4c484a35e0be341eca4cafe80d8befd930
parentab165047a6142ca0c8c333c36f4ebb96477622d7
lavfi: add video buffer sink, and use it in avtools

Also add the public interface libavfilter/buffersink.h.

Based on a commit by Stefano Sabatini.
avconv.c
avplay.c
cmdutils.c
cmdutils.h
configure
doc/filters.texi
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/buffersink.c [new file with mode: 0644]
libavfilter/buffersink.h [new file with mode: 0644]