summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAgeFilesLines
...
* replace a few MULL by MULHMichael Niedermayer2006-08-211-11/+24
* reorder butterflies to reduce memory load/storeMichael Niedermayer2006-08-201-56/+65
* table contains vlc with 19 bits and 8*2 < 19Michael Niedermayer2006-07-071-1/+1
* (f)printf --> av_log conversionSteve L'Homme2006-03-081-23/+23
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* get_vlc -> get_vlc2 transition.Benjamin Larsson2006-01-081-2/+2
* 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
OpenPOWER on IntegriCloud