summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis.c
Commit message (Collapse)AuthorAge
* Cosmetics. Add the defines needed for debug output.Benjamin Larsson2006-05-11
| | | | Originally committed as revision 5361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a crash on x86_64Loren Merritt2006-05-11
| | | | Originally committed as revision 5360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni ↵Denes Balatoni2006-05-07
| | | | | | <dbalatoni at programozo dot hu> Originally committed as revision 5349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false.Uoti Urpala2006-04-23
| | | | | | | | | Predict buffer size from blocksize_1 and number of channels and make sure this does not exceed AVCODEC_MAX_AUDIO_FRAME_SIZE Patch by Uoti Urpala >>> uoti |.| urpala |@| pp1 |.| inet |.| fi <<< Originally committed as revision 5313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill some warningsMåns Rullgård2006-02-25
| | | | Originally committed as revision 5063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct the relation between floors of type 0 and block sizes.Alexander Strasser2006-02-05
| | | | Originally committed as revision 4941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (malloc check with the wrong pointer)Alexander Strasser2006-02-04
| | | | | | | | | Simplification: I have to reconsider this trees and forest thing... Also readded and documented the check i had in the beginning and removed before applying. It avoids a possible div by zero. Originally committed as revision 4934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added support for vorbis files containing floor type 0.Alexander Strasser2006-02-04
| | | | Originally committed as revision 4933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add static keyword to some functionsDieter2006-01-30
| | | | | | patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
| | | | Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decrease V_NB_BITS if possibleMichael Niedermayer2005-05-30
| | | | Originally committed as revision 4327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more trivial optimizationsMichael Niedermayer2005-05-30
| | | | Originally committed as revision 4326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* maxdepth is supposed to be a constant, its faster if its too large then if ↵Michael Niedermayer2005-05-30
| | | | | | its non constant Originally committed as revision 4324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationsMichael Niedermayer2005-05-30
| | | | Originally committed as revision 4320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster float->short conversationMichael Niedermayer2005-05-30
| | | | Originally committed as revision 4319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ilog() -> av_log2()Michael Niedermayer2005-05-29
| | | | Originally committed as revision 4318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)Michael Niedermayer2005-05-29
| | | | Originally committed as revision 4317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1.) LGPL license mentionedDenes Balatoni2005-05-21
| | | | | | | | 2.) Stack useage decreased by 64kb 3.) One more bug fixed patch by (Balatoni Denes <dbalatoni.programozo@hu>) Originally committed as revision 4287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* accept old extradata formatMåns Rullgård2005-05-19
| | | | Originally committed as revision 4281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of multi-channel vorbis streamsMåns Rullgård2005-05-19
| | | | Originally committed as revision 4280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)Michael Niedermayer2005-05-17
Originally committed as revision 4261 to svn://svn.ffmpeg.org/ffmpeg/trunk