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