aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbis.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e951b6d94c441d46b396ef12da1428297d77251d'Michael Niedermayer2013-02-261-1/+1
|\
| * vorbisdec: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-251-1/+1
* | Merge commit 'ce378f0dd0c4e5350b3280e6b3e8d6b46fe4b0a3'Michael Niedermayer2013-01-211-1/+1
|\|
| * vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje2013-01-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-1/+1
|\|
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-1/+2
|\|
| * vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse2012-06-051-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\|
| * vorbis: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-261-1/+1
|\|
| * Make channel layout masks unsignedMans Rullgard2011-11-251-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-5/+5
|\|
| * Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun2011-05-121-5/+5
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-301-1/+1
|\|
| * vorbis: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-04-291-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Fix libvorbis encoding with more than 2 channelsJames Darnley2010-06-271-0/+1
* Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård2010-03-061-0/+1
* Add support for vorbis 6.1 and 7.1 channel configurations as per the new specRobert Swain2010-01-291-2/+2
* Add vorbis channel layout support according to those defined in the Vorbis IRobert Swain2009-10-021-0/+2
* brace placement and linebreak cosmeticsDiego Biurrun2009-09-281-1/+3
* Rename all vorbis encoder related typedefs to not use _t for POSIX compatibilityOded Shimon2008-12-121-3/+3
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* mark read-only data as constStefan Gehrer2008-06-241-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* remove render_line from vorbis.h, add ff_vorbis_floor1_render_list insteadOded Shimon2006-10-011-27/+1
* prevent warning in vorbis_data.cOded Shimon2006-10-011-1/+1
* 100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_d...Oded Shimon2006-10-011-0/+2
* make some more functions global so they can be shared with vorbis_enc.cOded Shimon2006-10-011-0/+31
* make ready_floor1_list() shared for vorbis_enc.cOded Shimon2006-10-011-0/+9
* vorbis.h -> vorbis_data.cOded Shimon2006-09-301-2255/+6
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+18
* vorbis cosmetics: mdct0,mdct1 => mdct[2]Loren Merritt2006-08-101-6/+3
* sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt2006-08-101-0/+2
* sse & sse2 implementations of vorbis channel coupling.Loren Merritt2006-08-031-0/+1
* Correct the relation between floors of type 0 and block sizes.Alexander Strasser2006-02-051-2/+3
* Cosmetic: Fix indentation.Alexander Strasser2006-02-041-13/+13
* Added support for vorbis files containing floor type 0.Alexander Strasser2006-02-041-1/+28
* decrease V_NB_BITS if possibleMichael Niedermayer2005-05-301-0/+1
* Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)Michael Niedermayer2005-05-291-0/+2
* Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)Michael Niedermayer2005-05-171-0/+2225