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-25CosmeticsVitor Sessak
2008-05-25CosmeticsVitor Sessak
2008-05-25Factor common code out of ifVitor Sessak
2008-05-25Rename another varVitor Sessak
2008-05-25Rename varVitor Sessak
2008-05-25Move var declaration to where it is neededVitor Sessak
2008-05-25Replace if(!a){B}else{C} by if(a){C}else{B}Vitor Sessak
2008-05-25Remove useless assignmentVitor Sessak
2008-05-25Simplify while(pad){pad--; etc} to while(pad--){etc}Vitor Sessak
2008-05-25Simplify extract_inout() as suggested by MichaelVitor Sessak
2008-05-25Change the parser logic following Michael's reviewVitor Sessak
2008-05-25The name field of AVFilterInOut can be declared constVitor Sessak
2008-05-25A semi-colon is also a string endVitor Sessak
2008-05-2510l: Missed that in one of the last commitsVitor Sessak
2008-05-25Move code from handle_link() to the only place the function is calledVitor Sessak
2008-05-25SimplifyVitor Sessak
2008-05-25Use a user-provided context for av_log()Vitor Sessak
2008-05-25Improve error handlingVitor Sessak
2008-05-25CosmeticsVitor Sessak
2008-05-25Better error handlingVitor Sessak
2008-05-25SimplifyVitor Sessak
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