summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAgeFilesLines
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-60/+60
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-125/+125
* QDM2 compatible decoderRoberto Togni2005-10-181-26/+1
* Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpegRoberto Togni2005-10-151-2/+2
* removed unused CONFIG_AUDIO_NONSHORTAlex Beregszaszi2005-10-121-2/+2
* adding a few constMichael Niedermayer2005-06-011-1/+1
* check for errorMichael Niedermayer2005-05-051-1/+4
* cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc ...Michael Niedermayer2005-03-021-1/+1
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-0/+4
* Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4)Roberto Togni2005-02-151-0/+186
* merge a few shifts into the dequantization, faster and more accurate, lets ho...Michael Niedermayer2005-02-031-17/+18
* optimizing imdct12Michael Niedermayer2005-02-021-98/+84
* optimize antialiasMichael Niedermayer2005-02-021-67/+43
* faster, simpler and more accurate l3_unscale()Michael Niedermayer2005-02-011-55/+15
* optimizing imdct36()Michael Niedermayer2005-02-011-96/+113
* support 32bit output for the mpeg audio decoderMichael Niedermayer2005-01-311-17/+33
* more accurate dequant of near zero coefficientsMichael Niedermayer2005-01-311-2/+1
* 10l (missing overflow check)Michael Niedermayer2005-01-311-3/+6
* 10l (didnt test code after cvs up ...)Michael Niedermayer2005-01-301-4/+4
* dithering for the mpeg audio decoderMichael Niedermayer2005-01-301-36/+17
* exported ff_mpa_synth_filter for upcoming qdm2 decoderAlex Beregszaszi2005-01-281-21/+30
* Decode MP3 in ADU formatRoberto Togni2005-01-151-0/+74
* dissallow sprintfMichael Niedermayer2005-01-121-1/+1
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-291-0/+1
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-271-2/+2
* warning fixAlex Beregszaszi2004-06-261-1/+1
* data_size = 0 cleanupMichael Niedermayer2004-05-211-1/+0
* static allocation rewrite (old code was plain a broken mess)Michael Niedermayer2004-03-211-4/+4
* 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
OpenPOWER on IntegriCloud