summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAge
...
* fix arm asm compilation in mpegaudiodecAurelien Jacobs2006-08-23
* MUL* for ARM code based on a patch by Siarhei SiamashkaMichael Niedermayer2006-08-22
* replace MULL with asm too, no significnat speedup but its probably better to ...Michael Niedermayer2006-08-22
* replacing MULH by asm for x86Michael Niedermayer2006-08-22
* indent preprocessor directivesMichael Niedermayer2006-08-22
* make high precission synth filter 3 times faster on x86Michael Niedermayer2006-08-22
* replace MULL by MULH + shift in dct32() (code is very slightly faster, and th...Michael Niedermayer2006-08-22
* replace a few MULL by MULHMichael Niedermayer2006-08-21
* reorder butterflies to reduce memory load/storeMichael Niedermayer2006-08-20
* 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