November 22, 2010
View 63e8d97

Use the new libavcore audio channel API.

Stefano Sabatini authored on 2010/11/22 05:06:22
View 176a615

Move audio channel API from libavcodec to libavcore.

Stefano Sabatini authored on 2010/11/22 04:28:52
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 3, 2010
View d63e456

Implement functions: av_get_sample_fmt_name() av_get_sample_fmt() av_get_sample_fmt_string()

Stefano Sabatini authored on 2010/11/03 07:08:02
August 26, 2010
View 5da19b5

Implement avcodec_get_channel_layout().

S.N. Hemanth Meenakshisundaram authored on 2010/08/26 09:38:25
April 24, 2010
View 07876e2

Workaround for missing llrintf()

Måns Rullgård authored on 2010/04/24 01:28:10
April 22, 2010
View b1078e9

Move clipping of audio samples (for those codecs outputting float) from decoder to the audio conversion routines.

Ronald S. Bultje authored on 2010/04/22 02:57:48
April 20, 2010
View ba87f08

Remove explicit filename from Doxygen @file commands.

Diego Biurrun authored on 2010/04/20 23:45:34
March 1, 2010
View 5dfa637

Make function get_channel_name() static: It is only used in audioconvert.c.

Carl Eugen Hoyos authored on 2010/03/01 03:50:56
June 14, 2009
View 7ca1295

Do not guess the channel layout when getting its string value.

Justin Ruggles authored on 2009/06/14 07:33:13
View 0fb6a8b

Remove the 3-front-channel layout from the list of channel layout aliases. Calling this "surround" is confusing and questionable.

Justin Ruggles authored on 2009/06/14 03:57:54
April 19, 2009
View be233a5

Check that channel layout is compatible with number of channels for output audio stream.

Justin Ruggles authored on 2009/04/19 23:05:55
View 1b7bc4a

Add 3 channel layout convenience macros.

Justin Ruggles authored on 2009/04/19 03:51:01
April 12, 2009
View f79e331

Add names for 5.0 and 5.1 back speaker channel layouts.

Justin Ruggles authored on 2009/04/12 12:26:20
February 10, 2009
View 862c1d2

Replace snprintf() with av_strlcpy(). Fixes the following warning on some systems: audioconvert.c:131: warning: format not a string literal and no format arguments

Patrik authored on 2009/02/10 08:11:26