summaryrefslogtreecommitdiffstats
path: root/libavfilter/graphparser.c
Commit message (Expand)AuthorAgeFilesLines
...
* | graphparser: clarify comments in avfilter_graph_parse()Stefano Sabatini2011-07-071-2/+2
* | graphparser: fix logic for updating the open_inputs/outputs in avfilter_graph...Stefano Sabatini2011-07-071-24/+30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+1
|\ \ | |/
| * doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-031-1/+1
| * graphparser: add a NULL check on the argument passed to strstrStefano Sabatini2011-04-251-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Make avfilter_graph_parse() not free the input graphStefano Sabatini2011-02-041-1/+3
* | graphparser: add missing NULL check in avfilter_graph_parse()Stefano Sabatini2011-06-181-1/+1
* | avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2011-06-121-9/+14
* | avfiltergraph: change the syntax of avfilter_graph_parse()Stefano Sabatini2011-06-121-10/+10
* | graphparser: prefer void * over AVClass * for log contextsStefano Sabatini2011-06-121-7/+7
* | lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-06-111-1/+1
* | graphparser: add a NULL check on the argument passed to strstrStefano Sabatini2011-03-301-1/+1
* | Make avfilter_graph_parse() not free the input graphStefano Sabatini2011-02-061-1/+3
|/
* Add the word "Parsed" in the parsed filter names.Stefano Sabatini2011-01-141-1/+1
* Make avfilter_parse_graph() output a more meaningful message when anStefano Sabatini2010-12-121-2/+3
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-281-2/+2
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-171-1/+0
* Add missing check on the existence of an associated output pad forStefano Sabatini2010-11-111-0/+6
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-081-1/+1
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-071-1/+0
* Extend documentation for parse_filter().Stefano Sabatini2010-11-071-1/+12
* Rename AVFilterInOut field filter to filter_ctx, more semantically correct.Stefano Sabatini2010-11-071-6/+6
* Make avfilter_graph_parse() always return meaningful error codes.Stefano Sabatini2010-11-071-10/+12
* Make parse_outputs() always return meaningful error codes.Stefano Sabatini2010-11-071-5/+5
* Add missing memory check in parse_inputs(), and fix possible (yet very unlike...Stefano Sabatini2010-11-071-1/+2
* Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case theStefano Sabatini2010-11-071-1/+1
* Add missing check in link_filter_inouts(), and fix possible (yet very unlikel...Stefano Sabatini2010-11-071-0/+2
* Rename the variable filter to filt_ctx in link_filter_inouts, as the variable...Stefano Sabatini2010-11-071-8/+8
* Make link_filter_inouts() return meaningful error codes.Stefano Sabatini2010-11-071-5/+5
* Change the signature of parse_filter() to make it return an error code.Stefano Sabatini2010-11-071-8/+5
* Change the signature of create_filter() to make it return an error code.Stefano Sabatini2010-11-071-19/+19
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-041-1/+1
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-271-0/+1
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-111-1/+1
* Document create_filter().Stefano Sabatini2010-07-221-0/+11
* Add simple doxy to link_filter().Stefano Sabatini2010-07-221-0/+5
* Fix documentation for parse_link_name().Stefano Sabatini2010-07-221-3/+4
* Consistently use Uppercase for the first character of the logStefano Sabatini2010-07-221-4/+4
* Make link_filter() propagate the generated error code.Stefano Sabatini2010-07-221-2/+3
* Fix style: "if(" -> "if (".Stefano Sabatini2010-07-221-34/+34
* Use default graph swscale opts when no opts are suppliedBaptiste Coudurier2010-07-031-0/+7
* use filter name when graph parser add filtersBaptiste Coudurier2010-05-161-1/+1
* Make parse_filter() parsing more robust.Stefano Sabatini2009-12-111-2/+2
* "[" is a terminating char for the filter name. This fixes the parsing ofVitor Sessak2009-05-081-1/+1
* Make graphparser.c use av_get_token().Stefano Sabatini2009-05-011-46/+4
* Remove consume_whitespace() and replace it with direct calls toStefano Sabatini2009-04-211-11/+8
* Rename avfilter_parse_graph() to avfilter_graph_parse(), for betterStefano Sabatini2009-02-261-1/+1
* Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for betterStefano Sabatini2009-02-261-1/+1
* Fix avfilter_parse_graph() invalid graph description detection.Stefano Sabatini2009-02-141-1/+1
OpenPOWER on IntegriCloud