summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_dec.c
Commit message (Collapse)AuthorAge
* fix issue130Michael Niedermayer2007-10-31
| | | | Originally committed as revision 10888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
| | | | Originally committed as revision 9999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't segfault if an empty codebook gets used.Denes Balatoni2007-07-17
| | | | | | | | Patch by Denes Balatoni: [ dbalatoni interware hu ] Original thread: [Ffmpeg-devel] [PATCH/BUGREPORT] crash in vorbis decoder date: 02/04/2007 11:08 PM Originally committed as revision 9711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.cAurelien Jacobs2007-05-10
Originally committed as revision 8981 to svn://svn.ffmpeg.org/ffmpeg/trunk