summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAge
* 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
* move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs2007-05-19
* Use DECLARE_ALIGNED to ease portingReimar Döffinger2007-05-15
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-05
* typosDiego Biurrun2007-04-07
* kill another 2 av_mallocz_static()Michael Niedermayer2007-03-14
* Give context to dprintfMichel Bardiaux2007-03-12
* factorize switch_buffer()Michael Niedermayer2007-02-03
* fix decoding of takethat.mp3Michael Niedermayer2007-02-03
* fix playback of mp3_bits_left.aviMichael Niedermayer2006-12-11
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
* detect a few more errors (fixes libmp3-bug.avi again)Michael Niedermayer2006-11-15
* making decoding more error robustMichael Niedermayer2006-11-14
* reset internal buffer during seekingMichael Niedermayer2006-11-14
* more checks and error messagesMichael Niedermayer2006-11-14
* dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer2006-10-30
* avoid random noise on damaged framesMichael Niedermayer2006-10-30
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* message typo fixesDiego Biurrun2006-10-05
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
* fix some signedness warningsMåns Rullgård2006-09-27
* Use mathopsLuca Barbato2006-09-22
* use correct rounding functionsMichael Niedermayer2006-09-19
* remove unused, uninitialized free format frame sizeBaptiste Coudurier2006-09-15
* Proper armv5te instructions support detection.Siarhei Siamashka2006-09-13
* armv5 optimizationsSiarhei Siamashka2006-09-10
* print more correct error messgesMichael Niedermayer2006-09-08
* remove redundant declarationsMåns Rullgård2006-09-02
* fix buffer handlingMichael Niedermayer2006-08-28
* overread AV_LOG_ERROR -> AV_LOG_DEBUGMichael Niedermayer2006-08-27
* fix low bitrate mp3Michael Niedermayer2006-08-27
* check the validity of the amount of the remaining bytes in the bitsteam befor...Michael Niedermayer2006-08-27
* unused varMichael Niedermayer2006-08-26
* make mpa_decode_header() 10 times fasterMichael Niedermayer2006-08-26
* another silly typo which surprisingly neither valgrind nor cmp of the file ou...Michael Niedermayer2006-08-26
* 10l found by valgrindMichael Niedermayer2006-08-26