]> git.sesse.net Git - ffmpeg/history - libavfilter/avfiltergraph.h
lavfi: switch to an AVOptions-based system.
[ffmpeg] / libavfilter / avfiltergraph.h
2013-03-16 Anton Khirnovavfiltergraph: replace AVFilterGraph.filter_count with...
2013-02-23 Justin Ruggleslavfi: connect libavresample options to af_resample...
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_GRAPH_AVCLASS cruft
2012-04-14 Stefano Sabatiniavfiltergraph: make the AVFilterInOut alloc/free API...
2012-04-14 Anton Khirnovgraphparser: add avfilter_graph_parse2().
2012-04-01 Anton Khirnovavfiltergraph: add an AVClass to AVFilterGraph on next...
2011-09-28 Stefano Sabatinilavfi: fix signature for avfilter_graph_parse() and...
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-04 Stefano SabatiniMake avfilter_graph_free() free the graph.
2011-01-12 Stefano SabatiniMake avfilter_graph_free() do nothing if graph is NULL.
2010-12-02 Stefano SabatiniAdd avfilter_graph_create_filter().
2010-11-13 Stefano SabatiniPrefix with "ff_" the functions:
2010-11-07 Stefano SabatiniRemove graphparser.h header, move AVFilterInOut and
2010-11-04 Stefano SabatiniRename avfilter_graph_destroy() to avfilter_graph_free().
2010-11-04 Stefano SabatiniImplement avfilter_graph_alloc().
2010-10-16 Stefano SabatiniAdd avfilter_graph_config().
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-04-11 Stefano SabatiniApply grammar/consistency nits to avfilter_graph_add_fi...
2010-01-10 Stefano SabatiniAdd a log context to avfilter_graph_config_links().
2009-05-31 Stefano SabatiniImplement avfilter_graph_config_links().
2009-05-14 Stefano SabatiniApply documentation fixes: use third person, fix gramma...
2009-02-26 Stefano SabatiniRename avfilter_destroy_graph() to avfilter_graph_destr...
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...