Mercurial > libavcodec.hg
log ac3enc.c @ 11618:ce8ad9819cd6 libavcodec
age | author | description |
---|---|---|
Tue, 30 Mar 2010 23:30:55 +0000 | stefano | Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec |
Mon, 09 Nov 2009 09:11:35 +0000 | cehoyos | Move ff_reverse in libavcodec to av_reverse in libavutil. libavcodec |
Sun, 06 Sep 2009 09:15:07 +0000 | reimar | Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodec |
Thu, 30 Jul 2009 21:00:08 +0000 | diego | Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. libavcodec |
Mon, 20 Apr 2009 00:34:08 +0000 | jbr | ac3enc: log a warning message if the channel layout is not specified at libavcodec |
Sun, 19 Apr 2009 15:06:13 +0000 | jbr | Add channel layout support to the AC-3 encoder. libavcodec |
Fri, 17 Apr 2009 08:39:11 +0000 | jbr | ac3enc: reorder input channels to AC-3 channel order libavcodec |