]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavfilter
Move iv_decode_frame function to remove a forward declaration.
[frescor/ffmpeg.git] / libavfilter /
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-28 stefanoFix a typo.
2008-08-28 stefanoReword a sentence in a doxy making its interpretation...
2008-08-08 stefanoImplement avfilter_version().
2008-05-26 diegoconsistency cosmetics: indices --> indexes
2008-05-24 vitorSplit openLinks linked list into openInputs and openOutputs
2008-05-24 vitorOne more memory leak
2008-05-24 vitorCosmetical: move statement
2008-05-24 vitorPlug some memory leaks
2008-05-24 vitorMerge variable initialization and declaration
2008-05-24 vitorCosmetics
2008-05-24 vitorRemove unnused var
2008-05-24 vitorSimplify
2008-05-24 vitorUse av_mallocz instead of av_malloc to simplify some...
2008-05-24 vitorFactor linked list insertion in its own function
2008-05-24 vitorRemove comment redundant with those in graphparser.h
2008-05-24 vitorThese error messages should print the filter name,...
2008-05-24 vitor10l: fix previous commit
2008-05-24 vitorSimplify
2008-05-24 vitorRemove senseless comments
2008-05-24 vitorCosmetics: split setting a var and checking for error
2008-05-24 vitorFix doxy comment
2008-05-24 vitorMake parse_link_name() return a pointer to the name...
2008-05-24 vitorCosmetics: more function reordering
2008-05-24 vitorMake consume_whitespace() return a number of bytes...
2008-05-24 vitorCosmetics: change function order
2008-05-24 vitorSimplify
2008-05-24 vitorPass the inputs and outputs of avfilter_parse_graph...
2008-05-24 vitorCosmetics: more indentation consistency
2008-05-24 vitorMore cosmetics: make indentation more consistent
2008-05-24 vitorMore cosmetics
2008-05-24 vitorMove code out of if
2008-05-24 vitorCosmetics
2008-05-24 vitorCosmetics
2008-05-24 vitorFactor common code out of if
2008-05-24 vitorRename another var
2008-05-24 vitorRename var
2008-05-24 vitorMove var declaration to where it is needed
2008-05-24 vitorReplace if(!a){B}else{C} by if(a){C}else{B}
2008-05-24 vitorRemove useless assignment
2008-05-24 vitorSimplify while(pad){pad--; etc} to while(pad--){etc}
2008-05-24 vitorSimplify extract_inout() as suggested by Michael
2008-05-24 vitorChange the parser logic following Michael's review
2008-05-24 vitorThe name field of AVFilterInOut can be declared const
2008-05-24 vitorA semi-colon is also a string end
2008-05-24 vitor10l: Missed that in one of the last commits
2008-05-24 vitorMove code from handle_link() to the only place the...
2008-05-24 vitorSimplify
2008-05-24 vitorUse a user-provided context for av_log()
2008-05-24 vitorImprove error handling
2008-05-24 vitorCosmetics
2008-05-24 vitorBetter error handling
2008-05-24 vitorSimplify
2008-05-24 vitorLink filters in the same pass as the parser
2008-05-24 vitorCosmetics: if(x != NULL) -> if(x)
2008-05-24 vitorEven more improvements on whitespaces handling
2008-05-24 vitorMore improvements on the handling of whitespaces
2008-05-24 vitorProper handling of trailing whitespaces
2008-05-24 vitorRemove unneeded var
2008-05-24 vitorCosmetics: alignment
2008-05-24 vitorMake two variables const
2008-05-24 vitorBetter error messages
2008-05-24 vitorMore simplifying
2008-05-24 vitorSimplify
2008-05-24 vitorMerge declaration and initialization
2008-05-24 vitorCosmetics
2008-05-24 vitorUpdate comments to new syntax
2008-05-24 vitor10l: Forgot to consider the null byte at the end of...
2008-05-24 vitorUse '[' and ']' for label naming
2008-05-24 vitorRename avfilter_graph_parse_chain() to avfilter_parse_g...
2008-05-24 vitorRename AVFilterInOut.instance to AVFilterInOut.filter
2008-05-24 vitorCosmetics
2008-05-24 vitorSimplify consume_string() as Michael suggested
2008-05-24 vitorSimplify
2008-05-24 vitorBetter instance name for parsed filters
2008-05-24 vitorUse link_filter() instead avfilter_link() when clearer
2008-05-24 vitorAvoid searching by instance name when it is not necessary
2008-05-24 vitorBetter error messages
2008-05-24 vitorHandle av_realloc() failure
2008-05-24 vitorLast commit was missing header file
2008-05-24 vitorI should not have merged the graph parser with the...
2008-05-09 diegoUse full path for #includes from another directory.
2008-04-07 mrunon-recursive makefiles
2008-04-04 vitorHandle av_realloc() failure
2008-04-04 vitorUse sizeof(var) instead of sizeof(type)
2008-04-04 vitorGive a more meaningful instance name to auto-inserted...
2008-04-04 vitorMerge two ifs
2008-04-04 vitorRemove unused check
2008-04-04 vitorCosmetical: alignment
2008-04-04 vitorRemove some unwanted todos
2008-04-04 vitorRemove declaration of nonexisting function
2008-04-04 vitorI should not have merged the graph parser with the...
2008-04-04 vitorReplace consume_char() function by *(*buf)++
2008-04-04 vitorAdd backslash '\' support to the parser
2008-04-04 vitorRemove AVFilterGraphDesc struct.
2008-04-04 vitorRename uninit() to avfilter_destroy_graph() and make...
2008-04-04 vitorRename functions now static
2008-04-04 vitorMove funtion to avoid forward declaration
2008-04-04 vitorMove mess (to be removed) to where it is actually used.
2008-04-04 vitorRemove usage of AVFilterGraphDesc outside avfiltergraph.c
next