summaryrefslogtreecommitdiff
path: root/libavfilter/graphparser.c
Commit message (Expand)AuthorAge
* avfilter: Support both syntaxes for the scale filterLuca Barbato2015-09-13
* graphparser: Check av_get_token() memory errorVittorio Giovara2015-02-17
* avfilter/graphparser: Directly free filter memory if initialization failsDiego Biurrun2013-11-06
* graphparser: only print filter arguments if they are non-NULLAnton Khirnov2013-04-30
* lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-11
* lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov2013-04-11
* lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-11
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-11
* avfiltergraph: check for sws opts being non-NULL before using them.Anton Khirnov2013-04-03
* avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov2013-03-16
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* 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