28 Commits (47806f4119b7cc04d2a8bf26d86ddacaab7aad2b)

Author SHA1 Message Date
S.N. Hemanth Meenakshisundaram 5da19b53c6 Implement avcodec_get_channel_layout(). 14 years ago
Måns Rullgård 07876e25c8 Workaround for missing llrintf() 15 years ago
Ronald S. Bultje b1078e9fe6 Move clipping of audio samples (for those codecs outputting float) from decoder 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Carl Eugen Hoyos 5dfa637cca Make function get_channel_name() static: It is only used in audioconvert.c. 15 years ago
Justin Ruggles 7ca1295985 Do not guess the channel layout when getting its string value. 16 years ago
Justin Ruggles 0fb6a8b339 Remove the 3-front-channel layout from the list of channel layout 16 years ago
Justin Ruggles be233a5691 Check that channel layout is compatible with number of channels for 16 years ago
Justin Ruggles 1b7bc4a245 Add 3 channel layout convenience macros. 16 years ago
Justin Ruggles f79e331f34 Add names for 5.0 and 5.1 back speaker channel layouts. 16 years ago
Patrik 862c1d2f05 Replace snprintf() with av_strlcpy(). 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Baptiste Coudurier 4d6f600c58 Add const, remove warning: 16 years ago
Diego Biurrun c2fef0c163 Use "" instead of <> when #including non-system headers. 16 years ago
Carl Eugen Hoyos 7e8efe18ba One const is enough. 16 years ago
Andreas Öman 9d9b9d32e6 Change multichannel API define prefix from "CHANNEL_" to "CH_". 16 years ago
Peter Ross 0d72e7d0ae Add audio channel layout API to libavcodec. 16 years ago
Diego Pettenò d3b9e7f19b Remove duplicate "const" qualifier for *matrix. 16 years ago
Michael Niedermayer 23694e27f0 Drop deprecated SAMPLE_FMT_S24. 16 years ago
Peter Ross e06b00f3b6 Add SAMPLE_FMT_DBL. 16 years ago
Peter Ross 82cee279a5 Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_convert_alloc() and av_audio_convert_free() support functions. 16 years ago
Peter Ross 8a464e7580 Revert r14484 hunk that deleted the 'include avcodec.h' statement. 16 years ago
Peter Ross c2b28bb975 Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_get_sample_fmt(), avcodec_sample_fmt_string() 16 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 17 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Michael Niedermayer ed567d9c41 cosmetics 18 years ago
Michael Niedermayer 0eb6817d98 audio format conversion 18 years ago