summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfiltergraph.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer2012-06-271-2/+0
|\
| * lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov2012-06-261-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-241-1/+1
|\ \ | |/
* | lavfi: add avfilter_graph_set_auto_convert().Nicolas George2012-05-141-0/+17
* | avfiltergraph: add avfilter_graph_request_oldest().Nicolas George2012-04-231-0/+24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-141-8/+44
|\ \ | |/
| * avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2012-04-141-0/+13
| * graphparser: add avfilter_graph_parse2().Anton Khirnov2012-04-141-5/+39
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-021-0/+4
|\ \ | |/
| * avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov2012-04-011-0/+4
* | lavfi: add avfilter_graph_dump.Nicolas George2012-01-241-0/+9
* | graphparser: Fix doxy on avfilter_graph_parse() return value.Michael Niedermayer2011-11-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-291-0/+1
|\ \ | |/
| * lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-09-281-2/+2
* | avfilter: Add avfilter_graph_que_command()Michael Niedermayer2011-08-291-0/+18
* | avfilter: Add command passing supportMichael Niedermayer2011-08-291-0/+17
* | avfiltergraph: clarify doxy for avfilter_graph_parse() open_inputs/outputs pa...Stefano Sabatini2011-07-071-6/+6
* | avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2011-06-121-2/+16
* | avfiltergraph: change the syntax of avfilter_graph_parse()Stefano Sabatini2011-06-121-3/+5
* | lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-06-111-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-221-1/+1
|\ \ | |/
| * multiple inclusion guard cleanupDiego Biurrun2011-05-211-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-041-2/+3
* | Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-061-2/+3
|/
* Make avfilter_graph_free() do nothing if graph is NULL.Stefano Sabatini2011-01-121-1/+1
* Add avfilter_graph_create_filter().Stefano Sabatini2010-12-021-0/+17
* Prefix with "ff_" the functions:Stefano Sabatini2010-11-131-24/+3
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-071-0/+36
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-041-1/+1
* Implement avfilter_graph_alloc().Stefano Sabatini2010-11-041-0/+5
* Add avfilter_graph_config().Stefano Sabatini2010-10-161-0/+8
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-021-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-6/+6
* Apply grammar/consistency nits to avfilter_graph_add_filter() doxy.Stefano Sabatini2010-04-111-2/+3
* Add a log context to avfilter_graph_config_links().Stefano Sabatini2010-01-101-1/+1
* Implement avfilter_graph_config_links().Stefano Sabatini2009-05-311-0/+7
* Apply documentation fixes: use third person, fix grammar and removeStefano Sabatini2009-05-141-5/+5
* Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for betterStefano Sabatini2009-02-261-1/+1
* Implement in AVFilterGraph the scale_sws_opts field, and pass itsStefano Sabatini2009-02-231-0/+2
* Implement avfilter_graph_check_validity().Stefano Sabatini2009-01-261-0/+10
* Fix and extend documentation for avfilter_graph_get_filter().Stefano Sabatini2008-12-261-1/+4
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Handle av_realloc() failureVitor Sessak2008-04-041-1/+1
* Remove declaration of nonexisting functionVitor Sessak2008-04-041-5/+0
* I should not have merged the graph parser with the graphVitor Sessak2008-04-041-9/+2
* Rename uninit() to avfilter_destroy_graph() and make it non-staticVitor Sessak2008-04-041-0/+5
* Move mess (to be removed) to where it is actually used.Vitor Sessak2008-04-041-53/+0
* Remove usage of AVFilterGraphDesc outside avfiltergraph.cVitor Sessak2008-04-041-5/+9
* Rename variable GraphContext -> AVFilterGraphVitor Sessak2008-04-041-5/+5
OpenPOWER on IntegriCloud