summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudiodec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mpegaudiodec: Skip only bad frames instead of the whole packet.Justin Ruggles2011-10-271-2/+9
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-221-5/+5
* mp3on4: check for allocation failures in decode_init_mp3on4()Justin Ruggles2011-10-211-0/+4
* mp3on4: create a separate flush function for MP3onMP4.Justin Ruggles2011-10-211-1/+14
* mp3on4: ensure that the frame channel count does not exceed the codec channelJustin Ruggles2011-10-211-3/+14
* mp3on4: set channel layoutJustin Ruggles2011-10-211-0/+12
* mp3on4: fix the output channel orderJustin Ruggles2011-10-211-4/+4
* mp3on4: allocate temp buffer with av_malloc() instead of on the stack.Justin Ruggles2011-10-211-16/+29
* mp3on4: copy MPADSPContext from first context to all contexts.Justin Ruggles2011-10-211-0/+1
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-201-1/+1
* lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov2011-10-201-3/+3
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-64/+50
* mpegaudiodec: Fix av_dlog() invocation.Diego Biurrun2011-06-011-2/+3
* mpegaudiodec: remove unusued code and variablesMans Rullgard2011-05-311-26/+4
* mpegaudio: clean up compute_antialias() definitionMans Rullgard2011-05-311-30/+36
* dct32: Add AVX implementation of 32-point DCTVitor Sessak2011-05-211-2/+2
* mpegaudio: clean up #includesMans Rullgard2011-05-201-1/+0
* mpegaudio: move some struct definitions from mpegaudio.hMans Rullgard2011-05-191-0/+46
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-191-193/+4
* mpegaudio: sanitise compute_antialias_* namesMans Rullgard2011-05-181-6/+3
* mpegaudio: add _fixed suffix to some namesMans Rullgard2011-05-171-2/+2
* dct: build dct32 as separate object filesMans Rullgard2011-05-171-7/+2
* mpegaudio: move OUT_FMT macro to mpegaudiodec.cMans Rullgard2011-05-161-0/+2
* mpegaudio: remove OUT_MIN/MAX macrosMans Rullgard2011-05-161-1/+1
OpenPOWER on IntegriCloud