322 Commits (16381923fb7b9087ce559fb1cd3594469ac6788b)

Author SHA1 Message Date
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Martin Storsjö e9d61de96c mpegaudiodec: Validate that the number of channels fits at the given offset 11 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Diego Biurrun 088f38a4f9 avcodec: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Justin Ruggles 2c785e250a mpegaudio: decode directly to the user-provided AVFrame 12 years ago
Ronald S. Bultje 5959bfaca3 floatdsp: move butterflies_float from dsputil to avfloatdsp. 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles 3ffed68c2a mpegaudiodec: use planar sample format for output unless packed is requested 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Luca Barbato 9ab0874ea8 mp3: properly forward mp_decode_frame errors 12 years ago
Luca Barbato 0c03cc6838 mp3: exit on parsing error in mp_decode_frame 12 years ago
Michael Niedermayer ec444c84cf mpegaudiodec: Fix buffer handling on random access 12 years ago
Diego Biurrun 2f17f265ed mpegaudio: Refactor mp3on4 flush function 12 years ago
Diego Biurrun 1218777ffd avcodec: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Diego Biurrun 6f6b0311a3 avcodec: Drop some silly commented-out av_log() invocations 12 years ago
Luca Barbato 97cfa55eea mpegaudiodec: fix short_start calculation 12 years ago
Anton Khirnov 927e92cdc7 mpegaudiodec: don't print an error on > 1 frame in a packet. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Kostya Shishkov b37d945dd4 mp3: fix start band index for block type 2 in 8kHz audio 13 years ago
Diego Biurrun aa3f2cb584 mpegaudiodec: Do not discard mp_decode_frame() return value. 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
Vitor Sessak 9b4cd58611 mpegaudiodec: use DSPUtil.butterflies_float(). 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
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
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
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
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
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