summaryrefslogtreecommitdiff
path: root/libavcodec/libvorbis.c
Commit message (Expand)AuthorAgeFilesLines
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-1/+1
* add missing \n to error messageBaptiste Coudurier2009-07-011-1/+1
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-1/+1
* libvorbis: Use 0-10 range for audio quality.Nicolas George2009-02-091-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-261-1/+1
* Cosmetics: fix indentation after previous commit.Benoit Fouet2008-10-151-12/+10
* Add a flag to avoid calling vorbis_analysis_wrote twice with an empty buffer.Nicolas George2008-10-151-2/+11
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* Remove libvorbis Vorbis decoding support. Our native decoder is completeDiego Biurrun2007-11-041-157/+0
* various simplifications around recent av_clip_int16() usageAurelien Jacobs2007-08-111-7/+2
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-111-2/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-061-0/+383