summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.h
Commit message (Expand)AuthorAge
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-11
* avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov2013-03-16
* lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles2013-02-23
* lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov2012-06-26
* avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2012-04-14
* graphparser: add avfilter_graph_parse2().Anton Khirnov2012-04-14
* avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov2012-04-01
* lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-09-28
* multiple inclusion guard cleanupDiego Biurrun2011-05-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-04
* Make avfilter_graph_free() do nothing if graph is NULL.Stefano Sabatini2011-01-12
* Add avfilter_graph_create_filter().Stefano Sabatini2010-12-02
* Prefix with "ff_" the functions:Stefano Sabatini2010-11-13
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-07
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-04
* Implement avfilter_graph_alloc().Stefano Sabatini2010-11-04
* Add avfilter_graph_config().Stefano Sabatini2010-10-16
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-02
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Apply grammar/consistency nits to avfilter_graph_add_filter() doxy.Stefano Sabatini2010-04-11
* Add a log context to avfilter_graph_config_links().Stefano Sabatini2010-01-10
* Implement avfilter_graph_config_links().Stefano Sabatini2009-05-31
* Apply documentation fixes: use third person, fix grammar and removeStefano Sabatini2009-05-14
* Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for betterStefano Sabatini2009-02-26
* Implement in AVFilterGraph the scale_sws_opts field, and pass itsStefano Sabatini2009-02-23
* Implement avfilter_graph_check_validity().Stefano Sabatini2009-01-26
* Fix and extend documentation for avfilter_graph_get_filter().Stefano Sabatini2008-12-26
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Handle av_realloc() failureVitor Sessak2008-04-04
* Remove declaration of nonexisting functionVitor Sessak2008-04-04
* I should not have merged the graph parser with the graphVitor Sessak2008-04-04
* Rename uninit() to avfilter_destroy_graph() and make it non-staticVitor Sessak2008-04-04
* Move mess (to be removed) to where it is actually used.Vitor Sessak2008-04-04
* Remove usage of AVFilterGraphDesc outside avfiltergraph.cVitor Sessak2008-04-04
* Rename variable GraphContext -> AVFilterGraphVitor Sessak2008-04-04
* Remove avfilter_vf_graphVitor Sessak2008-04-04
* Remove more leftovers from the old parserVitor Sessak2008-04-04
* Split graph_load_from_dest() to have a version independent of avfilter_vf_graphVitor Sessak2008-04-04
* Remove declaration of non-existing functionsVitor Sessak2008-04-04
* Almost from scratch rewrite of filter parser.Vitor Sessak2008-04-04
* Remove ugly forward declarationVitor Sessak2008-04-04
* Spelling and puctuationVitor Sessak2008-04-04
* Make comment match codeVitor Sessak2008-04-04
* Make multiple inclusion guard adhere to conventionVitor Sessak2008-04-04
* Use a filter graph description for creating simple chain graphs so weVitor Sessak2008-04-04
* Make filter graph description parsing code independent of the code toVitor Sessak2008-04-04
* Rewrite colorspace negotiation.Vitor Sessak2008-04-04
* Allow creation of filter graphs from a graph description structure whichVitor Sessak2008-04-04
* Separate the process of creating links between filters from that of configuringVitor Sessak2008-04-04