summaryrefslogtreecommitdiff
path: root/libavfilter/graphparser.c
Commit message (Expand)AuthorAge
* avfilter: fix graphparser memleaks on error pathsJanne Grunau2012-10-25
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov2012-06-26
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-13
* graphparser: set next to NULL on an entry extracted from inputs listAnton Khirnov2012-04-16
* graphparser: fix the order in which unlabeled input links are returned.Anton Khirnov2012-04-15
* avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2012-04-14
* graphparser: allow specifying sws flags in the graph description.Anton Khirnov2012-04-14
* graphparser: fix the order of connecting unlabeled links.Anton Khirnov2012-04-14
* graphparser: add avfilter_graph_parse2().Anton Khirnov2012-04-14
* lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-09-28
* graphparser: prefer void * over AVClass * for log contextsStefano Sabatini2011-09-28
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
* doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-03
* graphparser: add a NULL check on the argument passed to strstrStefano Sabatini2011-04-25
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Make avfilter_graph_parse() not free the input graphStefano Sabatini2011-02-04
* Add the word "Parsed" in the parsed filter names.Stefano Sabatini2011-01-14
* Make avfilter_parse_graph() output a more meaningful message when anStefano Sabatini2010-12-12
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-17
* Add missing check on the existence of an associated output pad forStefano Sabatini2010-11-11
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-08
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-07
* Extend documentation for parse_filter().Stefano Sabatini2010-11-07
* Rename AVFilterInOut field filter to filter_ctx, more semantically correct.Stefano Sabatini2010-11-07
* Make avfilter_graph_parse() always return meaningful error codes.Stefano Sabatini2010-11-07
* Make parse_outputs() always return meaningful error codes.Stefano Sabatini2010-11-07
* Add missing memory check in parse_inputs(), and fix possible (yet very unlike...Stefano Sabatini2010-11-07
* Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case theStefano Sabatini2010-11-07
* Add missing check in link_filter_inouts(), and fix possible (yet very unlikel...Stefano Sabatini2010-11-07
* Rename the variable filter to filt_ctx in link_filter_inouts, as the variable...Stefano Sabatini2010-11-07
* Make link_filter_inouts() return meaningful error codes.Stefano Sabatini2010-11-07
* Change the signature of parse_filter() to make it return an error code.Stefano Sabatini2010-11-07
* Change the signature of create_filter() to make it return an error code.Stefano Sabatini2010-11-07
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-04
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-11
* Document create_filter().Stefano Sabatini2010-07-22
* Add simple doxy to link_filter().Stefano Sabatini2010-07-22
* Fix documentation for parse_link_name().Stefano Sabatini2010-07-22
* Consistently use Uppercase for the first character of the logStefano Sabatini2010-07-22
* Make link_filter() propagate the generated error code.Stefano Sabatini2010-07-22
* Fix style: "if(" -> "if (".Stefano Sabatini2010-07-22
* Use default graph swscale opts when no opts are suppliedBaptiste Coudurier2010-07-03
* use filter name when graph parser add filtersBaptiste Coudurier2010-05-16
* Make parse_filter() parsing more robust.Stefano Sabatini2009-12-11
* "[" is a terminating char for the filter name. This fixes the parsing ofVitor Sessak2009-05-08
* Make graphparser.c use av_get_token().Stefano Sabatini2009-05-01
* Remove consume_whitespace() and replace it with direct calls toStefano Sabatini2009-04-21