log ac3enc.c @ 9411:4cb7c65fc775 libavcodec

age author description
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
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Mon, 01 Sep 2008 14:33:54 +0000 jbr create a separate codec_id for E-AC-3 libavcodec
Wed, 20 Aug 2008 00:32:17 +0000 jbr commit the OKed parts of the E-AC-3 decoder libavcodec
Sun, 03 Aug 2008 16:42:32 +0000 jbr cosmetics: make all references to AC-3 capitalized and hyphenated libavcodec
Thu, 31 Jul 2008 10:47:31 +0000 pross Modify all codecs to report their supported input and output sample format(s). libavcodec
Tue, 24 Jun 2008 20:01:31 +0000 stefang mark read-only data as const libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sat, 07 Jun 2008 22:29:54 +0000 jbr pass bap table to ff_ac3_bit_alloc_calc_bap() libavcodec
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavcodec
Sun, 27 Apr 2008 22:39:51 +0000 diego Add long names to AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Thu, 20 Mar 2008 19:36:20 +0000 diego two more typos spotted by Mike libavcodec
Thu, 20 Mar 2008 19:08:42 +0000 diego british_english--; libavcodec
Mon, 21 Jan 2008 00:29:22 +0000 diego Remove two unused variables. libavcodec
Mon, 21 Jan 2008 00:28:29 +0000 diego Remove unnecessary forward declaration. libavcodec
Sun, 13 Jan 2008 08:33:00 +0000 reimar Get rid of fft_rev table, use ff_reverse and a shift. libavcodec
Sat, 12 Jan 2008 17:37:36 +0000 reimar Use FFSWAP instead of "manual" swap libavcodec
Fri, 04 Jan 2008 23:09:58 +0000 aurel improve CRC API libavcodec
Fri, 28 Dec 2007 06:13:55 +0000 jbr use cutoff frequency to adjust bandwidth in ac3 encoder libavcodec
Fri, 28 Dec 2007 05:32:12 +0000 jbr use bps instead of kbps for bitrate libavcodec
Fri, 28 Dec 2007 03:12:24 +0000 jbr Do not give advice for which bitrate to choose. libavcodec
Fri, 28 Dec 2007 03:05:49 +0000 jbr fix typo libavcodec
Sun, 09 Dec 2007 03:27:14 +0000 jbr cosmetics: rename common ac3 variables libavcodec
Sun, 09 Dec 2007 03:23:04 +0000 jbr cosmetics: rename ac3 bit allocation variables libavcodec
Sun, 09 Dec 2007 03:21:33 +0000 jbr cosmetics: rename ac3 tables libavcodec
Tue, 27 Nov 2007 05:32:04 +0000 rfelker sync message with modern ffmpeg bitrate option syntax. libavcodec