summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2013-04-11Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer13-263/+259
2013-04-11lavfi: deprecate aconvert.Clément Bœsch8-5/+16
2013-04-11lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov13-163/+161
2013-03-16Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf'Michael Niedermayer7-30/+42
2013-03-16avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov5-20/+32
2013-02-24avfilter/avfiltergraph.h: Move public field out of the private fieldsMichael Niedermayer1-2/+1
2013-02-24Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf'Michael Niedermayer5-3/+49
2013-02-23lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles5-2/+48
2012-11-26avfiltergraph: add aresample_swr_optsMichael Niedermayer2-1/+5
2012-07-18lavfi/avfiltergraph: apply misc fixes to fix avfilter_graph_request_oldest() ...Stefano Sabatini1-2/+2
2012-07-17avfiltergraph: document a catch in request_oldest().Nicolas George1-0/+6
2012-06-26Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer12-388/+9
2012-06-26lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov4-20/+6
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-279/+1314
2012-05-14lavfi: add avfilter_graph_set_auto_convert().Nicolas George3-2/+32
2012-04-23avfiltergraph: add avfilter_graph_request_oldest().Nicolas George5-8/+158
2012-04-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-439/+730
2012-04-14avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini6-20/+42
2012-04-14graphparser: add avfilter_graph_parse2().Anton Khirnov2-39/+141
2012-04-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer6-55/+154
2012-04-01avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov3-1/+27
2012-01-24lavfi: add avfilter_graph_dump.Nicolas George5-2/+186
2011-11-22graphparser: Fix doxy on avfilter_graph_parse() return value.Michael Niedermayer1-1/+1
2011-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer13-27/+203
2011-09-28lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini4-5/+5
2011-08-29avfilter: Add avfilter_graph_que_command()Michael Niedermayer5-1/+71
2011-08-29avfilter: Add command passing supportMichael Niedermayer4-1/+83
2011-07-06avfiltergraph: clarify doxy for avfilter_graph_parse() open_inputs/outputs pa...Stefano Sabatini1-6/+6
2011-06-12avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini6-16/+38
2011-06-12avfiltergraph: change the syntax of avfilter_graph_parse()Stefano Sabatini6-17/+22
2011-06-11lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini4-5/+5
2011-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer58-387/+500
2011-05-21multiple inclusion guard cleanupDiego Biurrun51-76/+97
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-06Make avfilter_graph_free() free the graph.Stefano Sabatini4-14/+12
2011-02-04Make avfilter_graph_free() free the graph.Stefano Sabatini4-14/+12
2011-01-12Make avfilter_graph_free() do nothing if graph is NULL.Stefano Sabatini3-2/+4
2010-12-02Add avfilter_graph_create_filter().Stefano Sabatini6-36/+62
2010-11-13Prefix with "ff_" the functions:Stefano Sabatini5-31/+42
2010-11-07Remove graphparser.h header, move AVFilterInOut andStefano Sabatini8-69/+42
2010-11-04Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini7-6/+10
2010-11-04Implement avfilter_graph_alloc().Stefano Sabatini6-3/+16
2010-10-16Add avfilter_graph_config().Stefano Sabatini7-14/+30
2010-07-02Fix misspelled parameter names in Doxygen documentation.Diego Biurrun16-26/+26
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-04-11Apply grammar/consistency nits to avfilter_graph_add_filter() doxy.Stefano Sabatini1-2/+3
2010-01-10Add a log context to avfilter_graph_config_links().Stefano Sabatini3-6/+6
2009-05-31Implement avfilter_graph_config_links().Stefano Sabatini2-0/+24
2009-05-14Apply documentation fixes: use third person, fix grammar and removeStefano Sabatini2-25/+25
2009-02-26Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for betterStefano Sabatini3-3/+3
[next]