summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfiltergraph.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer2013-04-111-252/+0
|\
| * lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-111-153/+0
* | lavfi: deprecate aconvert.Clément Bœsch2013-04-111-1/+1
* | Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf'Michael Niedermayer2013-03-161-1/+10
|\ \ | |/
| * avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov2013-03-161-0/+9
* | avfilter/avfiltergraph.h: Move public field out of the private fieldsMichael Niedermayer2013-02-241-2/+1
* | Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf'Michael Niedermayer2013-02-241-0/+1
|\ \ | |/
| * lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles2013-02-231-0/+1
* | avfiltergraph: add aresample_swr_optsMichael Niedermayer2012-11-261-0/+2
* | lavfi/avfiltergraph: apply misc fixes to fix avfilter_graph_request_oldest() ...Stefano Sabatini2012-07-181-2/+2
* | avfiltergraph: document a catch in request_oldest().Nicolas George2012-07-171-0/+6
* | 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
OpenPOWER on IntegriCloud