summaryrefslogtreecommitdiffstats
path: root/libavcodec/libvorbis.c
Commit message (Expand)AuthorAgeFilesLines
* Warn if Vorbis does not support the provided channel layout.Carl Eugen Hoyos2011-04-151-0/+29
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* Add audio flag to libvorbis AVOption.Justin Ruggles2010-12-301-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Fix crash when using iblock option (when a warning is logged).James Zern2010-10-141-1/+1
* Allow setting the impulse block bias for libvorbis through a private codec pa...Michael Niedermayer2010-09-291-0/+15
* remove an unneeded av_realloc()Pascal Massimino2010-07-201-6/+10
* add some buffer checksPascal Massimino2010-07-111-0/+9
* use avccontext->frame_size where appropriatePascal Massimino2010-07-111-1/+1
* Fix libvorbis encoding with more than 2 channelsJames Darnley2010-06-271-7/+6
* libvorbis: Only drop 1-byte packets at end of streamMartin Storsjö2010-06-221-1/+1
* libvorbis: Use memmove instead of memcpy for shifting dataMartin Storsjö2010-06-161-1/+1
* libvorbis: Disable strict bitrate management when not requestedDavid Conrad2010-06-041-5/+4
* libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor ofDavid Conrad2010-06-041-1/+1
* libvorbis: Hook up min/max bitrateDavid Conrad2010-06-041-1/+4
* 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
* 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
OpenPOWER on IntegriCloud