summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
Commit message (Collapse)AuthorAge
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
| | | | Originally committed as revision 15662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only print "invalid new backstep" when it is really invalid.Michael Niedermayer2008-09-16
| | | | | | Fixes issue541. Originally committed as revision 15339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make decoder more robust by default against broken encoders.Michael Niedermayer2008-09-16
| | | | | | Fixes issue540. Originally committed as revision 15336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
| | | | Originally committed as revision 15270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove debuging junk that probably hasnt been used by anyone since years.Michael Niedermayer2008-08-31
| | | | Originally committed as revision 15133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use static vlc structure to decode layer 3 huffman tables.Art Clarke2008-07-31
| | | | | | Patch by Art Clarke aclarke vlideshow com Originally committed as revision 14483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decrease severity of 'invalid new backstep' log message to warningAndreas Öman2008-07-20
| | | | | | in mpeg audio decoder. Originally committed as revision 14313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Supply context argument to av_log() in mpeg audio decoder.Andreas Öman2008-07-20
| | | | Originally committed as revision 14312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegaudio: use MAC/MLS macros in ff_mpa_synth_filterMåns Rullgård2008-07-13
| | | | Originally committed as revision 14199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* break if error in header so it can output already decoded framesBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge init with declarationBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: merge declsBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify: merge loopsBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify: remove useless fields and varsBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move MP3On4DecodeContext def near the code and under ifdefBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly patch syncword for samples rates < 16000, decoder now fully ↵Baptiste Coudurier2008-04-26
| | | | | | support all iso ref files Originally committed as revision 12992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 1 frame config decodingBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove old draft last case not present anymore in iso specsBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use mpeg4audio common codeBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly compute out_size and samples numberBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fsize is 12 bits according to specsBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify using FFMIN3Baptiste Coudurier2008-04-26
| | | | Originally committed as revision 12983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error if buf_size is too smallBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* values can fit uint8_tBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add constBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* omg, fix compilationBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly set avctx->frame_size for mp3on4 and mp3aduBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix: inited --> initializedDiego Biurrun2008-02-13
| | | | Originally committed as revision 11920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constsMichael Niedermayer2008-02-01
| | | | | | I have underestimated this a little, and these are just some ... Originally committed as revision 11708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize some code into functions, had this in my tree and will beMichael Niedermayer2008-01-11
| | | | | | needed for mp3 encoding. Originally committed as revision 11509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-11
| | | | Originally committed as revision 11507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-11
| | | | Originally committed as revision 11506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilationMartin Lindhe2007-11-08
| | | | | | | when DEBUG is defined. Patch by Martin Lindhe: martin startwars org Originally committed as revision 10955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
| | | | Originally committed as revision 10078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
| | | | Originally committed as revision 9999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move a couple of macros and structs to mpegaudio.hMåns Rullgård2007-06-16
| | | | Originally committed as revision 9343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
| | | | Originally committed as revision 9169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make decoder decode the first frame properly if theres more than just oneMichael Niedermayer2007-05-27
| | | | | | frame input Originally committed as revision 9144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a ff_ prefix to some mpegaudio funcsAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* loosen dependencies over mpegaudiodecAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add proper prefix to extern mpeg audio data tablesAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use DECLARE_ALIGNED to ease portingReimar Döffinger2007-05-15
| | | | Originally committed as revision 9031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-05
| | | | Originally committed as revision 8894 to svn://svn.ffmpeg.org/ffmpeg/trunk