summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_enc.c
Commit message (Expand)AuthorAge
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-24
* Raise default vorbis encoding quality.Frank Barchard2010-06-03
* Avoid division by zero that caused noise, typically at the beginning orFrank Barchard2010-06-02
* Mark vorbis encoder as experimental.Carl Eugen Hoyos2010-05-26
* Do not invert samples when encoding Vorbis.Frank Barchard2010-05-25
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Revert r20095: Allow compiling to vorbis again.Philipp Matthias Hahn2009-12-02
* put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger2009-10-01
* Do not needlessly add 7 to put_buts_count before dividing by 8,Reimar Döffinger2009-09-30
* Use ff_put_string in vorbis encoder.Reimar Döffinger2009-09-30
* whitespace cosmetics, prettyprinting, K&R coding styleDiego Biurrun2009-09-29
* some more linebreak and brace placement cosmeticsDiego Biurrun2009-09-28
* brace placement and linebreak cosmeticsDiego Biurrun2009-09-28
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Rename all vorbis encoder related typedefs to not use _t for POSIX compatibilityOded Shimon2008-12-12
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Use of new bitstream in vorbis_enc.c.Bartłomiej Wołowiec2008-10-15
* vorbis_enc : set coded_frame->pts value to running sample count.Jai Menon2008-09-09
* remove mdct tmp bufferLoren Merritt2008-08-12
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* revert accidental const slipping inStefan Gehrer2008-06-24
* mark read-only data as constStefan Gehrer2008-06-24
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* license header consistency cosmeticsDiego Biurrun2007-07-05
* misc spelling fixesDiego Biurrun2007-06-12
* vorbis suffers from the same sign flip issue as wma (so this lame workaround,...Michael Niedermayer2007-02-07
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* more forgotten free's.Oded Shimon2006-10-02
* 10l, wrong order in freeingOded Shimon2006-10-02
* slightly saner indentionMichael Niedermayer2006-10-02
* add vorbis_enc_data.h, remove codebook data from vorbis_enc.cOded Shimon2006-10-02
* Original Commit: r114 | ods15 | 2006-10-01 21:38:37 +0200 (Sun, 01 Oct 2006) ...Oded Shimon2006-10-02
* Original Commit: r113 | ods15 | 2006-10-01 21:35:47 +0200 (Sun, 01 Oct 2006) ...Oded Shimon2006-10-02
* Original Commit: r112 | ods15 | 2006-10-01 20:48:39 +0200 (Sun, 01 Oct 2006) ...Oded Shimon2006-10-02
* Original Commit: r111 | ods15 | 2006-10-01 19:40:50 +0200 (Sun, 01 Oct 2006) ...Oded Shimon2006-10-02
* Original Commit: r110 | ods15 | 2006-10-01 19:17:32 +0200 (Sun, 01 Oct 2006) ...Oded Shimon2006-10-02
* Original Commit: r109 | ods15 | 2006-10-01 19:14:52 +0200 (Sun, 01 Oct 2006) ...Oded Shimon2006-10-02
* Original Commit: r108 | ods15 | 2006-10-01 18:46:06 +0200 (Sun, 01 Oct 2006) ...Oded Shimon2006-10-02
* Original Commit: r107 | ods15 | 2006-10-01 18:13:12 +0200 (Sun, 01 Oct 2006) ...Oded Shimon2006-10-02
* Original Commit: r106 | ods15 | 2006-10-01 18:11:55 +0200 (Sun, 01 Oct 2006) ...Oded Shimon2006-10-02
* Original Commit: r105 | ods15 | 2006-10-01 18:09:55 +0200 (Sun, 01 Oct 2006) ...Oded Shimon2006-10-02
* Original Commit: r104 | ods15 | 2006-10-01 18:04:08 +0200 (Sun, 01 Oct 2006) ...Oded Shimon2006-10-02