summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
Commit message (Collapse)AuthorAge
* table contains vlc with 19 bits and 8*2 < 19Michael Niedermayer2006-07-07
| | | | Originally committed as revision 5658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
| | | | | | taken from a patch by Steve L'Homme Originally committed as revision 5127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc -> get_vlc2 transition.Benjamin Larsson2006-01-08
| | | | Originally committed as revision 4828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QDM2 compatible decoderRoberto Togni2005-10-18
| | | | Originally committed as revision 4649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpegRoberto Togni2005-10-15
| | | | | | Reversing approved by patch author Originally committed as revision 4646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused CONFIG_AUDIO_NONSHORTAlex Beregszaszi2005-10-12
| | | | Originally committed as revision 4633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding a few constMichael Niedermayer2005-06-01
| | | | Originally committed as revision 4337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for errorMichael Niedermayer2005-05-05
| | | | Originally committed as revision 4183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc ↵Michael Niedermayer2005-03-02
| | | | | | bug related to frexp() Originally committed as revision 3997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4)Roberto Togni2005-02-15
| | | | | | Derived from MPlayer patch by Larry Ruedisueli Originally committed as revision 3955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge a few shifts into the dequantization, faster and more accurate, lets ↵Michael Niedermayer2005-02-03
| | | | | | hope it doesnt overflow Originally committed as revision 3930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing imdct12Michael Niedermayer2005-02-02
| | | | Originally committed as revision 3929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize antialiasMichael Niedermayer2005-02-02
| | | | | | switch to integer antialias code as default as its faster now Originally committed as revision 3925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster, simpler and more accurate l3_unscale()Michael Niedermayer2005-02-01
| | | | Originally committed as revision 3924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing imdct36()Michael Niedermayer2005-02-01
| | | | Originally committed as revision 3923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support 32bit output for the mpeg audio decoderMichael Niedermayer2005-01-31
| | | | Originally committed as revision 3910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more accurate dequant of near zero coefficientsMichael Niedermayer2005-01-31
| | | | Originally committed as revision 3909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (missing overflow check)Michael Niedermayer2005-01-31
| | | | Originally committed as revision 3908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (didnt test code after cvs up ...)Michael Niedermayer2005-01-30
| | | | Originally committed as revision 3904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dithering for the mpeg audio decoderMichael Niedermayer2005-01-30
| | | | Originally committed as revision 3903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exported ff_mpa_synth_filter for upcoming qdm2 decoderAlex Beregszaszi2005-01-28
| | | | Originally committed as revision 3897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode MP3 in ADU formatRoberto Togni2005-01-15
| | | | Originally committed as revision 3839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dissallow sprintfMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29
| | | | | | common.h -> common.h/bitstream.h Originally committed as revision 3777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ↵Burkhard Plaum2004-11-27
| | | | | | de>) Originally committed as revision 3717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixAlex Beregszaszi2004-06-26
| | | | Originally committed as revision 3258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* data_size = 0 cleanupMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* static allocation rewrite (old code was plain a broken mess)Michael Niedermayer2004-03-21
| | | | | | | | | doesnt call realloc every time doesnt randomly overwrite memory after after 8-16 calls doesnt use ugly macro wraper fewer lines of code Originally committed as revision 2912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixes by Gildas Bazin <gbazin at altern dot org>Michael Niedermayer2004-02-04
| | | | Originally committed as revision 2745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-01-26
| | | | Originally committed as revision 2726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2004-01-08
| | | | Originally committed as revision 2680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize compute_antialias() and add a floating point based alternative (2x ↵Michael Niedermayer2004-01-08
| | | | | | faster) Originally committed as revision 2679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exported mpa_decode_header for new parser APIFabrice Bellard2003-11-10
| | | | Originally committed as revision 2491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?)Fabrice Bellard2003-09-08
| | | | Originally committed as revision 2238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-08
| | | | Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed audio frame buffering problem (should correct problems on some ↵Fabrice Bellard2003-08-28
| | | | | | streams) - faster synthesis filter - prototype 'parse_only' support Originally committed as revision 2173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memmove fixes (Jon Burgess)Fabrice Bellard2003-08-24
| | | | Originally committed as revision 2157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merging a small amount of the changes from BroadQ, the rest is either not ↵Michael Niedermayer2003-03-18
| | | | | | clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later) Originally committed as revision 1690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid ↵Michael Niedermayer2003-01-21
| | | | | | useless *8 in a few inner loops Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* C99 initializers and kill warnings patch by (mru at users dot sourceforge ↵Måns Rullgård2003-01-19
| | | | | | dot net (Måns Rullgård)) Originally committed as revision 1474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * two functions to handle allocation of static data more simpleZdenek Kabelac2002-12-03
| | | | | | | | | av_mallocz_static - called for every static data table av_free_static - called when ffmpeg is no longer needed and should free all static resources * simple usage shown in mpegaudiodec.c Originally committed as revision 1301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>)Michael Niedermayer2002-11-04
| | | | Originally committed as revision 1160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * resync without endless loopZdenek Kabelac2002-08-09
| | | | Originally committed as revision 849 to svn://svn.ffmpeg.org/ffmpeg/trunk