Thu, 26 Aug 2010 00:38:25 +0000 |
stefano |
Implement avcodec_get_channel_layout().
libavcodec
|
Fri, 23 Apr 2010 16:28:10 +0000 |
mru |
Workaround for missing llrintf()
libavcodec
|
Wed, 21 Apr 2010 17:57:48 +0000 |
rbultje |
Move clipping of audio samples (for those codecs outputting float) from decoder
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Sun, 28 Feb 2010 18:50:56 +0000 |
cehoyos |
Make function get_channel_name() static: It is only used in audioconvert.c.
libavcodec
|
Sat, 13 Jun 2009 22:33:13 +0000 |
jbr |
Do not guess the channel layout when getting its string value.
libavcodec
|
Sat, 13 Jun 2009 18:57:54 +0000 |
jbr |
Remove the 3-front-channel layout from the list of channel layout
libavcodec
|
Sun, 19 Apr 2009 14:05:55 +0000 |
jbr |
Check that channel layout is compatible with number of channels for
libavcodec
|
Sat, 18 Apr 2009 18:51:01 +0000 |
jbr |
Add 3 channel layout convenience macros.
libavcodec
|
Sun, 12 Apr 2009 03:26:20 +0000 |
jbr |
Add names for 5.0 and 5.1 back speaker channel layouts.
libavcodec
|
Mon, 09 Feb 2009 23:11:26 +0000 |
cehoyos |
Replace snprintf() with av_strlcpy().
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Thu, 22 Jan 2009 00:31:26 +0000 |
bcoudurier |
Add const, remove warning:
libavcodec
|
Mon, 19 Jan 2009 23:41:46 +0000 |
diego |
Use "" instead of <> when #including non-system headers.
libavcodec
|
Mon, 17 Nov 2008 12:48:31 +0000 |
cehoyos |
One const is enough.
libavcodec
|
Sun, 02 Nov 2008 21:04:28 +0000 |
andoma |
Change multichannel API define prefix from "CHANNEL_" to "CH_".
libavcodec
|
Sat, 01 Nov 2008 05:03:42 +0000 |
pross |
Add audio channel layout API to libavcodec.
libavcodec
|
Thu, 02 Oct 2008 19:09:56 +0000 |
gpoirier |
Remove duplicate "const" qualifier for *matrix.
libavcodec
|
Mon, 08 Sep 2008 15:24:16 +0000 |
michael |
Drop deprecated SAMPLE_FMT_S24.
libavcodec
|
Tue, 19 Aug 2008 10:36:30 +0000 |
pross |
Add SAMPLE_FMT_DBL.
libavcodec
|
Fri, 01 Aug 2008 13:53:18 +0000 |
pross |
Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_convert_alloc() and av_audio_convert_free() support functions.
libavcodec
|
Fri, 01 Aug 2008 11:26:22 +0000 |
pross |
Revert r14484 hunk that deleted the 'include avcodec.h' statement.
libavcodec
|
Thu, 31 Jul 2008 12:55:06 +0000 |
pross |
Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_get_sample_fmt(), avcodec_sample_fmt_string()
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Sat, 19 Aug 2006 23:12:10 +0000 |
michael |
cosmetics
libavcodec
|
Sat, 19 Aug 2006 20:22:57 +0000 |
michael |
audio format conversion
libavcodec
|