| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() | Stefano Sabatini | 2011-09-28 | 1 | -1/+1 |
* | avfiltergraph: use meaningful error codes | Stefano Sabatini | 2011-09-28 | 1 | -5/+7 |
* | 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 | -6/+7 |
* | Make avfilter_graph_free() do nothing if graph is NULL. | Stefano Sabatini | 2011-01-12 | 1 | -0/+2 |
* | Fix style nits in avfiltergraph.c. | Stefano Sabatini | 2010-12-28 | 1 | -16/+16 |
* | Add avfilter_graph_create_filter(). | Stefano Sabatini | 2010-12-02 | 1 | -11/+27 |
* | In libavfilter, use consistently "Copyright (c)" in the license | Stefano Sabatini | 2010-11-28 | 1 | -2/+2 |
* | Prefix with "ff_" the functions: | Stefano Sabatini | 2010-11-13 | 1 | -6/+7 |
* | Rename avfilter_destroy() as avfilter_free(). | Stefano Sabatini | 2010-11-08 | 1 | -2/+2 |
* | 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/+13 |
* | Change avfilter_open() signature, from: | Stefano Sabatini | 2010-08-11 | 1 | -2/+1 |
* | Generalize pixel format enum fields to int formats. | S.N. Hemanth Meenakshisundaram | 2010-07-22 | 1 | -2/+2 |
* | Fix leak in avfilter_graph_add_filter(). | Stefano Sabatini | 2010-04-18 | 1 | -5/+5 |
* | Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case of | Stefano Sabatini | 2010-04-13 | 1 | -1/+1 |
* | Make query_formats() print an error message if an auto-inserted scale | Stefano Sabatini | 2010-01-13 | 1 | -4/+8 |
* | Make query_formats() increment the scaler_count after each scaler | Stefano Sabatini | 2010-01-10 | 1 | -1/+1 |
* | Add a log context to avfilter_graph_config_links(). | Stefano Sabatini | 2010-01-10 | 1 | -3/+3 |
* | Implement avfilter_graph_config_links(). | Stefano Sabatini | 2009-05-31 | 1 | -0/+17 |
* | 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 | -1/+4 |
* | Implement avfilter_graph_check_validity(). | Stefano Sabatini | 2009-01-26 | 1 | -0/+30 |
* | Handle av_realloc() failure | Vitor Sessak | 2008-04-04 | 1 | -2/+10 |
* | Use sizeof(var) instead of sizeof(type) | Vitor Sessak | 2008-04-04 | 1 | -1/+1 |
* | Give a more meaningful instance name to auto-inserted scaler | Vitor Sessak | 2008-04-04 | 1 | -2/+7 |
* | Merge two ifs | Vitor Sessak | 2008-04-04 | 1 | -10/+6 |
* | Remove unused check | Vitor Sessak | 2008-04-04 | 1 | -3/+0 |
* | Cosmetical: alignment | Vitor Sessak | 2008-04-04 | 1 | -2/+2 |
* | Remove some unwanted todos | Vitor Sessak | 2008-04-04 | 1 | -6/+0 |
* | I should not have merged the graph parser with the graph | Vitor Sessak | 2008-04-04 | 1 | -361/+6 |
* | Replace consume_char() function by *(*buf)++ | Vitor Sessak | 2008-04-04 | 1 | -22/+6 |
* | Add backslash '\' support to the parser | Vitor Sessak | 2008-04-04 | 1 | -16/+29 |
* | Remove AVFilterGraphDesc struct. | Vitor Sessak | 2008-04-04 | 1 | -214/+70 |
* | Rename uninit() to avfilter_destroy_graph() and make it non-static | Vitor Sessak | 2008-04-04 | 1 | -2/+2 |
* | Rename functions now static | Vitor Sessak | 2008-04-04 | 1 | -6/+6 |
* | Move funtion to avoid forward declaration | Vitor Sessak | 2008-04-04 | 1 | -35/+34 |
* | Move mess (to be removed) to where it is actually used. | Vitor Sessak | 2008-04-04 | 1 | -0/+43 |
* | Remove usage of AVFilterGraphDesc outside avfiltergraph.c | Vitor Sessak | 2008-04-04 | 1 | -6/+15 |
* | Simplify graph_load_from_desc3() | Vitor Sessak | 2008-04-04 | 1 | -41/+54 |
* | Rename variable GraphContext -> AVFilterGraph | Vitor Sessak | 2008-04-04 | 1 | -8/+8 |
* | Merge avfiltergraphdesc.c in avfiltergraph.c | Vitor Sessak | 2008-04-04 | 1 | -0/+338 |
* | Remove avfilter_vf_graph | Vitor Sessak | 2008-04-04 | 1 | -148/+30 |
* | Remove code made unused by the two last patches | Vitor Sessak | 2008-04-04 | 1 | -299/+1 |
* | Split graph_load_from_dest() to have a version independent of avfilter_vf_graph | Vitor Sessak | 2008-04-04 | 1 | -2/+60 |
* | Almost from scratch rewrite of filter parser. | Vitor Sessak | 2008-04-04 | 1 | -80/+14 |
* | Remove ugly forward declaration | Vitor Sessak | 2008-04-04 | 1 | -6/+2 |
* | Fix doxy comment | Vitor Sessak | 2008-04-04 | 1 | -1/+1 |
* | Spelling and puctuation | Vitor Sessak | 2008-04-04 | 1 | -1/+1 |