summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-8/+9
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-2/+2
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* mpegaudio: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-20/+20
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-3/+4
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-2/+3
* mpegaudiodec: use planar sample format for output unless packed is requestedJustin Ruggles2012-11-251-48/+47
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* mp3: properly forward mp_decode_frame errorsLuca Barbato2012-10-231-14/+18
* mp3: exit on parsing error in mp_decode_frameLuca Barbato2012-10-231-0/+3
* mpegaudiodec: Fix buffer handling on random accessMichael Niedermayer2012-10-231-0/+1
* mpegaudio: Refactor mp3on4 flush functionDiego Biurrun2012-10-231-8/+9
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-2/+2
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-011-5/+0
* mpegaudiodec: fix short_start calculationLuca Barbato2012-09-281-1/+1
* mpegaudiodec: don't print an error on > 1 frame in a packet.Anton Khirnov2012-08-081-1/+0
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-6/+6
* mp3: fix start band index for block type 2 in 8kHz audioKostya Shishkov2012-05-201-9/+10
* mpegaudiodec: Do not discard mp_decode_frame() return value.Diego Biurrun2012-04-181-0/+4
* mp3dec: perform I/S and M/S only when frame mode is joint stereo.Kostya Shishkov2012-03-291-1/+1
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-5/+2
* lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-041-2/+0
* mpegaudiodec: use DSPUtil.butterflies_float().Vitor Sessak2012-02-291-0/+7
* mpegaudiodec: Prevent premature clipping of mp3 input buffer.Dale Curtis2012-02-241-2/+4
* mp3on4: require a minimum framesize.Ronald S. Bultje2012-02-171-0/+4
* mp3dec: Fix a heap-buffer-overflowAlex Converse2012-01-301-2/+3
* lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov2012-01-271-21/+0
* mpegaudiodec: switch error detection check to AV_EF_BUFFERDustin Brody2012-01-211-1/+1
* mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-081-1/+1
* mpegaudiodec: move imdct and windowing function to mpegaudiodspVitor Sessak2012-01-081-178/+15
* mpegaudiodec: interleave iMDCT buffer to simplify future SIMD implementationsVitor Sessak2012-01-081-25/+25
* mpegaudiodec: Use clearer pointer mathVitor Sessak2012-01-071-1/+1
* mpegaudiodec: skip all channels when skipping granulesJustin Ruggles2012-01-011-8/+11
* mpegaudiodec: fix seeking.Ronald S. Bultje2011-12-311-16/+18
* mpegaudiodec: fix compilation when testing the unchecked bitstream readerJustin Ruggles2011-12-311-1/+1
* mp3dec: hack: fix decoding with safe bitstream readerMans Rullgard2011-12-171-0/+3
* latmdec: fix audio specific config parsingJanne Grunau2011-12-031-1/+2
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-31/+55
* mpegaudio: do not use init_static_data() for initializing tables.Justin Ruggles2011-11-271-6/+7
* mpegaudiodec: Don't use a nonexistent log context for av_dlogMartin Storsjö2011-11-161-2/+2
* cosmetics: indentationJustin Ruggles2011-11-151-157/+157
* mpegaudiodec: init static tables in AVCodec.init_static_data()Justin Ruggles2011-11-151-18/+17
* mp3on4: do not needlessly set data_size to 0Justin Ruggles2011-10-271-1/+0
* mp3adu: return error instead of just consuming bad packetsJustin Ruggles2011-10-271-4/+4
* mpegaudiodec: check output data size based on avctx->frame_sizeJustin Ruggles2011-10-271-1/+4
* avcodec: remove avcodec_parse_frame and deprecate associated elements.Justin Ruggles2011-10-271-1/+15
* mpegaudiodec: cosmetics: basic pretty-printingJustin Ruggles2011-10-271-435/+430
* mpegaudiodec: remove frame_count field from MPADecodeContext.Justin Ruggles2011-10-271-4/+0
* mpegaudiodec: return AVERROR return codes instead of -1Justin Ruggles2011-10-271-10/+10
OpenPOWER on IntegriCloud