log vorbis_enc.c @ 12488:351a81a23343 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
Thu, 03 Jun 2010 23:53:10 +0000 cehoyos Raise default vorbis encoding quality. libavcodec
Wed, 02 Jun 2010 16:09:19 +0000 cehoyos Avoid division by zero that caused noise, typically at the beginning or libavcodec
Wed, 26 May 2010 18:54:59 +0000 cehoyos Mark vorbis encoder as experimental. libavcodec
Tue, 25 May 2010 22:53:22 +0000 cehoyos Do not invert samples when encoding Vorbis. 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
Sat, 06 Mar 2010 14:34:46 +0000 mru Move FFT parts from dsputil.h to fft.h libavcodec
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
Tue, 09 Sep 2008 14:42:50 +0000 jai_menon vorbis_enc : set coded_frame->pts value to running sample count. libavcodec
Tue, 12 Aug 2008 00:36:36 +0000 lorenm remove mdct tmp buffer 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:27:29 +0000 stefang revert accidental const slipping in 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
Sun, 27 Apr 2008 10:52:44 +0000 diego Add long names to many AVCodec declarations. libavcodec