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 26, 2010
View d38c340

Implement avfilter_get_video_buffer_ref_from_arrays().

Stefano Sabatini authored on 2010/11/26 05:50:28
November 23, 2010
View 2fb21bf

Give more explicit/less confusing names to the filters dealing with aspect ratio.

Stefano Sabatini authored on 2010/11/23 07:03:24
November 22, 2010
View 63e8d97

Use the new libavcore audio channel API.

Stefano Sabatini authored on 2010/11/22 05:06:22
View 58935b2

Port overlay filter from the libavfilter repo (with many fixes), adopting Baptiste variant which is simpler and faster.

Stefano Sabatini authored on 2010/11/22 03:39:34
November 13, 2010
View 5aaea02

Make avfiltergraph.h public.

Stefano Sabatini authored on 2010/11/13 18:51:22
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 12, 2010
View 5d6e4c1

Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum SampleFormat with AVSampleFormat.

Stefano Sabatini authored on 2010/11/12 20:04:40
November 11, 2010
View 6ed3bac

drop support for base-10 encoded alpha component in av_parse_color()

Aurelien Jacobs authored on 2010/11/11 08:37:12
November 8, 2010
View 24de0ed

Rename avfilter_destroy() as avfilter_free().

Stefano Sabatini authored on 2010/11/08 21:32:39
View 1e80a0e

Remove graphparser.h header, move AVFilterInOut and avfilter_graph_parse() declaration to libavfilter/avfiltergraph.h.

Stefano Sabatini authored on 2010/11/08 07:56:29
View da6ec07

Bump lavfi minor and add APIchanges entry after the rename of AVFilterInOut.filter.

Stefano Sabatini authored on 2010/11/08 03:56:44
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