log ac3enc.c @ 12483:0159a19bfff7 libavcodec

age author description
Sat, 24 Jul 2010 13:59:49 +0000 reimar Use "const" qualifier for pointers that point to input data of libavcodec
Sat, 10 Jul 2010 22:12:30 +0000 mru Add av_ prefix to bswap macros libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
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
Mon, 13 Apr 2009 16:59:38 +0000 stefano Rename pbBufPtr() to put_bits_ptr(). libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Sun, 12 Apr 2009 08:35:26 +0000 stefano Split bitstream.h, put the bitstream writer stuff in the new file libavcodec
Thu, 05 Mar 2009 22:17:12 +0000 diego Remove duplicated MUL16 macro definition, fixes the warning: libavcodec
Sun, 22 Feb 2009 13:48:55 +0000 stefano Add missing av_cold in static init/close functions. libavcodec