March 31, 2011
View 2f86e7b

graphparser: add a NULL check on the argument passed to strstr

Stefano Sabatini authored on 2011/03/31 04:30:31
February 2, 2011
View c68be8e

Make avfilter_graph_parse() not free the input graph

Stefano Sabatini authored on 2011/02/02 05:52:07
January 15, 2011
View 3bf3fc0

Add the word "Parsed" in the parsed filter names.

Stefano Sabatini authored on 2011/01/15 05:58:47
December 12, 2010
View 9241cd2

Make avfilter_parse_graph() output a more meaningful message when an invalid filterchain is detected.

Stefano Sabatini authored on 2010/12/12 22:39:16
November 28, 2010
View 3fa77bd

In libavfilter, use consistently "Copyright (c)" in the license headers.

Stefano Sabatini authored on 2010/11/28 19:22:58
November 18, 2010
View 0985e1a

move the av_parse_color() function from libavfilter to libavcore

Aurelien Jacobs authored on 2010/11/18 07:58:28
November 12, 2010
View 668673f

Add missing check on the existence of an associated output pad for each specified output link label.

Stefano Sabatini authored on 2010/11/12 07:41:22
November 8, 2010
View 24de0ed

Rename avfilter_destroy() as avfilter_free().

Stefano Sabatini authored on 2010/11/08 21:32:39
View 1e80a0e

Remove graphparser.h header, move AVFilterInOut and avfilter_graph_parse() declaration to libavfilter/avfiltergraph.h.

Stefano Sabatini authored on 2010/11/08 07:56:29
View 55b2a9b

Extend documentation for parse_filter().

Stefano Sabatini authored on 2010/11/08 07:47:33
View 7313132

Rename AVFilterInOut field filter to filter_ctx, more semantically correct.

Stefano Sabatini authored on 2010/11/08 03:40:18
View c24f76b

Make avfilter_graph_parse() always return meaningful error codes.

Stefano Sabatini authored on 2010/11/08 03:40:14
View 0cc8b65

Make parse_outputs() always return meaningful error codes.

Stefano Sabatini authored on 2010/11/08 03:40:12
View 00b3ca3

Add missing memory check in parse_inputs(), and fix possible (yet very unlikely) crash.

Stefano Sabatini authored on 2010/11/08 03:40:09
View 42e7f6d

Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case the link label parsed by parse_link_name() is invalid.

Stefano Sabatini authored on 2010/11/08 03:40:07