November 5, 2010
View 97dd1e4

Rename avfilter_graph_destroy() to avfilter_graph_free().

Stefano Sabatini authored on 2010/11/05 05:34:24
View e15aeea

Implement avfilter_graph_alloc().

Stefano Sabatini authored on 2010/11/05 05:34:19
October 16, 2010
View 2a24df9

Add avfilter_graph_config().

Stefano Sabatini authored on 2010/10/16 19:20:53
August 11, 2010
View 84c0386

Change avfilter_open() signature, from: AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name); to: int avfilter_open(AVFilterContext **filter_ctx, AVFilter *filter, const char *inst_name);

Stefano Sabatini authored on 2010/08/11 20:44:51
July 22, 2010
View bdab614

Generalize pixel format enum fields to int formats.

S.N. Hemanth Meenakshisundaram authored on 2010/07/22 20:12:47
April 19, 2010
View 3748b2b

Fix leak in avfilter_graph_add_filter().

Stefano Sabatini authored on 2010/04/19 05:10:43
April 14, 2010
View 22b7b23

Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case of failed reallocation, rather than just -1.

Stefano Sabatini authored on 2010/04/14 08:22:22
January 13, 2010
View f37c934

Make query_formats() print an error message if an auto-inserted scale filter cannot convert between input and output formats.

Stefano Sabatini authored on 2010/01/13 09:09:24
January 10, 2010
View 9ea9772

Make query_formats() increment the scaler_count after each scaler insertion.

Stefano Sabatini authored on 2010/01/10 23:23:19
View 3fb8e77

Add a log context to avfilter_graph_config_links().

Stefano Sabatini authored on 2010/01/10 22:39:56
June 1, 2009
View 4ec4224

Implement avfilter_graph_config_links().

Stefano Sabatini authored on 2009/06/01 01:30:12
February 27, 2009
View d7dbe55

Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for better consistency with the rest of the API.

Stefano Sabatini authored on 2009/02/27 07:02:09
February 24, 2009
View 39c07b8

Implement in AVFilterGraph the scale_sws_opts field, and pass its value in the args for the auto-inserted scale filters.

Stefano Sabatini authored on 2009/02/24 08:45:21
January 27, 2009
View 822005e

Implement avfilter_graph_check_validity().

Stefano Sabatini authored on 2009/01/27 05:21:25
April 5, 2008
View 4e4a3e2

Handle av_realloc() failure Commited in SoC by Vitor Sessak on 2008-04-04 15:35:38

Vitor Sessak authored on 2008/04/05 05:09:47