summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAgeFilesLines
* fixed incorrect global gain - slightly increased precision of n^(4/3) tableFabrice Bellard2002-05-211-12/+14
* fixed one overflow problemFabrice Bellard2002-05-201-8/+8
* put all integer init code to compute n^(4/3) - memory alloc and header fixesFabrice Bellard2002-05-181-6/+88
* - Versions defined for libav/libavcodec.Juanjo2002-04-151-2/+14
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-071-0/+1
* another bitstream reader code (faster on intel cpus) - patch by Michael Niede...Michael Niedermayer2002-01-101-0/+14
* * fixed decoding busy loopZdenek Kabelac2001-10-311-1/+2
* * and finaly avoid deadlock at the end of audio streamZdenek Kabelac2001-10-231-10/+9
* * fixes to avoid crash when broken mp3 header is foundZdenek Kabelac2001-10-231-2/+10
* * simple fix to avoid memcpy with len < 0Zdenek Kabelac2001-10-231-2/+4
* added completely new mpeg audio decoder (integer only, free format support, l...Fabrice Bellard2001-09-151-120/+2208
* Initial revisionFabrice Bellard2001-07-221-0/+293
OpenPOWER on IntegriCloud