summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
...
* 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
* Last commit was missing header fileVitor Sessak2008-05-24
* I should not have merged the graph parser with the graphVitor Sessak2008-05-24
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* non-recursive makefilesMåns Rullgård2008-04-07
* Handle av_realloc() failureVitor Sessak2008-04-04
* Use sizeof(var) instead of sizeof(type)Vitor Sessak2008-04-04
* Give a more meaningful instance name to auto-inserted scalerVitor Sessak2008-04-04
* Merge two ifsVitor Sessak2008-04-04
* Remove unused checkVitor Sessak2008-04-04
* Cosmetical: alignmentVitor Sessak2008-04-04
* Remove some unwanted todosVitor Sessak2008-04-04
* Remove declaration of nonexisting functionVitor Sessak2008-04-04
* I should not have merged the graph parser with the graphVitor Sessak2008-04-04
* Replace consume_char() function by *(*buf)++Vitor Sessak2008-04-04
* Add backslash '\' support to the parserVitor Sessak2008-04-04
* Remove AVFilterGraphDesc struct.Vitor Sessak2008-04-04
* Rename uninit() to avfilter_destroy_graph() and make it non-staticVitor Sessak2008-04-04
* Rename functions now staticVitor Sessak2008-04-04
* Move funtion to avoid forward declarationVitor Sessak2008-04-04
* Move mess (to be removed) to where it is actually used.Vitor Sessak2008-04-04
* Remove usage of AVFilterGraphDesc outside avfiltergraph.cVitor Sessak2008-04-04
* Simplify graph_load_from_desc3()Vitor Sessak2008-04-04
* Rename variable GraphContext -> AVFilterGraphVitor Sessak2008-04-04
* Merge avfiltergraphdesc.c in avfiltergraph.cVitor Sessak2008-04-04
* Remove avfilter_vf_graphVitor Sessak2008-04-04
* Remove more leftovers from the old parserVitor Sessak2008-04-04