]> git.sesse.net Git - ffmpeg/history - libavfilter/avfiltergraph.h
Implement in AVFilterGraph the scale_sws_opts field, and pass its
[ffmpeg] / libavfilter / avfiltergraph.h
2009-02-23 Stefano SabatiniImplement in AVFilterGraph the scale_sws_opts field...
2009-01-26 Stefano SabatiniImplement avfilter_graph_check_validity().
2008-12-26 Stefano SabatiniFix and extend documentation for avfilter_graph_get_fil...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-04-04 Vitor SessakHandle av_realloc() failure
2008-04-04 Vitor SessakRemove declaration of nonexisting function
2008-04-04 Vitor SessakI should not have merged the graph parser with the...
2008-04-04 Vitor SessakRename uninit() to avfilter_destroy_graph() and make...
2008-04-04 Vitor SessakMove mess (to be removed) to where it is actually used.
2008-04-04 Vitor SessakRemove usage of AVFilterGraphDesc outside avfiltergraph.c
2008-04-04 Vitor SessakRename variable GraphContext -> AVFilterGraph
2008-04-04 Vitor SessakRemove avfilter_vf_graph
2008-04-04 Vitor SessakRemove more leftovers from the old parser
2008-04-04 Vitor SessakSplit graph_load_from_dest() to have a version independ...
2008-04-04 Vitor SessakRemove declaration of non-existing functions
2008-04-04 Vitor SessakAlmost from scratch rewrite of filter parser.
2008-04-04 Vitor SessakRemove ugly forward declaration
2008-04-04 Vitor SessakSpelling and puctuation
2008-04-04 Vitor SessakMake comment match code
2008-04-04 Vitor SessakMake multiple inclusion guard adhere to convention
2008-04-04 Vitor SessakUse a filter graph description for creating simple...
2008-04-04 Vitor SessakMake filter graph description parsing code independent...
2008-04-04 Vitor SessakRewrite colorspace negotiation.
2008-04-04 Vitor SessakAllow creation of filter graphs from a graph descriptio...
2008-04-04 Vitor SessakSeparate the process of creating links between filters...
2008-04-04 Vitor SessakMake the filter graph just another normal filter.
2008-04-04 Vitor SessakAllow code to pass data to filters it creates.
2008-04-04 Vitor SessakMove simple filter chain loading code over to the filte...
2008-04-04 Vitor SessakSplit filter graphs out into their own source & header...