summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbis_dec.c
Commit message (Expand)AuthorAgeFilesLines
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-1/+5
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-311-3/+3
* Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-281-29/+9
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-221-1/+1
* Second hunk from secrity fix from google.Frank Barchard2011-01-151-1/+1
* Check rangebits to avoid a possible crash.Frank Barchard2011-01-151-1/+9
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* 10l: dx shouldn't exist.Alex Converse2010-11-121-1/+1
* 10l: vorbisdec: declare dyAlex Converse2010-11-121-1/+1
* vorbisdec: Fix floor1 decodingGregory Maxwell2010-11-121-3/+3
* Fix crashes in vorbis decoding found by zzufJason Garrett-Glaser2010-10-271-11/+21
* vorbisdec: Use int instead of uint16_fast_t for index variablesDavid Conrad2010-08-301-1/+1
* vorbis_dec: Change partition_class[] to uint8_t.Alex Converse2010-08-061-1/+1
* vorbisdec: Return AVERROR(ENOMEM) on malloc() failure.Alex Converse2010-08-031-0/+2
* vorbisdec: Prevent a potential integer overflow.Alex Converse2010-08-031-2/+2
* vorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc buildMåns Rullgård2010-08-021-2/+2
* Fix use of unintialized variable introduced in r20411.Reimar Döffinger2010-07-021-1/+2
* vorbisdec: remove variable-length arraysMåns Rullgård2010-07-011-11/+23
* vorbisdec: Take channels into account when checking against residue overflowDavid Conrad2010-06-271-1/+1
* vorbisdec: Fix header parsing with no floor1 partitionsDavid Conrad2010-06-271-1/+1
* vorbisdec: Remove write-only variableDavid Conrad2010-06-271-3/+0
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Move FFT parts from dsputil.h to fft.hMå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
* More sane error message when extradata has not been set.Michael Niedermayer2009-12-181-1/+1
* vorbis_dec: factor out duplicated code for index reading, bounds checking andReimar Döffinger2009-10-281-58/+26
* Reindent after channel layout commit from yesterdayRobert Swain2009-10-031-2/+2
* Add vorbis channel layout support according to those defined in the Vorbis IRobert Swain2009-10-021-0/+13
* whitespace cosmetics, prettyprinting, K&R coding styleDiego Biurrun2009-09-291-568/+563
* some more linebreak and brace placement cosmeticsDiego Biurrun2009-09-281-3/+3
* brace placement and linebreak cosmeticsDiego Biurrun2009-09-281-89/+99
* Fix format string to match the types printed.Reimar Döffinger2009-09-231-1/+1
* Check submap indexes.Google Chrome2009-09-231-2/+13
* Make error return sign consistent.Michael Niedermayer2009-09-231-30/+30
* Check begin/end/partition_size.Google Chrome2009-09-231-0/+9
* Check res_setup->books.Google Chrome2009-09-231-1/+6
* Check masterbook index and subclass book index.Google Chrome2009-09-231-2/+12
* Add checks for per-packet mode indexes and per-header mode mapping indexes.Google Chrome2009-09-231-1/+9
* Check classbook value.Google Chrome2009-09-231-0/+4
* Fix book_idx check.Google Chrome2009-09-231-3/+2
* Sanity checks for magnitude and angle.Google Chrome2009-09-231-1/+8
* = -> == typo.Google Chrome2009-09-231-1/+1
* Check dimensions against 0 too.Michael Niedermayer2009-09-231-2/+2
* Check validity of channels & samplerate.Michael Niedermayer2009-09-231-2/+10
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-1/+1
* Make sure that values generated for ff_vorbis_len2vlc inReimar Döffinger2009-07-081-1/+1
* Use iMDCT output scaling to simplify ffvorbis and make it slightly faster.Siarhei Siamashka2009-05-201-19/+3
* Fix for a problem with inverted sign of output data from ffvorbis decoder.Siarhei Siamashka2009-05-201-2/+2
OpenPOWER on IntegriCloud