summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* Plug some memory leaksVitor Sessak2008-05-241-2/+12
* Merge variable initialization and declarationVitor Sessak2008-05-241-2/+1
* CosmeticsVitor Sessak2008-05-241-3/+2
* Remove unnused varVitor Sessak2008-05-241-9/+3
* SimplifyVitor Sessak2008-05-241-9/+5
* Use av_mallocz instead of av_malloc to simplify some codeVitor Sessak2008-05-241-4/+2
* Factor linked list insertion in its own functionVitor Sessak2008-05-241-7/+11
* Remove comment redundant with those in graphparser.hVitor Sessak2008-05-241-3/+0
* These error messages should print the filter name, not the instance nameVitor Sessak2008-05-241-2/+2
* 10l: fix previous commitVitor Sessak2008-05-241-1/+2
* SimplifyVitor Sessak2008-05-241-5/+2
* Remove senseless commentsVitor Sessak2008-05-241-4/+0
* Cosmetics: split setting a var and checking for errorVitor Sessak2008-05-241-3/+8
* Fix doxy commentVitor Sessak2008-05-241-2/+2
* Make parse_link_name() return a pointer to the name readVitor Sessak2008-05-241-10/+9
* Cosmetics: more function reorderingVitor Sessak2008-05-241-23/+23
* Make consume_whitespace() return a number of bytes to be skipedVitor Sessak2008-05-241-8/+8
* Cosmetics: change function orderVitor Sessak2008-05-242-38/+36
* SimplifyVitor Sessak2008-05-241-2/+1
* Pass the inputs and outputs of avfilter_parse_graph() with a AVFilterInOut li...Vitor Sessak2008-05-242-37/+21
* Cosmetics: more indentation consistencyVitor Sessak2008-05-241-6/+6
* More cosmetics: make indentation more consistentVitor Sessak2008-05-241-4/+4
* More cosmeticsVitor Sessak2008-05-241-4/+4
* Move code out of ifVitor Sessak2008-05-241-4/+2
* CosmeticsVitor Sessak2008-05-241-1/+0
* CosmeticsVitor Sessak2008-05-241-11/+11
* Factor common code out of ifVitor Sessak2008-05-241-15/+14
* Rename another varVitor Sessak2008-05-241-8/+8
* Rename varVitor Sessak2008-05-241-6/+6
* Move var declaration to where it is neededVitor Sessak2008-05-241-1/+1
* Replace if(!a){B}else{C} by if(a){C}else{B}Vitor Sessak2008-05-241-20/+20
* Remove useless assignmentVitor Sessak2008-05-241-1/+0
* Simplify while(pad){pad--; etc} to while(pad--){etc}Vitor Sessak2008-05-241-4/+2
* Simplify extract_inout() as suggested by MichaelVitor Sessak2008-05-241-16/+5
* Change the parser logic following Michael's reviewVitor Sessak2008-05-241-115/+212
* The name field of AVFilterInOut can be declared constVitor Sessak2008-05-241-1/+1
* A semi-colon is also a string endVitor Sessak2008-05-241-0/+1
* 10l: Missed that in one of the last commitsVitor Sessak2008-05-241-1/+1
* Move code from handle_link() to the only place the function is calledVitor Sessak2008-05-241-46/+32
* SimplifyVitor Sessak2008-05-242-6/+7
* Use a user-provided context for av_log()Vitor Sessak2008-05-241-43/+36
* Improve error handlingVitor Sessak2008-05-241-1/+3
* CosmeticsVitor Sessak2008-05-241-1/+1
* Better error handlingVitor Sessak2008-05-241-0/+3
* SimplifyVitor Sessak2008-05-241-6/+2
* Link filters in the same pass as the parserVitor Sessak2008-05-241-36/+53
* Cosmetics: if(x != NULL) -> if(x)Vitor Sessak2008-05-241-2/+2
* Even more improvements on whitespaces handlingVitor Sessak2008-05-241-2/+4
* More improvements on the handling of whitespacesVitor Sessak2008-05-241-3/+7
* Proper handling of trailing whitespacesVitor Sessak2008-05-241-0/+4
OpenPOWER on IntegriCloud