| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4' | Michael Niedermayer | 2013-04-11 | 1 | -252/+0 |
|\ |
|
| * | lavfi: merge avfiltergraph.h into avfilter.h | Anton Khirnov | 2013-04-11 | 1 | -153/+0 |
* | | lavfi: deprecate aconvert. | Clément Bœsch | 2013-04-11 | 1 | -1/+1 |
* | | Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf' | Michael Niedermayer | 2013-03-16 | 1 | -1/+10 |
|\| |
|
| * | avfiltergraph: replace AVFilterGraph.filter_count with nb_filters | Anton Khirnov | 2013-03-16 | 1 | -0/+9 |
* | | avfilter/avfiltergraph.h: Move public field out of the private fields | Michael Niedermayer | 2013-02-24 | 1 | -2/+1 |
* | | Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf' | Michael Niedermayer | 2013-02-24 | 1 | -0/+1 |
|\| |
|
| * | lavfi: connect libavresample options to af_resample via AVFilterGraph | Justin Ruggles | 2013-02-23 | 1 | -0/+1 |
* | | avfiltergraph: add aresample_swr_opts | Michael Niedermayer | 2012-11-26 | 1 | -0/+2 |
* | | lavfi/avfiltergraph: apply misc fixes to fix avfilter_graph_request_oldest() ... | Stefano Sabatini | 2012-07-18 | 1 | -2/+2 |
* | | avfiltergraph: document a catch in request_oldest(). | Nicolas George | 2012-07-17 | 1 | -0/+6 |
* | | Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63' | Michael Niedermayer | 2012-06-27 | 1 | -2/+0 |
|\| |
|
| * | lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft | Anton Khirnov | 2012-06-26 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -1/+1 |
|\| |
|
* | | lavfi: add avfilter_graph_set_auto_convert(). | Nicolas George | 2012-05-14 | 1 | -0/+17 |
* | | avfiltergraph: add avfilter_graph_request_oldest(). | Nicolas George | 2012-04-23 | 1 | -0/+24 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-14 | 1 | -8/+44 |
|\| |
|
| * | avfiltergraph: make the AVFilterInOut alloc/free API public | Stefano Sabatini | 2012-04-14 | 1 | -0/+13 |
| * | graphparser: add avfilter_graph_parse2(). | Anton Khirnov | 2012-04-14 | 1 | -5/+39 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-02 | 1 | -0/+4 |
|\| |
|
| * | avfiltergraph: add an AVClass to AVFilterGraph on next major bump. | Anton Khirnov | 2012-04-01 | 1 | -0/+4 |
* | | lavfi: add avfilter_graph_dump. | Nicolas George | 2012-01-24 | 1 | -0/+9 |
* | | graphparser: Fix doxy on avfilter_graph_parse() return value. | Michael Niedermayer | 2011-11-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-29 | 1 | -0/+1 |
|\| |
|
| * | lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() | Stefano Sabatini | 2011-09-28 | 1 | -2/+2 |
* | | avfilter: Add avfilter_graph_que_command() | Michael Niedermayer | 2011-08-29 | 1 | -0/+18 |
* | | avfilter: Add command passing support | Michael Niedermayer | 2011-08-29 | 1 | -0/+17 |
* | | avfiltergraph: clarify doxy for avfilter_graph_parse() open_inputs/outputs pa... | Stefano Sabatini | 2011-07-07 | 1 | -6/+6 |
* | | avfiltergraph: make the AVFilterInOut alloc/free API public | Stefano Sabatini | 2011-06-12 | 1 | -2/+16 |
* | | avfiltergraph: change the syntax of avfilter_graph_parse() | Stefano Sabatini | 2011-06-12 | 1 | -3/+5 |
* | | lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() | Stefano Sabatini | 2011-06-11 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-22 | 1 | -1/+1 |
|\| |
|
| * | multiple inclusion guard cleanup | Diego Biurrun | 2011-05-21 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Make avfilter_graph_free() free the graph. | Stefano Sabatini | 2011-02-04 | 1 | -2/+3 |
* | | Make avfilter_graph_free() free the graph. | Stefano Sabatini | 2011-02-06 | 1 | -2/+3 |
|/ |
|
* | Make avfilter_graph_free() do nothing if graph is NULL. | Stefano Sabatini | 2011-01-12 | 1 | -1/+1 |
* | Add avfilter_graph_create_filter(). | Stefano Sabatini | 2010-12-02 | 1 | -0/+17 |
* | Prefix with "ff_" the functions: | Stefano Sabatini | 2010-11-13 | 1 | -24/+3 |
* | Remove graphparser.h header, move AVFilterInOut and | Stefano Sabatini | 2010-11-07 | 1 | -0/+36 |
* | Rename avfilter_graph_destroy() to avfilter_graph_free(). | Stefano Sabatini | 2010-11-04 | 1 | -1/+1 |
* | Implement avfilter_graph_alloc(). | Stefano Sabatini | 2010-11-04 | 1 | -0/+5 |
* | Add avfilter_graph_config(). | Stefano Sabatini | 2010-10-16 | 1 | -0/+8 |
* | Fix misspelled parameter names in Doxygen documentation. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -6/+6 |
* | Apply grammar/consistency nits to avfilter_graph_add_filter() doxy. | Stefano Sabatini | 2010-04-11 | 1 | -2/+3 |
* | Add a log context to avfilter_graph_config_links(). | Stefano Sabatini | 2010-01-10 | 1 | -1/+1 |
* | Implement avfilter_graph_config_links(). | Stefano Sabatini | 2009-05-31 | 1 | -0/+7 |
* | Apply documentation fixes: use third person, fix grammar and remove | Stefano Sabatini | 2009-05-14 | 1 | -5/+5 |
* | Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for better | Stefano Sabatini | 2009-02-26 | 1 | -1/+1 |