summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAge
* table contains vlc with 19 bits and 8*2 < 19Michael Niedermayer2006-07-07
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* get_vlc -> get_vlc2 transition.Benjamin Larsson2006-01-08
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* QDM2 compatible decoderRoberto Togni2005-10-18
* Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpegRoberto Togni2005-10-15
* removed unused CONFIG_AUDIO_NONSHORTAlex Beregszaszi2005-10-12
* adding a few constMichael Niedermayer2005-06-01
* check for errorMichael Niedermayer2005-05-05
* cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc ...Michael Niedermayer2005-03-02
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4)Roberto Togni2005-02-15
* merge a few shifts into the dequantization, faster and more accurate, lets ho...Michael Niedermayer2005-02-03
* optimizing imdct12Michael Niedermayer2005-02-02
* optimize antialiasMichael Niedermayer2005-02-02
* faster, simpler and more accurate l3_unscale()Michael Niedermayer2005-02-01
* optimizing imdct36()Michael Niedermayer2005-02-01
* support 32bit output for the mpeg audio decoderMichael Niedermayer2005-01-31
* more accurate dequant of near zero coefficientsMichael Niedermayer2005-01-31
* 10l (missing overflow check)Michael Niedermayer2005-01-31
* 10l (didnt test code after cvs up ...)Michael Niedermayer2005-01-30
* dithering for the mpeg audio decoderMichael Niedermayer2005-01-30
* exported ff_mpa_synth_filter for upcoming qdm2 decoderAlex Beregszaszi2005-01-28
* Decode MP3 in ADU formatRoberto Togni2005-01-15
* dissallow sprintfMichael Niedermayer2005-01-12
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-27
* warning fixAlex Beregszaszi2004-06-26
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* static allocation rewrite (old code was plain a broken mess)Michael Niedermayer2004-03-21
* fixes by Gildas Bazin <gbazin at altern dot org>Michael Niedermayer2004-02-04
* 10lMichael Niedermayer2004-01-26
* lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2004-01-08
* optimize compute_antialias() and add a floating point based alternative (2x f...Michael Niedermayer2004-01-08
* exported mpa_decode_header for new parser APIFabrice Bellard2003-11-10
* update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?)Fabrice Bellard2003-09-08
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-08
* fixed audio frame buffering problem (should correct problems on some streams)...Fabrice Bellard2003-08-28
* memmove fixes (Jon Burgess)Fabrice Bellard2003-08-24
* merging a small amount of the changes from BroadQ, the rest is either not cle...Michael Niedermayer2003-03-18
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer2003-01-21
* C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...Måns Rullgård2003-01-19
* * two functions to handle allocation of static data more simpleZdenek Kabelac2002-12-03
* vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>)Michael Niedermayer2002-11-04
* * resync without endless loopZdenek Kabelac2002-08-09