FFmpeg/libavfilter
Vitor Sessak 9dd08b4e1e Fix recursive avfilter_poll_frame(). It was doing
min = FFMIN(min, avfilter_poll_frame(link->src->inputs[i]))
which, since FFMIN is a macro, was calling itself
twice for every input, causing an exponential cost in time.

Originally committed as revision 20295 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-18 22:33:37 +00:00
..
allfilters.c Add the null video filter. 2009-10-18 09:44:33 +00:00
avfilter.c Fix recursive avfilter_poll_frame(). It was doing 2009-10-18 22:33:37 +00:00
avfilter.h Use 'enum PixelFormat *' rather than 'int *' as type for the 2009-10-18 09:31:57 +00:00
avfiltergraph.c Implement avfilter_graph_config_links(). 2009-05-31 16:30:12 +00:00
avfiltergraph.h Implement avfilter_graph_config_links(). 2009-05-31 16:30:12 +00:00
defaults.c Make avfilter_get_video_buffer() recursive. 2009-10-18 08:16:18 +00:00
formats.c Better description for merge_ref(). 2008-02-21 22:10:11 +00:00
graphparser.c "[" is a terminating char for the filter name. This fixes the parsing of 2009-05-08 19:14:21 +00:00
graphparser.h Remove the const qualifier for the name field of AVFilterInOut, since 2009-06-01 16:07:48 +00:00
Makefile Add the null video filter. 2009-10-18 09:44:33 +00:00
parseutils.c Log with level AV_LOG_ERROR if av_parse_color() cannot recognize a 2009-05-18 17:59:03 +00:00
parseutils.h Implement av_set_options_string(). 2009-05-14 22:57:08 +00:00
vf_null.c Add the null video filter. 2009-10-18 09:44:33 +00:00