ffmpeg/libavfilter
Stefano Sabatini b5eab66e9f Make avfilter_default_start_frame() request a buffer with the same
size of the output link of the destination filter, rather than of the
size of the input link.
In particular this fixes a crash in the rotate filter.

Originally committed as revision 21238 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16 10:10:14 +00:00
..
Makefile
allfilters.c Add scale filter. 2009-11-11 23:50:21 +00:00
avfilter.c Make avfilter_insert_filter() log the names of the filters between 2010-01-13 00:16:52 +00:00
avfilter.h
avfiltergraph.c Make query_formats() print an error message if an auto-inserted scale 2010-01-13 00:09:24 +00:00
avfiltergraph.h
defaults.c Make avfilter_default_start_frame() request a buffer with the same 2010-01-16 10:10:14 +00:00
formats.c
graphparser.c
graphparser.h
libavfilter.v Add symbol versioning for shared libraries 2010-01-16 04:49:02 +00:00
parseutils.c
parseutils.h
vf_crop.c
vf_format.c
vf_null.c
vf_scale.c
vf_slicify.c
vf_vflip.c