| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/graphparser: Directly free filter memory if initialization fails | Diego Biurrun | 2013-11-06 | 1 | -0/+1 |
* | graphparser: only print filter arguments if they are non-NULL | Anton Khirnov | 2013-04-30 | 1 | -1/+4 |
* | lavfi: add avfilter_init_str() to replace avfilter_init_filter(). | Anton Khirnov | 2013-04-11 | 1 | -1/+2 |
* | lavfi: make avfilter_free() remove the filter from its graph. | Anton Khirnov | 2013-04-11 | 1 | -4/+4 |
* | lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). | Anton Khirnov | 2013-04-11 | 1 | -7/+2 |
* | lavfi: merge avfiltergraph.h into avfilter.h | Anton Khirnov | 2013-04-11 | 1 | -1/+0 |
* | avfiltergraph: check for sws opts being non-NULL before using them. | Anton Khirnov | 2013-04-03 | 1 | -1/+2 |
* | avfiltergraph: replace AVFilterGraph.filter_count with nb_filters | Anton Khirnov | 2013-03-16 | 1 | -4/+4 |
* | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -1/+0 |
* | avfilter: fix graphparser memleaks on error paths | Janne Grunau | 2012-10-25 | 1 | -9/+15 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+2 |
* | lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft | Anton Khirnov | 2012-06-26 | 1 | -13/+6 |
* | lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs | Anton Khirnov | 2012-06-13 | 1 | -2/+2 |
* | graphparser: set next to NULL on an entry extracted from inputs list | Anton Khirnov | 2012-04-16 | 1 | -2/+3 |
* | graphparser: fix the order in which unlabeled input links are returned. | Anton Khirnov | 2012-04-15 | 1 | -1/+1 |
* | avfiltergraph: make the AVFilterInOut alloc/free API public | Stefano Sabatini | 2012-04-14 | 1 | -15/+20 |
* | graphparser: allow specifying sws flags in the graph description. | Anton Khirnov | 2012-04-14 | 1 | -0/+29 |
* | graphparser: fix the order of connecting unlabeled links. | Anton Khirnov | 2012-04-14 | 1 | -3/+7 |
* | graphparser: add avfilter_graph_parse2(). | Anton Khirnov | 2012-04-14 | 1 | -34/+102 |
* | lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() | Stefano Sabatini | 2011-09-28 | 1 | -1/+1 |
* | graphparser: prefer void * over AVClass * for log contexts | Stefano Sabatini | 2011-09-28 | 1 | -7/+7 |
* | doxygen: Make sure parameter names match between .c and .h files. | Diego Biurrun | 2011-07-14 | 1 | -0/+2 |
* | 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 |
* | 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 |