summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
...
* Pass the inputs and outputs of avfilter_parse_graph() with a AVFilterInOut li...Vitor Sessak2008-05-24
* Cosmetics: more indentation consistencyVitor Sessak2008-05-24
* More cosmetics: make indentation more consistentVitor Sessak2008-05-24
* More cosmeticsVitor Sessak2008-05-24
* Move code out of ifVitor Sessak2008-05-24
* CosmeticsVitor Sessak2008-05-24
* CosmeticsVitor Sessak2008-05-24
* Factor common code out of ifVitor Sessak2008-05-24
* Rename another varVitor Sessak2008-05-24
* Rename varVitor Sessak2008-05-24
* Move var declaration to where it is neededVitor Sessak2008-05-24
* Replace if(!a){B}else{C} by if(a){C}else{B}Vitor Sessak2008-05-24
* Remove useless assignmentVitor Sessak2008-05-24
* Simplify while(pad){pad--; etc} to while(pad--){etc}Vitor Sessak2008-05-24
* Simplify extract_inout() as suggested by MichaelVitor Sessak2008-05-24
* Change the parser logic following Michael's reviewVitor Sessak2008-05-24
* The name field of AVFilterInOut can be declared constVitor Sessak2008-05-24
* A semi-colon is also a string endVitor Sessak2008-05-24
* 10l: Missed that in one of the last commitsVitor Sessak2008-05-24
* Move code from handle_link() to the only place the function is calledVitor Sessak2008-05-24
* SimplifyVitor Sessak2008-05-24
* Use a user-provided context for av_log()Vitor Sessak2008-05-24
* Improve error handlingVitor Sessak2008-05-24
* CosmeticsVitor Sessak2008-05-24
* Better error handlingVitor Sessak2008-05-24
* SimplifyVitor Sessak2008-05-24
* Link filters in the same pass as the parserVitor Sessak2008-05-24
* Cosmetics: if(x != NULL) -> if(x)Vitor Sessak2008-05-24
* 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