]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavfilter/avfiltergraph.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavfilter / avfiltergraph.c
2009-02-26 stefanoRename avfilter_destroy_graph() to avfilter_graph_destr...
2009-02-23 stefanoImplement in AVFilterGraph the scale_sws_opts field...
2009-01-26 stefanoImplement avfilter_graph_check_validity().
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 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 code made unused by the two last patches
2008-04-04 vitorSplit graph_load_from_dest() to have a version independ...
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 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 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.
2008-04-04 vitorMake the filter graph just another normal filter.
2008-04-04 vitorAllow code to pass data to filters it creates.
2008-04-04 vitorDon't mangle the input strings. The caller may want...
2008-04-04 vitorEnsure that the filter_count member is reset to zero...
2008-04-04 vitorFix possible segfault
2008-04-04 vitorMove simple filter chain loading code over to the filte...
2008-04-04 vitorMove destruction of the graph's filters to its own...
2008-04-04 vitorSplit filter graphs out into their own source & header...