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 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
August 18, 2010
View ad2c950

Implement libavfilter audio framework.

S.N. Hemanth Meenakshisundaram authored on 2010/08/18 03:08:03
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
January 8, 2010
View d3c0175

Fix compilation on gcc 2.95.3 (still supported) broken by r21077, which was due to declaring variable after code.

Stefano Sabatini authored on 2010/01/08 17:19:18
View 063e769

Make avfilter_formats_unref(AVFilterFormats **ref) handle the case when *ref is NULL.

Stefano Sabatini authored on 2010/01/08 07:59:22
January 7, 2010
View c1d662f

Change avfilter_add_colorspace() to make it accept **avff rather than *avff, so that an AVFilterFormats struct is created and returned by the function if *avff is NULL.

Stefano Sabatini authored on 2010/01/07 01:19:13
January 4, 2010
View 5ff8418

Make avfilter_all_colorspaces() add to the returned list of pixel formats only the non-HW-accelerated formats, for which there is no sense in filtering.

Stefano Sabatini authored on 2010/01/04 09:08:11
View 4fd1f18

Implement avfilter_add_colorspace().

Stefano Sabatini authored on 2010/01/04 07:26:59
October 22, 2009
View 9abba21

Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the argument of avfilter_make_format_list(), as the argument represents a list of elements.

Stefano Sabatini authored on 2009/10/22 05:43:43
View 1554fed

Make avfilter_make_format_list() take in input a const argument.

Stefano Sabatini authored on 2009/10/22 05:39:05
October 19, 2009
View 6b5dc05

Rename avfilter_make_format_list2() to avfilter_make_format_list().

Stefano Sabatini authored on 2009/10/19 08:39:54
View e768cb7

Remove avfilter_make_format_list(), it has been replaced by avfilter_make_format_list2().

Stefano Sabatini authored on 2009/10/19 08:35:54
View f6a1fa8

Implement avfilter_make_format_list2(), which is going to replace avfilter_make_format_list().

Stefano Sabatini authored on 2009/10/19 08:06:52
February 22, 2008
View 4c4de9c

Better description for merge_ref().

Michael Niedermayer authored on 2008/02/22 07:10:11