summaryrefslogtreecommitdiff
path: root/libavfilter/graphparser.c
Commit message (Expand)AuthorAge
...
* A semi-colon is also a string endVitor Sessak2008-05-24
* 10l: Missed that in one of the last commitsVitor Sessak2008-05-24
* Move code from handle_link() to the only place the function is calledVitor Sessak2008-05-24
* SimplifyVitor Sessak2008-05-24
* Use a user-provided context for av_log()Vitor Sessak2008-05-24
* Improve error handlingVitor Sessak2008-05-24
* CosmeticsVitor Sessak2008-05-24
* Better error handlingVitor Sessak2008-05-24
* SimplifyVitor Sessak2008-05-24
* Link filters in the same pass as the parserVitor Sessak2008-05-24
* Cosmetics: if(x != NULL) -> if(x)Vitor Sessak2008-05-24
* Even more improvements on whitespaces handlingVitor Sessak2008-05-24
* More improvements on the handling of whitespacesVitor Sessak2008-05-24
* Proper handling of trailing whitespacesVitor Sessak2008-05-24
* Remove unneeded varVitor Sessak2008-05-24
* Cosmetics: alignmentVitor Sessak2008-05-24
* Make two variables constVitor Sessak2008-05-24
* Better error messagesVitor Sessak2008-05-24
* More simplifyingVitor Sessak2008-05-24
* SimplifyVitor Sessak2008-05-24
* Merge declaration and initializationVitor Sessak2008-05-24
* CosmeticsVitor Sessak2008-05-24
* Update comments to new syntaxVitor Sessak2008-05-24
* 10l: Forgot to consider the null byte at the end of the string when alloc'ingVitor Sessak2008-05-24
* Use '[' and ']' for label namingVitor Sessak2008-05-24
* Rename avfilter_graph_parse_chain() to avfilter_parse_graph()Vitor Sessak2008-05-24
* Rename AVFilterInOut.instance to AVFilterInOut.filterVitor Sessak2008-05-24
* CosmeticsVitor Sessak2008-05-24
* Simplify consume_string() as Michael suggestedVitor Sessak2008-05-24
* SimplifyVitor Sessak2008-05-24
* Better instance name for parsed filtersVitor Sessak2008-05-24
* Use link_filter() instead avfilter_link() when clearerVitor Sessak2008-05-24
* Avoid searching by instance name when it is not necessaryVitor Sessak2008-05-24
* Better error messagesVitor Sessak2008-05-24
* Handle av_realloc() failureVitor Sessak2008-05-24
* I should not have merged the graph parser with the graphVitor Sessak2008-05-24