summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.h
Commit message (Expand)AuthorAge
* lavfi: add avfilter_graph_dump.Nicolas George2012-01-24
* graphparser: Fix doxy on avfilter_graph_parse() return value.Michael Niedermayer2011-11-22
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-29
|\
| * lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-09-28
* | avfilter: Add avfilter_graph_que_command()Michael Niedermayer2011-08-29
* | avfilter: Add command passing supportMichael Niedermayer2011-08-29
* | avfiltergraph: clarify doxy for avfilter_graph_parse() open_inputs/outputs pa...Stefano Sabatini2011-07-07
* | avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2011-06-12
* | avfiltergraph: change the syntax of avfilter_graph_parse()Stefano Sabatini2011-06-12
* | lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-06-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-22
|\|
| * 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() free the graph.Stefano Sabatini2011-02-06
|/
* 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