| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implement in AVFilterGraph the scale_sws_opts field, and pass its | Stefano Sabatini | 2009-02-23 | 1 | -0/+2 |
* | Implement avfilter_graph_check_validity(). | Stefano Sabatini | 2009-01-26 | 1 | -0/+10 |
* | Fix and extend documentation for avfilter_graph_get_filter(). | Stefano Sabatini | 2008-12-26 | 1 | -1/+4 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Handle av_realloc() failure | Vitor Sessak | 2008-04-04 | 1 | -1/+1 |
* | Remove declaration of nonexisting function | Vitor Sessak | 2008-04-04 | 1 | -5/+0 |
* | I should not have merged the graph parser with the graph | Vitor Sessak | 2008-04-04 | 1 | -9/+2 |
* | Rename uninit() to avfilter_destroy_graph() and make it non-static | Vitor Sessak | 2008-04-04 | 1 | -0/+5 |
* | Move mess (to be removed) to where it is actually used. | Vitor Sessak | 2008-04-04 | 1 | -53/+0 |
* | Remove usage of AVFilterGraphDesc outside avfiltergraph.c | Vitor Sessak | 2008-04-04 | 1 | -5/+9 |
* | Rename variable GraphContext -> AVFilterGraph | Vitor Sessak | 2008-04-04 | 1 | -5/+5 |
* | Remove avfilter_vf_graph | Vitor Sessak | 2008-04-04 | 1 | -5/+8 |
* | Remove more leftovers from the old parser | Vitor Sessak | 2008-04-04 | 1 | -20/+0 |
* | Split graph_load_from_dest() to have a version independent of avfilter_vf_graph | Vitor Sessak | 2008-04-04 | 1 | -0/+5 |
* | Remove declaration of non-existing functions | Vitor Sessak | 2008-04-04 | 1 | -23/+0 |
* | Almost from scratch rewrite of filter parser. | Vitor Sessak | 2008-04-04 | 1 | -4/+4 |
* | Remove ugly forward declaration | Vitor Sessak | 2008-04-04 | 1 | -0/+4 |
* | Spelling and puctuation | Vitor Sessak | 2008-04-04 | 1 | -6/+6 |
* | Make comment match code | Vitor Sessak | 2008-04-04 | 1 | -1/+1 |
* | Make multiple inclusion guard adhere to convention | Vitor Sessak | 2008-04-04 | 1 | -2/+2 |
* | Use a filter graph description for creating simple chain graphs so we | Vitor Sessak | 2008-04-04 | 1 | -0/+8 |
* | Make filter graph description parsing code independent of the code to | Vitor Sessak | 2008-04-04 | 1 | -0/+34 |
* | Rewrite colorspace negotiation. | Vitor Sessak | 2008-04-04 | 1 | -1/+6 |
* | Allow creation of filter graphs from a graph description structure which | Vitor Sessak | 2008-04-04 | 1 | -0/+55 |
* | Separate the process of creating links between filters from that of configuring | Vitor Sessak | 2008-04-04 | 1 | -0/+5 |
* | Make the filter graph just another normal filter. | Vitor Sessak | 2008-04-04 | 1 | -27/+1 |
* | Allow code to pass data to filters it creates. | Vitor Sessak | 2008-04-04 | 1 | -1/+1 |
* | Move simple filter chain loading code over to the filter graph. | Vitor Sessak | 2008-04-04 | 1 | -0/+13 |
* | Split filter graphs out into their own source & header files. | Vitor Sessak | 2008-04-04 | 1 | -0/+47 |