log vorbis_enc.c @ 10765:8963dc7bb923 libavcodec

age author description
Wed, 02 Dec 2009 23:51:15 +0000 cehoyos Revert r20095: Allow compiling to vorbis again. libavcodec
Thu, 01 Oct 2009 15:40:29 +0000 reimar put_bits can only reliably write up to 31 bit bits, above it relies on libavcodec
Wed, 30 Sep 2009 20:47:59 +0000 reimar Do not needlessly add 7 to put_buts_count before dividing by 8, libavcodec
Wed, 30 Sep 2009 10:37:37 +0000 reimar Use ff_put_string in vorbis encoder. libavcodec
Tue, 29 Sep 2009 11:43:58 +0000 diego whitespace cosmetics, prettyprinting, K&R coding style libavcodec
Mon, 28 Sep 2009 21:46:22 +0000 diego some more linebreak and brace placement cosmetics libavcodec
Mon, 28 Sep 2009 21:13:47 +0000 diego brace placement and linebreak cosmetics libavcodec
Sun, 20 Sep 2009 17:30:20 +0000 mru Merge FFTContext and MDCTContext libavcodec
Sun, 06 Sep 2009 09:15:07 +0000 reimar Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodec
Sat, 16 May 2009 14:17:08 +0000 serge Support for getting (i)MDCT output multiplied by a constant scaling factor. libavcodec
Sun, 12 Apr 2009 08:35:26 +0000 stefano Split bitstream.h, put the bitstream writer stuff in the new file libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Fri, 12 Dec 2008 05:12:51 +0000 ods15 Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility libavcodec
Tue, 21 Oct 2008 21:40:24 +0000 aurel uses FF_ARRAY_ELEMS() where appropriate libavcodec
Wed, 15 Oct 2008 08:01:54 +0000 benoit Use of new bitstream in vorbis_enc.c. libavcodec