| February 2, 2011 | ||
|---|---|---|
View ab543af
Make avfilter_graph_free() free the graph.Stefano Sabatini authored on 2011/02/02 04:02:17 |
||
| January 13, 2011 | ||
|---|---|---|
View caeb0c3
Make avfilter_graph_free() do nothing if graph is NULL.Stefano Sabatini authored on 2011/01/13 06:23:16 |
||
| December 28, 2010 | ||
|---|---|---|
View b59dd1e
Fix style nits in avfiltergraph.c.Stefano Sabatini authored on 2010/12/28 23:10:12 |
||
| December 3, 2010 | ||
|---|---|---|
View 037be76
Add avfilter_graph_create_filter().Stefano Sabatini authored on 2010/12/03 05:12:27 |
||
| 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 13, 2010 | ||
|---|---|---|
View 4fcbb2a
Prefix with "ff_" the functions: ff_avfilter_graph_check_validity() ff_avfilter_graph_config_links() ff_avfilter_graph_config_formats()Stefano Sabatini authored on 2010/11/13 09:21:28 |
||
| November 8, 2010 | ||
|---|---|---|
View 24de0ed
Rename avfilter_destroy() as avfilter_free().Stefano Sabatini authored on 2010/11/08 21:32:39 |
||
| 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 |
||