summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAgeFilesLines
* fixes by Gildas Bazin <gbazin at altern dot org>Michael Niedermayer2004-02-041-0/+5
* 10lMichael Niedermayer2004-01-261-4/+5
* lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2004-01-081-0/+1
* optimize compute_antialias() and add a floating point based alternative (2x f...Michael Niedermayer2004-01-081-10/+96
* exported mpa_decode_header for new parser APIFabrice Bellard2003-11-101-16/+11
* update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?)Fabrice Bellard2003-09-081-0/+1
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-081-1/+1
* fixed audio frame buffering problem (should correct problems on some streams)...Fabrice Bellard2003-08-281-82/+183
* memmove fixes (Jon Burgess)Fabrice Bellard2003-08-241-3/+3
* merging a small amount of the changes from BroadQ, the rest is either not cle...Michael Niedermayer2003-03-181-3/+3
* per file doxyMichael Niedermayer2003-03-061-0/+6
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-78/+78
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-101-2/+3
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer2003-01-211-2/+2
* C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...Måns Rullgård2003-01-191-1/+1
* * two functions to handle allocation of static data more simpleZdenek Kabelac2002-12-031-10/+6
* vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>)Michael Niedermayer2002-11-041-1/+1
* * resync without endless loopZdenek Kabelac2002-08-091-1/+3
* new bitstream reader API (old get_bits() based one is emulated and will still...Michael Niedermayer2002-07-091-29/+8
* Minor warning cleanup.Falk Hüffner2002-06-031-0/+1
* fixed layer1/2 overflow if very loud sound - fixed broken free format decodin...Fabrice Bellard2002-06-011-37/+47
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-271-0/+11
* removed invalid buffer handlingFabrice Bellard2002-05-261-3/+1
* license/copyright changeFabrice Bellard2002-05-251-11/+11
* 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