| Commit message (Expand) | Author | Age | Files | Lines |
* | In libavfilter, use consistently "Copyright (c)" in the license | Stefano Sabatini | 2010-11-28 | 1 | -2/+2 |
* | move the av_parse_color() function from libavfilter to libavcore | Aurelien Jacobs | 2010-11-17 | 1 | -1/+0 |
* | Add missing check on the existence of an associated output pad for | Stefano Sabatini | 2010-11-11 | 1 | -0/+6 |
* | Rename avfilter_destroy() as avfilter_free(). | Stefano Sabatini | 2010-11-08 | 1 | -1/+1 |
* | Remove graphparser.h header, move AVFilterInOut and | Stefano Sabatini | 2010-11-07 | 1 | -1/+0 |
* | Extend documentation for parse_filter(). | Stefano Sabatini | 2010-11-07 | 1 | -1/+12 |
* | Rename AVFilterInOut field filter to filter_ctx, more semantically correct. | Stefano Sabatini | 2010-11-07 | 1 | -6/+6 |
* | Make avfilter_graph_parse() always return meaningful error codes. | Stefano Sabatini | 2010-11-07 | 1 | -10/+12 |
* | Make parse_outputs() always return meaningful error codes. | Stefano Sabatini | 2010-11-07 | 1 | -5/+5 |
* | Add missing memory check in parse_inputs(), and fix possible (yet very unlike... | Stefano Sabatini | 2010-11-07 | 1 | -1/+2 |
* | Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case the | Stefano Sabatini | 2010-11-07 | 1 | -1/+1 |
* | Add missing check in link_filter_inouts(), and fix possible (yet very unlikel... | Stefano Sabatini | 2010-11-07 | 1 | -0/+2 |
* | Rename the variable filter to filt_ctx in link_filter_inouts, as the variable... | Stefano Sabatini | 2010-11-07 | 1 | -8/+8 |
* | Make link_filter_inouts() return meaningful error codes. | Stefano Sabatini | 2010-11-07 | 1 | -5/+5 |
* | Change the signature of parse_filter() to make it return an error code. | Stefano Sabatini | 2010-11-07 | 1 | -8/+5 |
* | Change the signature of create_filter() to make it return an error code. | Stefano Sabatini | 2010-11-07 | 1 | -19/+19 |
* | Rename avfilter_graph_destroy() to avfilter_graph_free(). | Stefano Sabatini | 2010-11-04 | 1 | -1/+1 |
* | Move av_get_token() from libavfilter to libavutil. | Stefano Sabatini | 2010-09-27 | 1 | -0/+1 |
* | Change avfilter_open() signature, from: | Stefano Sabatini | 2010-08-11 | 1 | -1/+1 |
* | Document create_filter(). | Stefano Sabatini | 2010-07-22 | 1 | -0/+11 |
* | Add simple doxy to link_filter(). | Stefano Sabatini | 2010-07-22 | 1 | -0/+5 |
* | Fix documentation for parse_link_name(). | Stefano Sabatini | 2010-07-22 | 1 | -3/+4 |
* | Consistently use Uppercase for the first character of the log | Stefano Sabatini | 2010-07-22 | 1 | -4/+4 |
* | Make link_filter() propagate the generated error code. | Stefano Sabatini | 2010-07-22 | 1 | -2/+3 |
* | Fix style: "if(" -> "if (". | Stefano Sabatini | 2010-07-22 | 1 | -34/+34 |
* | Use default graph swscale opts when no opts are supplied | Baptiste Coudurier | 2010-07-03 | 1 | -0/+7 |
* | use filter name when graph parser add filters | Baptiste Coudurier | 2010-05-16 | 1 | -1/+1 |
* | Make parse_filter() parsing more robust. | Stefano Sabatini | 2009-12-11 | 1 | -2/+2 |
* | "[" is a terminating char for the filter name. This fixes the parsing of | Vitor Sessak | 2009-05-08 | 1 | -1/+1 |
* | Make graphparser.c use av_get_token(). | Stefano Sabatini | 2009-05-01 | 1 | -46/+4 |
* | Remove consume_whitespace() and replace it with direct calls to | Stefano Sabatini | 2009-04-21 | 1 | -11/+8 |
* | Rename avfilter_parse_graph() to avfilter_graph_parse(), for better | Stefano Sabatini | 2009-02-26 | 1 | -1/+1 |
* | Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for better | Stefano Sabatini | 2009-02-26 | 1 | -1/+1 |
* | Fix avfilter_parse_graph() invalid graph description detection. | Stefano Sabatini | 2009-02-14 | 1 | -1/+1 |
* | Print a warning and fail if the graph description cannot be | Stefano Sabatini | 2009-01-16 | 1 | -0/+7 |
* | Change thisIsAVar variable names to this_is_a_var style, more | Stefano Sabatini | 2008-12-27 | 1 | -36/+36 |
* | Fix typo: ommitted -> omitted. | Stefano Sabatini | 2008-12-26 | 1 | -2/+2 |
* | Choose better names for the variables in create_filter(). | Stefano Sabatini | 2008-12-26 | 1 | -14/+14 |
* | Split openLinks linked list into openInputs and openOutputs | Vitor Sessak | 2008-05-24 | 1 | -34/+21 |
* | One more memory leak | Vitor Sessak | 2008-05-24 | 1 | -0/+1 |
* | Cosmetical: move statement | Vitor Sessak | 2008-05-24 | 1 | -1/+2 |
* | Plug some memory leaks | Vitor Sessak | 2008-05-24 | 1 | -2/+12 |
* | Merge variable initialization and declaration | Vitor Sessak | 2008-05-24 | 1 | -2/+1 |
* | Cosmetics | Vitor Sessak | 2008-05-24 | 1 | -3/+2 |
* | Remove unnused var | Vitor Sessak | 2008-05-24 | 1 | -9/+3 |
* | Simplify | Vitor Sessak | 2008-05-24 | 1 | -9/+5 |
* | Use av_mallocz instead of av_malloc to simplify some code | Vitor Sessak | 2008-05-24 | 1 | -4/+2 |
* | Factor linked list insertion in its own function | Vitor Sessak | 2008-05-24 | 1 | -7/+11 |
* | Remove comment redundant with those in graphparser.h | Vitor Sessak | 2008-05-24 | 1 | -3/+0 |
* | These error messages should print the filter name, not the instance name | Vitor Sessak | 2008-05-24 | 1 | -2/+2 |