summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAge
* mp3: properly forward mp_decode_frame errorsLuca Barbato2012-10-23
* mp3: exit on parsing error in mp_decode_frameLuca Barbato2012-10-23
* mpegaudiodec: Fix buffer handling on random accessMichael Niedermayer2012-10-23
* mpegaudio: Refactor mp3on4 flush functionDiego Biurrun2012-10-23
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-01
* mpegaudiodec: fix short_start calculationLuca Barbato2012-09-28
* mpegaudiodec: don't print an error on > 1 frame in a packet.Anton Khirnov2012-08-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* mp3: fix start band index for block type 2 in 8kHz audioKostya Shishkov2012-05-20
* mpegaudiodec: Do not discard mp_decode_frame() return value.Diego Biurrun2012-04-18
* mp3dec: perform I/S and M/S only when frame mode is joint stereo.Kostya Shishkov2012-03-29
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-04
* mpegaudiodec: use DSPUtil.butterflies_float().Vitor Sessak2012-02-29
* mpegaudiodec: Prevent premature clipping of mp3 input buffer.Dale Curtis2012-02-24
* mp3on4: require a minimum framesize.Ronald S. Bultje2012-02-17
* mp3dec: Fix a heap-buffer-overflowAlex Converse2012-01-30
* lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov2012-01-27
* mpegaudiodec: switch error detection check to AV_EF_BUFFERDustin Brody2012-01-21
* mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-08
* mpegaudiodec: move imdct and windowing function to mpegaudiodspVitor Sessak2012-01-08
* mpegaudiodec: interleave iMDCT buffer to simplify future SIMD implementationsVitor Sessak2012-01-08
* mpegaudiodec: Use clearer pointer mathVitor Sessak2012-01-07
* mpegaudiodec: skip all channels when skipping granulesJustin Ruggles2012-01-01
* mpegaudiodec: fix seeking.Ronald S. Bultje2011-12-31
* mpegaudiodec: fix compilation when testing the unchecked bitstream readerJustin Ruggles2011-12-31
* mp3dec: hack: fix decoding with safe bitstream readerMans Rullgard2011-12-17
* latmdec: fix audio specific config parsingJanne Grunau2011-12-03
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* mpegaudio: do not use init_static_data() for initializing tables.Justin Ruggles2011-11-27
* mpegaudiodec: Don't use a nonexistent log context for av_dlogMartin Storsjö2011-11-16
* cosmetics: indentationJustin Ruggles2011-11-15
* mpegaudiodec: init static tables in AVCodec.init_static_data()Justin Ruggles2011-11-15
* mp3on4: do not needlessly set data_size to 0Justin Ruggles2011-10-27
* mp3adu: return error instead of just consuming bad packetsJustin Ruggles2011-10-27
* mpegaudiodec: check output data size based on avctx->frame_sizeJustin Ruggles2011-10-27
* avcodec: remove avcodec_parse_frame and deprecate associated elements.Justin Ruggles2011-10-27
* mpegaudiodec: cosmetics: basic pretty-printingJustin Ruggles2011-10-27
* mpegaudiodec: remove frame_count field from MPADecodeContext.Justin Ruggles2011-10-27
* mpegaudiodec: return AVERROR return codes instead of -1Justin Ruggles2011-10-27
* mpegaudiodec: Skip only bad frames instead of the whole packet.Justin Ruggles2011-10-27
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-22
* mp3on4: check for allocation failures in decode_init_mp3on4()Justin Ruggles2011-10-21
* mp3on4: create a separate flush function for MP3onMP4.Justin Ruggles2011-10-21
* mp3on4: ensure that the frame channel count does not exceed the codec channelJustin Ruggles2011-10-21
* mp3on4: set channel layoutJustin Ruggles2011-10-21
* mp3on4: fix the output channel orderJustin Ruggles2011-10-21
* mp3on4: allocate temp buffer with av_malloc() instead of on the stack.Justin Ruggles2011-10-21
* mp3on4: copy MPADSPContext from first context to all contexts.Justin Ruggles2011-10-21