aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
AgeCommit message (Expand)Author
2004-05-21data_size = 0 cleanupMichael Niedermayer
2004-03-21static allocation rewrite (old code was plain a broken mess)Michael Niedermayer
2004-02-04fixes by Gildas Bazin <gbazin at altern dot org>Michael Niedermayer
2004-01-2610lMichael Niedermayer
2004-01-08lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz
2004-01-08optimize compute_antialias() and add a floating point based alternative (2x f...Michael Niedermayer
2003-11-10exported mpa_decode_header for new parser APIFabrice Bellard
2003-09-08update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?)Fabrice Bellard
2003-09-08CODEC_ID_MP3LAME is obsoleteFabrice Bellard
2003-08-28fixed audio frame buffering problem (should correct problems on some streams)...Fabrice Bellard
2003-08-24memmove fixes (Jon Burgess)Fabrice Bellard
2003-03-18merging a small amount of the changes from BroadQ, the rest is either not cle...Michael Niedermayer
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2003-01-21GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer
2003-01-19C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...Måns Rullgård
2002-12-03* two functions to handle allocation of static data more simpleZdenek Kabelac
2002-11-04vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>)Michael Niedermayer
2002-08-09* resync without endless loopZdenek Kabelac
2002-07-09new bitstream reader API (old get_bits() based one is emulated and will still...Michael Niedermayer
2002-06-03Minor warning cleanup.Falk Hüffner
2002-06-01fixed layer1/2 overflow if very loud sound - fixed broken free format decodin...Fabrice Bellard
2002-05-27* started to cleanup name clashes for onetime compilationZdenek Kabelac
2002-05-26removed invalid buffer handlingFabrice Bellard
2002-05-25license/copyright changeFabrice Bellard
2002-05-21fixed incorrect global gain - slightly increased precision of n^(4/3) tableFabrice Bellard
2002-05-20fixed one overflow problemFabrice Bellard
2002-05-18put all integer init code to compute n^(4/3) - memory alloc and header fixesFabrice Bellard
2002-04-15- Versions defined for libav/libavcodec.Juanjo
2002-04-07- Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo
2002-01-10another bitstream reader code (faster on intel cpus) - patch by Michael Niede...Michael Niedermayer
2001-10-31* fixed decoding busy loopZdenek Kabelac
2001-10-23* and finaly avoid deadlock at the end of audio streamZdenek Kabelac
2001-10-23* fixes to avoid crash when broken mp3 header is foundZdenek Kabelac
2001-10-23* simple fix to avoid memcpy with len < 0Zdenek Kabelac
2001-09-15added completely new mpeg audio decoder (integer only, free format support, l...Fabrice Bellard
2001-07-22Initial revisionFabrice Bellard