]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavfilter/graphparser.c
Remove unneeded var
[frescor/ffmpeg.git] / libavfilter / graphparser.c
2008-05-24 vitorRemove unneeded var
2008-05-24 vitorCosmetics: alignment
2008-05-24 vitorMake two variables const
2008-05-24 vitorBetter error messages
2008-05-24 vitorMore simplifying
2008-05-24 vitorSimplify
2008-05-24 vitorMerge declaration and initialization
2008-05-24 vitorCosmetics
2008-05-24 vitorUpdate comments to new syntax
2008-05-24 vitor10l: Forgot to consider the null byte at the end of...
2008-05-24 vitorUse '[' and ']' for label naming
2008-05-24 vitorRename avfilter_graph_parse_chain() to avfilter_parse_g...
2008-05-24 vitorRename AVFilterInOut.instance to AVFilterInOut.filter
2008-05-24 vitorCosmetics
2008-05-24 vitorSimplify consume_string() as Michael suggested
2008-05-24 vitorSimplify
2008-05-24 vitorBetter instance name for parsed filters
2008-05-24 vitorUse link_filter() instead avfilter_link() when clearer
2008-05-24 vitorAvoid searching by instance name when it is not necessary
2008-05-24 vitorBetter error messages
2008-05-24 vitorHandle av_realloc() failure
2008-05-24 vitorI should not have merged the graph parser with the...