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
November 3, 2010
View a532bb3

Add setpts filter, ported from the libavfilter soc repo.

Stefano Sabatini authored on 2010/11/03 07:29:17
October 19, 2010
View 43945b2

Add transpose filter.

Stefano Sabatini authored on 2010/10/19 06:29:37
October 16, 2010
View 2a24df9

Add avfilter_graph_config().

Stefano Sabatini authored on 2010/10/16 19:20:53
October 13, 2010
View 94498ec

Extend buffer source to accept the time base for the output PTS.

Stefano Sabatini authored on 2010/10/13 03:40:20
October 12, 2010
View 68b79bf

Implement cropdetect filter.

Stefano Sabatini authored on 2010/10/12 18:22:32
View 16134b7

Extend the nullsrc source, make it accept a parameter for specifying the timebase. Useful for debugging timebase configuration issues.

Stefano Sabatini authored on 2010/10/12 08:27:33
October 11, 2010
View 214c0d4

Implement settb filter.

Stefano Sabatini authored on 2010/10/11 23:00:40
View 867ae7a

Add a time_base field to AVFilterLink.

Stefano Sabatini authored on 2010/10/11 07:26:14
October 2, 2010
View 3337712

Fix reference to nonexistent function.

Stefano Sabatini authored on 2010/10/02 03:32:53
September 28, 2010
View e40032e

Add the drawbox filter from the soc libavfilter repo. Pedagogically useful.

Stefano Sabatini authored on 2010/09/28 22:16:40
View c85eef4

Move av_set_options_string() from libavfilter to libavutil.

Stefano Sabatini authored on 2010/09/28 07:09:53
View 486adc5

Use more expressive names for the avfilter_insert_filter() in and out parameters.

Stefano Sabatini authored on 2010/09/28 06:57:16
View acc0490

Make AVFilterLink store the pointers to the source and destination pads, rather than their index.

Stefano Sabatini authored on 2010/09/28 01:58:48