| November 8, 2010 | ||
|---|---|---|
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 |
||
View fbd9718
Add missing check in link_filter_inouts(), and fix possible (yet very unlikely) crash.Stefano Sabatini authored on 2010/11/08 03:40:04 |
||
View ed581e6
Rename the variable filter to filt_ctx in link_filter_inouts, as the variable denotes a filter context.Stefano Sabatini authored on 2010/11/08 03:40:01 |
||
View 684ade4
Make link_filter_inouts() return meaningful error codes.Stefano Sabatini authored on 2010/11/08 03:39:58 |
||
View 688b9da
Change the signature of parse_filter() to make it return an error code.Stefano Sabatini authored on 2010/11/08 03:39:54 |
||
View c58572f
Change the signature of create_filter() to make it return an error code.Stefano Sabatini authored on 2010/11/08 03:39:52 |
||
| November 5, 2010 | ||
|---|---|---|
View 97dd1e4
Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini authored on 2010/11/05 05:34:24 |
||
| September 28, 2010 | ||
|---|---|---|
View 372e288
Move av_get_token() from libavfilter to libavutil.Stefano Sabatini authored on 2010/09/28 01:23:43 |
||
| 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 98137a1
Document create_filter().Stefano Sabatini authored on 2010/07/22 18:56:09 |
||
View d2874a9
Add simple doxy to link_filter().Stefano Sabatini authored on 2010/07/22 18:56:06 |
||
View 94b2120
Fix documentation for parse_link_name().Stefano Sabatini authored on 2010/07/22 18:56:03 |
||
View bb90d85
Consistently use Uppercase for the first character of the log messages.Stefano Sabatini authored on 2010/07/22 18:56:00 |
||