summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_data.c
Commit message (Expand)AuthorAge
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Make channel layout masks unsignedMans Rullgard2011-11-25
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
* vorbis: cosmetics, remove trailing comma for values that will never haveDavid Conrad2010-06-29
* Fix libvorbis encoding with more than 2 channelsJames Darnley2010-06-27
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Add support for vorbis 6.1 and 7.1 channel configurations as per the new specRobert Swain2010-01-29
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Add vorbis channel layout support according to those defined in the Vorbis IRobert Swain2009-10-02
* whitespace cosmetics, prettyprinting, K&R coding styleDiego Biurrun2009-09-29
* brace placement and linebreak cosmeticsDiego Biurrun2009-09-28
* Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputilsSiarhei Siamashka2008-09-28
* mark read-only data as constStefan Gehrer2008-06-24
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* vorbis.h -> vorbis_data.cOded Shimon2006-09-30