summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbis.c
Commit message (Expand)AuthorAgeFilesLines
...
* vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbala...Denes Balatoni2006-05-071-1/+3
* Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false.Uoti Urpala2006-04-231-1/+8
* kill some warningsMåns Rullgård2006-02-251-1/+1
* Correct the relation between floors of type 0 and block sizes.Alexander Strasser2006-02-051-13/+20
* 10l (malloc check with the wrong pointer)Alexander Strasser2006-02-041-7/+9
* Added support for vorbis files containing floor type 0.Alexander Strasser2006-02-041-57/+290
* add static keyword to some functionsDieter2006-01-301-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-1/+1
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-3/+3
* decrease V_NB_BITS if possibleMichael Niedermayer2005-05-301-10/+14
* more trivial optimizationsMichael Niedermayer2005-05-301-27/+27
* maxdepth is supposed to be a constant, its faster if its too large then if it...Michael Niedermayer2005-05-301-7/+7
* optimizationsMichael Niedermayer2005-05-301-12/+22
* faster float->short conversationMichael Niedermayer2005-05-301-10/+12
* ilog() -> av_log2()Michael Niedermayer2005-05-291-8/+1
* Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)Michael Niedermayer2005-05-291-2/+6
* 1.) LGPL license mentionedDenes Balatoni2005-05-211-13/+41
* accept old extradata formatMåns Rullgård2005-05-191-14/+30
* fix decoding of multi-channel vorbis streamsMåns Rullgård2005-05-191-2/+2
* Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)Michael Niedermayer2005-05-171-0/+1414
OpenPOWER on IntegriCloud