summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_data.c
Commit message (Expand)AuthorAge
* avcodec/vorbis_data: Move encoder-related table to its only userAndreas Rheinhardt2021-01-29
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
|\|
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-26
|\|
| * 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
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | 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