June 7, 2011
View 4ae28eb

showfiltfmts: use av_get_pix_fmt_name()

Stefano Sabatini authored on 2011/06/07 09:18:19
November 8, 2010
View 24de0ed

Rename avfilter_destroy() as avfilter_free().

Stefano Sabatini authored on 2010/11/08 21:32:39
August 18, 2010
View a8542e4

Set the correct type for the output links.

Stefano Sabatini authored on 2010/08/18 03:07:57
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
August 7, 2010
View 56e0d11

showfiltfmts: destroy filter context before exit

Måns Rullgård authored on 2010/08/07 07:25:44
View c61f84b

showfiltfmts: set media type of links to that of corresponding pad

Måns Rullgård authored on 2010/08/07 07:25:42
August 1, 2010
View 2797166

lavfi-showfiltfmts: print one format per line

Måns Rullgård authored on 2010/08/01 20:34:56
May 25, 2010
View e34d5db

Add libavfilter 1-input - 1-output regression test, corresponding to the target regtest-lavfi_pix_fmts.

Stefano Sabatini authored on 2010/05/25 05:38:50