summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
Commit message (Collapse)AuthorAge
...
* 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
* typosDiego Biurrun2007-04-07
| | | | Originally committed as revision 8642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill another 2 av_mallocz_static()Michael Niedermayer2007-03-14
| | | | Originally committed as revision 8396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give context to dprintfMichel Bardiaux2007-03-12
| | | | Originally committed as revision 8338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize switch_buffer()Michael Niedermayer2007-02-03
| | | | Originally committed as revision 7813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of takethat.mp3Michael Niedermayer2007-02-03
| | | | Originally committed as revision 7812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix playback of mp3_bits_left.aviMichael Niedermayer2006-12-11
| | | | Originally committed as revision 7279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
| | | | Originally committed as revision 7240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect a few more errors (fixes libmp3-bug.avi again)Michael Niedermayer2006-11-15
| | | | | | make pickyness of the decoder user selectable through error_resilience param like for video decoders Originally committed as revision 7089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* making decoding more error robustMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reset internal buffer during seekingMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more checks and error messagesMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont set the sampling rate just because 1 mp3 packet header says so (fixes ↵Michael Niedermayer2006-10-30
| | | | | | playback speed on some old mencoder generated avis which where then dumped to mp3) Originally committed as revision 6837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid random noise on damaged framesMichael Niedermayer2006-10-30
| | | | Originally committed as revision 6836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* message typo fixesDiego Biurrun2006-10-05
| | | | Originally committed as revision 6564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
| | | | Originally committed as revision 6356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some signedness warningsMåns Rullgård2006-09-27
| | | | Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use mathopsLuca Barbato2006-09-22
| | | | Originally committed as revision 6323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct rounding functionsMichael Niedermayer2006-09-19
| | | | | | | this should fix a floating point exception on some systems lets hope these arent missing anywhere, if so another solution must be found Originally committed as revision 6290 to svn://svn.ffmpeg.org/ffmpeg/trunk