summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAge
* Revert r16257:Andreas Öman2008-12-22
* Include "libavutil/common.h" where we use llrint() in case ffmpeg'sAndreas Öman2008-12-21
* Add shift argument to MULL() macroMåns Rullgård2008-11-24
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Only print "invalid new backstep" when it is really invalid.Michael Niedermayer2008-09-16
* Make decoder more robust by default against broken encoders.Michael Niedermayer2008-09-16
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* Remove debuging junk that probably hasnt been used by anyone since years.Michael Niedermayer2008-08-31
* Use static vlc structure to decode layer 3 huffman tables.Art Clarke2008-07-31
* Decrease severity of 'invalid new backstep' log message to warningAndreas Öman2008-07-20
* Supply context argument to av_log() in mpeg audio decoder.Andreas Öman2008-07-20
* mpegaudio: use MAC/MLS macros in ff_mpa_synth_filterMåns Rullgård2008-07-13
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* break if error in header so it can output already decoded framesBaptiste Coudurier2008-04-26
* merge init with declarationBaptiste Coudurier2008-04-26
* cosmetics: merge declsBaptiste Coudurier2008-04-26
* simplify: merge loopsBaptiste Coudurier2008-04-26
* simplifyBaptiste Coudurier2008-04-26
* simplify: remove useless fields and varsBaptiste Coudurier2008-04-26
* move MP3On4DecodeContext def near the code and under ifdefBaptiste Coudurier2008-04-26
* correctly patch syncword for samples rates < 16000, decoder now fully support...Baptiste Coudurier2008-04-26
* fix 1 frame config decodingBaptiste Coudurier2008-04-26
* remove old draft last case not present anymore in iso specsBaptiste Coudurier2008-04-26
* use mpeg4audio common codeBaptiste Coudurier2008-04-26
* simplifyBaptiste Coudurier2008-04-26
* correctly compute out_size and samples numberBaptiste Coudurier2008-04-26
* fsize is 12 bits according to specsBaptiste Coudurier2008-04-26
* simplify using FFMIN3Baptiste Coudurier2008-04-26
* return error if buf_size is too smallBaptiste Coudurier2008-04-26
* values can fit uint8_tBaptiste Coudurier2008-04-26
* add constBaptiste Coudurier2008-04-26
* omg, fix compilationBaptiste Coudurier2008-03-20
* correctly set avctx->frame_size for mp3on4 and mp3aduBaptiste Coudurier2008-03-20
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* constsMichael Niedermayer2008-02-01
* Factorize some code into functions, had this in my tree and will beMichael Niedermayer2008-01-11
* Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-11
* Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-11
* Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilationMartin Lindhe2007-11-08
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
* move a couple of macros and structs to mpegaudio.hMåns Rullgård2007-06-16
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* make decoder decode the first frame properly if theres more than just oneMichael Niedermayer2007-05-27
* remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs2007-05-20
* add a ff_ prefix to some mpegaudio funcsAurelien Jacobs2007-05-20
* loosen dependencies over mpegaudiodecAurelien Jacobs2007-05-20
* add proper prefix to extern mpeg audio data tablesAurelien Jacobs2007-05-19