]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavfilter
A semi-colon is also a string end
[frescor/ffmpeg.git] / libavfilter /
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
2008-04-04 vitorSimplify graph_load_from_desc3()
2008-04-04 vitorRename variable GraphContext -> AVFilterGraph
2008-04-04 vitorMerge avfiltergraphdesc.c in avfiltergraph.c
2008-04-04 vitorRemove avfilter_vf_graph
2008-04-04 vitorRemove more leftovers from the old parser
2008-04-04 vitorRemove code made unused by the two last patches
2008-04-04 vitorSplit graph_load_from_dest() to have a version independ...
2008-04-04 vitorRemove declaration of non-existing functions
2008-04-04 vitorAlmost from scratch rewrite of filter parser.
2008-04-04 vitorRemove ugly forward declaration
2008-04-04 vitorFix doxy comment
2008-04-04 vitorSpelling and puctuation
2008-04-04 vitorMake comment match code
2008-04-04 vitorMake multiple inclusion guard adhere to convention
2008-04-04 vitorRemove header now made useless
2008-04-04 vitorRemove author field
2008-04-04 vitorUse CodecType for pad type
2008-04-04 vitorHeader inclusion redux
2008-04-04 vitorNits: more punctuation and capitalization
2008-04-04 vitorImplement poll_frame() method. Fix ffmpeg.c bug with
2008-04-04 vitorRework link property configuration system.
2008-04-04 vitorUse separate fake filters for exporting inputs and...
2008-04-04 vitorUse a filter graph description for creating simple...
2008-04-04 vitorMake filter graph description parsing code independent...
2008-04-04 vitorUse av_log(ctx, ...) instead of av_log(NULL, ...)
2008-04-04 vitor10l
2008-04-04 vitorRewrite colorspace negotiation.
2008-04-04 vitorFix a small memory leak
2008-04-04 vitorinitialize filter graphs completely even if there is...
2008-04-04 vitorHandle failure properly
2008-04-04 vitorRemove useless empty functions
2008-04-04 vitorSilence warning caused by my last commit
2008-04-04 vitorMinor simplification
2008-04-04 vitorPrefix names of filter structs
2008-04-04 vitorRename avfilter_create to avfilter_open and remove...
2008-04-04 vitorDoxygenize some comments
2008-04-04 vitorRemove the data parameter from draw_slice(). It's...
2008-04-04 vitorAllow creation of filter graphs from a graph descriptio...
2008-04-04 vitorLet request_frame() indicate success or failure
2008-04-04 vitorNeed to copy over colorspace property too
2008-04-04 vitorFix behavior when exporting output pad with default...
2008-04-04 vitorLet the filter graph export input and output pads from...
2008-04-04 vitorSeparate the process of creating links between filters...
2008-04-04 vitorFix memory leak.
next