summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_dec.c
Commit message (Expand)AuthorAge
* vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun2011-04-23
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* vorbis dec: Remove obsolete commentAlexander Strasser2011-02-10
* vorbis dec: cosmetics: Indent consistentlyAlexander Strasser2011-02-10
* vorbis dec: cosmetics: Indent CPP cond properlyAlexander Strasser2011-02-10
* vorbis dec: Delete useless scopes, and reindent after scope deletionAlexander Strasser2011-02-10
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
* Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-22
* Second hunk from secrity fix from google.Frank Barchard2011-01-15
* Check rangebits to avoid a possible crash.Frank Barchard2011-01-15
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* 10l: dx shouldn't exist.Alex Converse2010-11-12
* 10l: vorbisdec: declare dyAlex Converse2010-11-12
* vorbisdec: Fix floor1 decodingGregory Maxwell2010-11-12
* Fix crashes in vorbis decoding found by zzufJason Garrett-Glaser2010-10-27
* vorbisdec: Use int instead of uint16_fast_t for index variablesDavid Conrad2010-08-30
* vorbis_dec: Change partition_class[] to uint8_t.Alex Converse2010-08-06
* vorbisdec: Return AVERROR(ENOMEM) on malloc() failure.Alex Converse2010-08-03
* vorbisdec: Prevent a potential integer overflow.Alex Converse2010-08-03
* vorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc buildMåns Rullgård2010-08-02
* Fix use of unintialized variable introduced in r20411.Reimar Döffinger2010-07-02
* vorbisdec: remove variable-length arraysMåns Rullgård2010-07-01
* vorbisdec: Take channels into account when checking against residue overflowDavid Conrad2010-06-27
* vorbisdec: Fix header parsing with no floor1 partitionsDavid Conrad2010-06-27
* vorbisdec: Remove write-only variableDavid Conrad2010-06-27
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Add support for vorbis 6.1 and 7.1 channel configurations as per the new specRobert Swain2010-01-29
* More sane error message when extradata has not been set.Michael Niedermayer2009-12-18
* vorbis_dec: factor out duplicated code for index reading, bounds checking andReimar Döffinger2009-10-28
* Reindent after channel layout commit from yesterdayRobert Swain2009-10-03
* 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
* some more linebreak and brace placement cosmeticsDiego Biurrun2009-09-28
* brace placement and linebreak cosmeticsDiego Biurrun2009-09-28
* Fix format string to match the types printed.Reimar Döffinger2009-09-23
* Check submap indexes.Google Chrome2009-09-23
* Make error return sign consistent.Michael Niedermayer2009-09-23
* Check begin/end/partition_size.Google Chrome2009-09-23
* Check res_setup->books.Google Chrome2009-09-23
* Check masterbook index and subclass book index.Google Chrome2009-09-23
* Add checks for per-packet mode indexes and per-header mode mapping indexes.Google Chrome2009-09-23
* Check classbook value.Google Chrome2009-09-23
* Fix book_idx check.Google Chrome2009-09-23
* Sanity checks for magnitude and angle.Google Chrome2009-09-23