]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavfilter/avfiltergraph.h
Revert "Prepare for O_DIRECT"
[frescor/ffmpeg.git] / libavfilter / avfiltergraph.h
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-12-26 stefanoFix and extend documentation for avfilter_graph_get_fil...
2008-08-31 stefanoRename globally the header inclusion guards.
2008-04-04 vitorHandle av_realloc() failure
2008-04-04 vitorRemove declaration of nonexisting function
2008-04-04 vitorI should not have merged the graph parser with the...
2008-04-04 vitorRename uninit() to avfilter_destroy_graph() and make...
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 vitorRename variable GraphContext -> AVFilterGraph
2008-04-04 vitorRemove avfilter_vf_graph
2008-04-04 vitorRemove more leftovers from the old parser
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 vitorSpelling and puctuation
2008-04-04 vitorMake comment match code
2008-04-04 vitorMake multiple inclusion guard adhere to convention
2008-04-04 vitorUse a filter graph description for creating simple...
2008-04-04 vitorMake filter graph description parsing code independent...
2008-04-04 vitorRewrite colorspace negotiation.
2008-04-04 vitorAllow creation of filter graphs from a graph descriptio...
2008-04-04 vitorSeparate the process of creating links between filters...
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 vitorMove simple filter chain loading code over to the filte...
2008-04-04 vitorSplit filter graphs out into their own source & header...