357 Commits (3c033d00f5990e48b14f962d33c362f76695fb07)

Author SHA1 Message Date
Nedeljko Babic 6d74e3c6f2 Optimization of MP3 decoders for MIPS 13 years ago
Kostya Shishkov b37d945dd4 mp3: fix start band index for block type 2 in 8kHz audio 13 years ago
Michael Niedermayer c5371f775c mpegaudidec: 10l forgot buf_size 13 years ago
Michael Niedermayer 43bc5cf9f4 mpegaudiodec: skip initial zeros. 13 years ago
Michael Niedermayer 3183c38aaa mp3decoder: discard ID3 tags 13 years ago
Diego Biurrun aa3f2cb584 mpegaudiodec: Do not discard mp_decode_frame() return value. 13 years ago
Michael Niedermayer cca9528524 mp3on4: allocate a large enough frame. 13 years ago
Michael Niedermayer e2094bd03b mpeghaudiodec: Fix "set but not used" warnings 13 years ago
Kostya Shishkov a05c41acd1 mp3dec: perform I/S and M/S only when frame mode is joint stereo. 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Anton Khirnov 02beb9826b lavc: deprecate AVCodecContext.sub_id. 13 years ago
Michael Niedermayer 8263212e86 mpegaudiodec: Enable checked bitstream reader. 13 years ago
Michael Niedermayer a057ef6923 mpegaudiodec: change granule skip code to avoid false checked bitstream reader errors. 13 years ago
Vitor Sessak 9b4cd58611 mpegaudiodec: use DSPUtil.butterflies_float(). 13 years ago
Michael Niedermayer 8e03912133 mpegaudiodec: dont memcpy() more than needed. 13 years ago
Dale Curtis b716542691 mpegaudiodec: Prevent premature clipping of mp3 input buffer. 13 years ago
Ronald S. Bultje 3e13005cac mp3on4: require a minimum framesize. 13 years ago
Michael Niedermayer 861aa9e7c2 mpegaudiodec: remove unused variable 13 years ago
Alex Converse f372ce119b mp3dec: Fix a heap-buffer-overflow 13 years ago
Anton Khirnov ac84395d6a lavc: remove disabled FF_API_PARSE_FRAME cruft. 13 years ago
Michael Niedermayer 46095f427e mp3dec: Check for memcpy size to be positive. 13 years ago
Thierry Foucu 10e9d1f76b Fix a heap-buffer-overflow 13 years ago
Dustin Brody d2a0041c20 mpegaudiodec: switch error detection check to AV_EF_BUFFER 13 years ago
Vitor Sessak 39df0c434c mpegaudiodec: optimized iMDCT transform 13 years ago
Vitor Sessak 6dfcf53092 mpegaudiodec: move imdct and windowing function to mpegaudiodsp 13 years ago
Vitor Sessak 421c99a4a7 mpegaudiodec: interleave iMDCT buffer to simplify future SIMD implementations 13 years ago
Vitor Sessak 96219141e2 mpegaudiodec: Use clearer pointer math 13 years ago
Justin Ruggles 03fafdec82 mpegaudiodec: skip all channels when skipping granules 13 years ago
Michael Niedermayer 9c1f0493d5 Revert 464f26889c 13 years ago
Ronald S. Bultje 464f26889c mpegaudiodec: fix seeking. 13 years ago
Justin Ruggles 481a7ff5bd mpegaudiodec: fix compilation when testing the unchecked bitstream reader 13 years ago
Mans Rullgard ac08f798bb mp3dec: hack: fix decoding with safe bitstream reader 13 years ago
Janne Grunau fd095539d1 latmdec: fix audio specific config parsing 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 0df5e869cb mpegaudio: do not use init_static_data() for initializing tables. 13 years ago
Michael Niedermayer 85ab33b87f mpegaudeiodec: correct AV_EF flags. 13 years ago
Martin Storsjö 268fb3f985 mpegaudiodec: Don't use a nonexistent log context for av_dlog 13 years ago
Justin Ruggles f1d1516e55 cosmetics: indentation 13 years ago
Justin Ruggles 1158745a2d mpegaudiodec: init static tables in AVCodec.init_static_data() 13 years ago
Vitor Sessak e32aaba358 mpegaudiodec: move imdct36() to MPADSPContext 13 years ago
Justin Ruggles ec6d743118 mp3on4: do not needlessly set data_size to 0 13 years ago
Justin Ruggles 99975966c3 mp3adu: return error instead of just consuming bad packets 13 years ago
Justin Ruggles e2e6c8799b mpegaudiodec: check output data size based on avctx->frame_size 13 years ago
Justin Ruggles 512557b291 avcodec: remove avcodec_parse_frame and deprecate associated elements. 13 years ago
Justin Ruggles cd816d9bbb mpegaudiodec: cosmetics: basic pretty-printing 13 years ago
Justin Ruggles c17e534f2e mpegaudiodec: remove frame_count field from MPADecodeContext. 13 years ago
Justin Ruggles dac15a03af mpegaudiodec: return AVERROR return codes instead of -1 13 years ago
Justin Ruggles 4be1e1dfa7 mpegaudiodec: Skip only bad frames instead of the whole packet. 13 years ago
Dustin Brody 9abc98737f lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition 13 years ago
Justin Ruggles 95891804bf mp3on4: check for allocation failures in decode_init_mp3on4() 13 years ago