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-08-08Implement avfilter_version().Stefano Sabatini
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun
2008-05-25Split openLinks linked list into openInputs and openOutputsVitor Sessak
2008-05-25One more memory leakVitor Sessak
2008-05-25Cosmetical: move statementVitor Sessak
2008-05-25Plug some memory leaksVitor Sessak
2008-05-25Merge variable initialization and declarationVitor Sessak
2008-05-25CosmeticsVitor Sessak
2008-05-25Remove unnused varVitor Sessak
2008-05-25SimplifyVitor Sessak
2008-05-25Use av_mallocz instead of av_malloc to simplify some codeVitor Sessak
2008-05-25Factor linked list insertion in its own functionVitor Sessak
2008-05-25Remove comment redundant with those in graphparser.hVitor Sessak
2008-05-25These error messages should print the filter name, not the instance nameVitor Sessak
2008-05-2510l: fix previous commitVitor Sessak
2008-05-25SimplifyVitor Sessak
2008-05-25Remove senseless commentsVitor Sessak
2008-05-25Cosmetics: split setting a var and checking for errorVitor Sessak
2008-05-25Fix doxy commentVitor Sessak
2008-05-25Make parse_link_name() return a pointer to the name readVitor Sessak
2008-05-25Cosmetics: more function reorderingVitor Sessak
2008-05-25Make consume_whitespace() return a number of bytes to be skipedVitor Sessak
2008-05-25Cosmetics: change function orderVitor Sessak
2008-05-25SimplifyVitor Sessak
2008-05-25Pass the inputs and outputs of avfilter_parse_graph() with a AVFilterInOut li...Vitor Sessak
2008-05-25Cosmetics: more indentation consistencyVitor Sessak
2008-05-25More cosmetics: make indentation more consistentVitor Sessak
2008-05-25More cosmeticsVitor Sessak
2008-05-25Move code out of ifVitor Sessak
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