| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove incorrect use of ctype.h functions. | Reimar Döffinger | 2013-03-03 | 1 | -1/+0 |
* | Merge commit '1b891d17c531e8a63c2974aab4bf997ce70746f3' | Michael Niedermayer | 2012-10-26 | 1 | -9/+15 |
|\ |
|
| * | avfilter: fix graphparser memleaks on error paths | Janne Grunau | 2012-10-25 | 1 | -9/+15 |
* | | avfilter_graph_parse: add support for parsing sws_flags | Michael Niedermayer | 2012-10-22 | 1 | -0/+3 |
* | | lavfi/graphparser: fix parsing error in case of NULL sws_opts addition | Stefano Sabatini | 2012-10-21 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+2 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+2 |
* | | Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63' | Michael Niedermayer | 2012-06-27 | 1 | -14/+7 |
|\| |
|
| * | lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft | Anton Khirnov | 2012-06-26 | 1 | -13/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -2/+2 |
|\| |
|
| * | lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs | Anton Khirnov | 2012-06-13 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-17 | 1 | -2/+3 |
|\| |
|
| * | graphparser: set next to NULL on an entry extracted from inputs list | Anton Khirnov | 2012-04-16 | 1 | -2/+3 |
* | | Merge commit '3b266da3d35f3f7a61258b78384dfe920d875d29' | Michael Niedermayer | 2012-04-17 | 1 | -1/+1 |
|\| |
|
| * | graphparser: fix the order in which unlabeled input links are returned. | Anton Khirnov | 2012-04-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-14 | 1 | -12/+192 |
|\| |
|
| * | 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 |
* | | 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 |