summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.h
Commit message (Expand)AuthorAge
* Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer2013-04-11
|\
| * lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-11
* | lavfi: deprecate aconvert.Clément Bœsch2013-04-11
* | Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf'Michael Niedermayer2013-03-16
|\|
| * avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov2013-03-16
* | avfilter/avfiltergraph.h: Move public field out of the private fieldsMichael Niedermayer2013-02-24
* | Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf'Michael Niedermayer2013-02-24
|\|
| * lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles2013-02-23
* | avfiltergraph: add aresample_swr_optsMichael Niedermayer2012-11-26
* | lavfi/avfiltergraph: apply misc fixes to fix avfilter_graph_request_oldest() ...Stefano Sabatini2012-07-18
* | avfiltergraph: document a catch in request_oldest().Nicolas George2012-07-17
* | Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer2012-06-27
|\|
| * lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov2012-06-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-24
|\|
* | lavfi: add avfilter_graph_set_auto_convert().Nicolas George2012-05-14
* | avfiltergraph: add avfilter_graph_request_oldest().Nicolas George2012-04-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-14
|\|
| * avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2012-04-14
| * graphparser: add avfilter_graph_parse2().Anton Khirnov2012-04-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-02
|\|
| * avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov2012-04-01
* | 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