| Commit message (Expand) | Author | Age | Files | Lines |
* | libavfilter/graphparser: Avoid spaces in filter instance names. | Michael Niedermayer | 2011-08-30 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-14 | 1 | -0/+2 |
|\ |
|
| * | doxygen: Make sure parameter names match between .c and .h files. | Diego Biurrun | 2011-07-14 | 1 | -0/+2 |
* | | graphparser: simplify condition in avfilter_graph_parse() | Stefano Sabatini | 2011-07-10 | 1 | -1/+1 |
* | | graphparser: clarify comments in avfilter_graph_parse() | Stefano Sabatini | 2011-07-07 | 1 | -2/+2 |
* | | graphparser: fix logic for updating the open_inputs/outputs in avfilter_graph... | Stefano Sabatini | 2011-07-07 | 1 | -24/+30 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -1/+1 |
|\| |
|
| * | doxygen: Fix parameter names to match the function prototypes. | Diego Biurrun | 2011-07-03 | 1 | -1/+1 |
| * | graphparser: add a NULL check on the argument passed to strstr | Stefano Sabatini | 2011-04-25 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Make avfilter_graph_parse() not free the input graph | Stefano Sabatini | 2011-02-04 | 1 | -1/+3 |
* | | graphparser: add missing NULL check in avfilter_graph_parse() | Stefano Sabatini | 2011-06-18 | 1 | -1/+1 |
* | | avfiltergraph: make the AVFilterInOut alloc/free API public | Stefano Sabatini | 2011-06-12 | 1 | -9/+14 |
* | | avfiltergraph: change the syntax of avfilter_graph_parse() | Stefano Sabatini | 2011-06-12 | 1 | -10/+10 |
* | | graphparser: prefer void * over AVClass * for log contexts | Stefano Sabatini | 2011-06-12 | 1 | -7/+7 |
* | | lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() | Stefano Sabatini | 2011-06-11 | 1 | -1/+1 |
* | | graphparser: add a NULL check on the argument passed to strstr | Stefano Sabatini | 2011-03-30 | 1 | -1/+1 |
* | | Make avfilter_graph_parse() not free the input graph | Stefano Sabatini | 2011-02-06 | 1 | -1/+3 |
|/ |
|
* | Add the word "Parsed" in the parsed filter names. | Stefano Sabatini | 2011-01-14 | 1 | -1/+1 |
* | Make avfilter_parse_graph() output a more meaningful message when an | Stefano Sabatini | 2010-12-12 | 1 | -2/+3 |
* | 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 |