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-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-25I should not have merged the graph parser with the graphVitor Sessak