summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_data.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vorbis: Split data declarations out into new headerAndreas Rheinhardt2022-10-031-1/+1
* libopus: convert to new channel layout APIAnton Khirnov2022-03-151-0/+18
* avcodec/vorbis_data: Move encoder-related table to its only userAndreas Rheinhardt2021-01-291-11/+0
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-1/+2
* Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-2/+2
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-261-1/+1
|\ \ | |/
| * Make channel layout masks unsignedMans Rullgard2011-11-251-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-8/+9
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-8/+9
|/
* vorbis: cosmetics, remove trailing comma for values that will never haveDavid Conrad2010-06-291-16/+16
* Fix libvorbis encoding with more than 2 channelsJames Darnley2010-06-271-0/+11
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-8/+8
* Add support for vorbis 6.1 and 7.1 channel configurations as per the new specRobert Swain2010-01-291-3/+7
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-8/+8
* Add vorbis channel layout support according to those defined in the Vorbis IRobert Swain2009-10-021-0/+19
* whitespace cosmetics, prettyprinting, K&R coding styleDiego Biurrun2009-09-291-2105/+2104
* brace placement and linebreak cosmeticsDiego Biurrun2009-09-281-1/+4
* Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputilsSiarhei Siamashka2008-09-281-8/+9
* mark read-only data as constStefan Gehrer2008-06-241-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* vorbis.h -> vorbis_data.cOded Shimon2006-09-301-0/+2153