summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix playback of mp3_bits_left.aviMichael Niedermayer2006-12-111-1/+1
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-061-1/+1
* detect a few more errors (fixes libmp3-bug.avi again)Michael Niedermayer2006-11-151-3/+10
* making decoding more error robustMichael Niedermayer2006-11-141-11/+19
* reset internal buffer during seekingMichael Niedermayer2006-11-141-1/+8
* more checks and error messagesMichael Niedermayer2006-11-141-1/+8
* dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer2006-10-301-5/+6
* avoid random noise on damaged framesMichael Niedermayer2006-10-301-1/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* message typo fixesDiego Biurrun2006-10-051-2/+2
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-271-6/+12
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
* Use mathopsLuca Barbato2006-09-221-55/+6
* use correct rounding functionsMichael Niedermayer2006-09-191-2/+2
* remove unused, uninitialized free format frame sizeBaptiste Coudurier2006-09-151-22/+1
* Proper armv5te instructions support detection.Siarhei Siamashka2006-09-131-6/+1
* armv5 optimizationsSiarhei Siamashka2006-09-101-0/+16
* print more correct error messgesMichael Niedermayer2006-09-081-1/+3
* remove redundant declarationsMåns Rullgård2006-09-021-1/+0
* fix buffer handlingMichael Niedermayer2006-08-281-14/+23
* overread AV_LOG_ERROR -> AV_LOG_DEBUGMichael Niedermayer2006-08-271-1/+1
* fix low bitrate mp3Michael Niedermayer2006-08-271-6/+17
* check the validity of the amount of the remaining bytes in the bitsteam befor...Michael Niedermayer2006-08-271-1/+4
* unused varMichael Niedermayer2006-08-261-3/+0
* make mpa_decode_header() 10 times fasterMichael Niedermayer2006-08-261-1/+0
* another silly typo which surprisingly neither valgrind nor cmp of the file ou...Michael Niedermayer2006-08-261-1/+1
* 10l found by valgrindMichael Niedermayer2006-08-261-0/+1
* remove duplicated parser, people who pass random gibblets of the bitstream in...Michael Niedermayer2006-08-261-223/+123
* avoid branchMichael Niedermayer2006-08-251-28/+24
* move variable declarations so that their scope is smallerMichael Niedermayer2006-08-251-2/+5
* move the +400 out of the innermost loopMichael Niedermayer2006-08-251-11/+12
* avoid reading exponent twiceMichael Niedermayer2006-08-251-7/+11
* reduce size of vlc table, thats slightly faster hereMichael Niedermayer2006-08-251-2/+2
* try to avoid l3_unscale() by using a tableMichael Niedermayer2006-08-251-4/+25
* replace l3_unscale(1, exponents[pos]) by LUTMichael Niedermayer2006-08-251-1/+7
OpenPOWER on IntegriCloud