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