summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbis_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-1/+1
|\
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* vorbisenc: remove VLAsMåns Rullgård2010-09-241-6/+17
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-241-2/+2
* Raise default vorbis encoding quality.Frank Barchard2010-06-031-1/+1
* Avoid division by zero that caused noise, typically at the beginning orFrank Barchard2010-06-021-1/+1
* Mark vorbis encoder as experimental.Carl Eugen Hoyos2010-05-261-1/+1
* Do not invert samples when encoding Vorbis.Frank Barchard2010-05-251-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* Revert r20095: Allow compiling to vorbis again.Philipp Matthias Hahn2009-12-021-3/+6
* put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger2009-10-011-8/+8
* Do not needlessly add 7 to put_buts_count before dividing by 8,Reimar Döffinger2009-09-301-4/+4
* Use ff_put_string in vorbis encoder.Reimar Döffinger2009-09-301-6/+3
* whitespace cosmetics, prettyprinting, K&R coding styleDiego Biurrun2009-09-291-138/+148
* some more linebreak and brace placement cosmeticsDiego Biurrun2009-09-281-1/+2
* brace placement and linebreak cosmeticsDiego Biurrun2009-09-281-55/+98
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-1/+1
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-1/+1
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-161-2/+2
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Rename all vorbis encoder related typedefs to not use _t for POSIX compatibilityOded Shimon2008-12-121-53/+53
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-1/+1
* Use of new bitstream in vorbis_enc.c.Bartłomiej Wołowiec2008-10-151-46/+3
* vorbis_enc : set coded_frame->pts value to running sample count.Jai Menon2008-09-091-0/+4
* remove mdct tmp bufferLoren Merritt2008-08-121-1/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* revert accidental const slipping inStefan Gehrer2008-06-241-1/+1
* mark read-only data as constStefan Gehrer2008-06-241-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* vorbis suffers from the same sign flip issue as wma (so this lame workaround,...Michael Niedermayer2007-02-071-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* more forgotten free's.Oded Shimon2006-10-021-0/+2
* 10l, wrong order in freeingOded Shimon2006-10-021-1/+1
* slightly saner indentionMichael Niedermayer2006-10-021-81/+137
* add vorbis_enc_data.h, remove codebook data from vorbis_enc.cOded Shimon2006-10-021-479/+1
* Original Commit: r114 | ods15 | 2006-10-01 21:38:37 +0200 (Sun, 01 Oct 2006) ...Oded Shimon2006-10-021-17/+17
* Original Commit: r113 | ods15 | 2006-10-01 21:35:47 +0200 (Sun, 01 Oct 2006) ...Oded Shimon2006-10-021-15/+18
* Original Commit: r112 | ods15 | 2006-10-01 20:48:39 +0200 (Sun, 01 Oct 2006) ...Oded Shimon2006-10-021-3/+4
* Original Commit: r111 | ods15 | 2006-10-01 19:40:50 +0200 (Sun, 01 Oct 2006) ...Oded Shimon2006-10-021-16/+4
OpenPOWER on IntegriCloud