Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-25Link filters in the same pass as the parserVitor Sessak
2008-05-25Cosmetics: if(x != NULL) -> if(x)Vitor Sessak
2008-05-25Even more improvements on whitespaces handlingVitor Sessak
2008-05-25More improvements on the handling of whitespacesVitor Sessak
2008-05-25Proper handling of trailing whitespacesVitor Sessak
2008-05-25Remove unneeded varVitor Sessak
2008-05-25Cosmetics: alignmentVitor Sessak
2008-05-25Make two variables constVitor Sessak
2008-05-25Better error messagesVitor Sessak
2008-05-25More simplifyingVitor Sessak
2008-05-25SimplifyVitor Sessak
2008-05-25Merge declaration and initializationVitor Sessak
2008-05-25CosmeticsVitor Sessak
2008-05-25Update comments to new syntaxVitor Sessak
2008-05-2510l: Forgot to consider the null byte at the end of the string when alloc'ingVitor Sessak
2008-05-25Use '[' and ']' for label namingVitor Sessak
2008-05-25Rename avfilter_graph_parse_chain() to avfilter_parse_graph()Vitor Sessak
2008-05-25Rename AVFilterInOut.instance to AVFilterInOut.filterVitor Sessak
2008-05-25CosmeticsVitor Sessak
2008-05-25Simplify consume_string() as Michael suggestedVitor Sessak
2008-05-25SimplifyVitor Sessak
2008-05-25Better instance name for parsed filtersVitor Sessak
2008-05-25Use link_filter() instead avfilter_link() when clearerVitor Sessak
2008-05-25Avoid searching by instance name when it is not necessaryVitor Sessak
2008-05-25Better error messagesVitor Sessak
2008-05-25Handle av_realloc() failureVitor Sessak
2008-05-25Last commit was missing header fileVitor Sessak
2008-05-25I should not have merged the graph parser with the graphVitor Sessak
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-08non-recursive makefilesMåns Rullgård
2008-04-05Handle av_realloc() failureVitor Sessak
2008-04-05Use sizeof(var) instead of sizeof(type)Vitor Sessak
2008-04-05Give a more meaningful instance name to auto-inserted scalerVitor Sessak
2008-04-05Merge two ifsVitor Sessak
2008-04-05Remove unused checkVitor Sessak
2008-04-05Cosmetical: alignmentVitor Sessak
2008-04-05Remove some unwanted todosVitor Sessak
2008-04-05Remove declaration of nonexisting functionVitor Sessak
2008-04-05I should not have merged the graph parser with the graphVitor Sessak
2008-04-05Replace consume_char() function by *(*buf)++Vitor Sessak
2008-04-05Add backslash '\' support to the parserVitor Sessak
2008-04-05Remove AVFilterGraphDesc struct.Vitor Sessak
2008-04-05Rename uninit() to avfilter_destroy_graph() and make it non-staticVitor Sessak
2008-04-05Rename functions now staticVitor Sessak
2008-04-05Move funtion to avoid forward declarationVitor Sessak
2008-04-05Move mess (to be removed) to where it is actually used.Vitor Sessak
2008-04-05Remove usage of AVFilterGraphDesc outside avfiltergraph.cVitor Sessak
2008-04-05Simplify graph_load_from_desc3()Vitor Sessak
2008-04-05Rename variable GraphContext -> AVFilterGraphVitor Sessak
2008-04-05Merge avfiltergraphdesc.c in avfiltergraph.cVitor Sessak