summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAgeFilesLines
* Use static vlc structure to decode layer 3 huffman tables.Art Clarke2008-07-311-2/+29
* Decrease severity of 'invalid new backstep' log message to warningAndreas Öman2008-07-201-1/+1
* Supply context argument to av_log() in mpeg audio decoder.Andreas Öman2008-07-201-7/+7
* mpegaudio: use MAC/MLS macros in ff_mpa_synth_filterMåns Rullgård2008-07-131-31/+35
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-4/+4
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+4
* break if error in header so it can output already decoded framesBaptiste Coudurier2008-04-261-4/+2
* merge init with declarationBaptiste Coudurier2008-04-261-3/+1
* cosmetics: merge declsBaptiste Coudurier2008-04-261-2/+1
* simplify: merge loopsBaptiste Coudurier2008-04-261-4/+4
* simplifyBaptiste Coudurier2008-04-261-3/+2
* simplify: remove useless fields and varsBaptiste Coudurier2008-04-261-6/+5
* move MP3On4DecodeContext def near the code and under ifdefBaptiste Coudurier2008-04-261-10/+10
* correctly patch syncword for samples rates < 16000, decoder now fully support...Baptiste Coudurier2008-04-261-2/+7
* fix 1 frame config decodingBaptiste Coudurier2008-04-261-1/+1
* remove old draft last case not present anymore in iso specsBaptiste Coudurier2008-04-261-3/+2
* use mpeg4audio common codeBaptiste Coudurier2008-04-261-5/+9
* simplifyBaptiste Coudurier2008-04-261-7/+5
* correctly compute out_size and samples numberBaptiste Coudurier2008-04-261-3/+2
* fsize is 12 bits according to specsBaptiste Coudurier2008-04-261-1/+1
* simplify using FFMIN3Baptiste Coudurier2008-04-261-4/+1
* return error if buf_size is too smallBaptiste Coudurier2008-04-261-4/+3
* values can fit uint8_tBaptiste Coudurier2008-04-261-4/+4
* add constBaptiste Coudurier2008-04-261-4/+4
* omg, fix compilationBaptiste Coudurier2008-03-201-3/+3
* correctly set avctx->frame_size for mp3on4 and mp3aduBaptiste Coudurier2008-03-201-16/+4
* typo fix: inited --> initializedDiego Biurrun2008-02-131-1/+1
* constsMichael Niedermayer2008-02-011-4/+4
* Factorize some code into functions, had this in my tree and will beMichael Niedermayer2008-01-111-53/+67
* Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-111-0/+1
* Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-111-0/+1
* Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilationMartin Lindhe2007-11-081-3/+0
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-111-4/+1
* use skip_bits where appropriateAlex Beregszaszi2007-08-091-1/+1
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-5/+5
* move a couple of macros and structs to mpegaudio.hMåns Rullgård2007-06-161-10/+0
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-3/+3
* make decoder decode the first frame properly if theres more than just oneMichael Niedermayer2007-05-271-0/+1
* remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs2007-05-201-23/+1
* add a ff_ prefix to some mpegaudio funcsAurelien Jacobs2007-05-201-3/+3
* loosen dependencies over mpegaudiodecAurelien Jacobs2007-05-201-153/+1
* add proper prefix to extern mpeg audio data tablesAurelien Jacobs2007-05-191-9/+9
* move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs2007-05-191-0/+1
* Use DECLARE_ALIGNED to ease portingReimar Döffinger2007-05-151-3/+3
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-051-1/+1
* typosDiego Biurrun2007-04-071-1/+1
* kill another 2 av_mallocz_static()Michael Niedermayer2007-03-141-8/+2
* Give context to dprintfMichel Bardiaux2007-03-121-32/+37
* factorize switch_buffer()Michael Niedermayer2007-02-031-24/+16
* fix decoding of takethat.mp3Michael Niedermayer2007-02-031-2/+10
OpenPOWER on IntegriCloud