ffmpeg/libavfilter
Stefano Sabatini 5bb5c1dc86 Add AVFilterPicRef.pos field and make libavfilter propagate stream
byte position information, as stored in the pkt.pos, through the
filterchain.

Note that the pos field is added *non* at the end of the
AVFilterPicRef struct, thus breaking ABI compatibility, which is
allowed as the API is still considered non-stable.

Originally committed as revision 22506 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-13 11:27:05 +00:00
..
allfilters.c
avfilter.c Add AVFilterPicRef.pos field and make libavfilter propagate stream 2010-03-13 11:27:05 +00:00
avfilter.h Add AVFilterPicRef.pos field and make libavfilter propagate stream 2010-03-13 11:27:05 +00:00
avfiltergraph.c
avfiltergraph.h
defaults.c Add AVFilterPicRef.pos field and make libavfilter propagate stream 2010-03-13 11:27:05 +00:00
formats.c
graphparser.c
graphparser.h
libavfilter.v
Makefile Add the graph2dot tools and document it. 2010-02-25 19:55:01 +00:00
parseutils.c
parseutils.h
vf_crop.c
vf_format.c
vf_null.c
vf_scale.c
vf_slicify.c Extend the slice filter to make it issue slice height values randomly 2010-03-13 10:41:25 +00:00
vf_vflip.c
vsink_nullsink.c
vsrc_nullsrc.c