summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* Cosmetics: if(x != NULL) -> if(x)Vitor Sessak2008-05-241-2/+2
* Even more improvements on whitespaces handlingVitor Sessak2008-05-241-2/+4
* More improvements on the handling of whitespacesVitor Sessak2008-05-241-3/+7
* Proper handling of trailing whitespacesVitor Sessak2008-05-241-0/+4
* Remove unneeded varVitor Sessak2008-05-241-7/+6
* Cosmetics: alignmentVitor Sessak2008-05-241-3/+3
* Make two variables constVitor Sessak2008-05-242-3/+3
* Better error messagesVitor Sessak2008-05-241-3/+19
* More simplifyingVitor Sessak2008-05-241-2/+1
* SimplifyVitor Sessak2008-05-241-4/+3
* Merge declaration and initializationVitor Sessak2008-05-241-2/+1
* CosmeticsVitor Sessak2008-05-241-15/+15
* Update comments to new syntaxVitor Sessak2008-05-241-2/+2
* 10l: Forgot to consider the null byte at the end of the string when alloc'ingVitor Sessak2008-05-241-1/+1
* Use '[' and ']' for label namingVitor Sessak2008-05-242-7/+7
* Rename avfilter_graph_parse_chain() to avfilter_parse_graph()Vitor Sessak2008-05-241-1/+3
* Rename AVFilterInOut.instance to AVFilterInOut.filterVitor Sessak2008-05-241-9/+9
* CosmeticsVitor Sessak2008-05-241-1/+1
* Simplify consume_string() as Michael suggestedVitor Sessak2008-05-241-52/+25
* SimplifyVitor Sessak2008-05-241-1/+1
* Better instance name for parsed filtersVitor Sessak2008-05-241-3/+3
* Use link_filter() instead avfilter_link() when clearerVitor Sessak2008-05-241-13/+5
* Avoid searching by instance name when it is not necessaryVitor Sessak2008-05-241-64/+47
* Better error messagesVitor Sessak2008-05-241-3/+9
* Handle av_realloc() failureVitor Sessak2008-05-241-1/+4
* Last commit was missing header fileVitor Sessak2008-05-241-0/+40
* I should not have merged the graph parser with the graphVitor Sessak2008-05-241-0/+387
* Use full path for #includes from another directory.Diego Biurrun2008-05-093-3/+3
* non-recursive makefilesMåns Rullgård2008-04-071-2/+2
* Handle av_realloc() failureVitor Sessak2008-04-042-3/+11
* Use sizeof(var) instead of sizeof(type)Vitor Sessak2008-04-041-1/+1
* Give a more meaningful instance name to auto-inserted scalerVitor Sessak2008-04-041-2/+7
* Merge two ifsVitor Sessak2008-04-041-10/+6
* Remove unused checkVitor Sessak2008-04-041-3/+0
* Cosmetical: alignmentVitor Sessak2008-04-041-2/+2
* Remove some unwanted todosVitor Sessak2008-04-041-6/+0
* Remove declaration of nonexisting functionVitor Sessak2008-04-041-5/+0
* I should not have merged the graph parser with the graphVitor Sessak2008-04-042-370/+8
* Replace consume_char() function by *(*buf)++Vitor Sessak2008-04-041-22/+6
* Add backslash '\' support to the parserVitor Sessak2008-04-041-16/+29
* Remove AVFilterGraphDesc struct.Vitor Sessak2008-04-041-214/+70
* Rename uninit() to avfilter_destroy_graph() and make it non-staticVitor Sessak2008-04-042-2/+7
* Rename functions now staticVitor Sessak2008-04-041-6/+6
* Move funtion to avoid forward declarationVitor Sessak2008-04-041-35/+34
* Move mess (to be removed) to where it is actually used.Vitor Sessak2008-04-042-53/+43
* Remove usage of AVFilterGraphDesc outside avfiltergraph.cVitor Sessak2008-04-042-11/+24
* Simplify graph_load_from_desc3()Vitor Sessak2008-04-041-41/+54
* Rename variable GraphContext -> AVFilterGraphVitor Sessak2008-04-042-13/+13
* Merge avfiltergraphdesc.c in avfiltergraph.cVitor Sessak2008-04-041-0/+338
* Remove avfilter_vf_graphVitor Sessak2008-04-042-153/+38
OpenPOWER on IntegriCloud