8 Commits (ed1a6878564a97e67e5fe3a25bc099208cfed024)

Author SHA1 Message Date
Michael Niedermayer afbe8c6a84 avcodec/mpegaudiodec_template: decode_frame_mp3on4: conceal errors in decoding instead of discarding data 11 years ago
Michael Niedermayer 2545182c29 avcodec/mpegaudiodec_template/mp3on4: check that all channels have been decoded before returnig a frame 11 years ago
Michael Niedermayer c925e960e8 mp3on4: fail when the header check fails 11 years ago
Martin Storsjö 35686a289f mp3adu: Set the channel layout properly 11 years ago
Michael Niedermayer babb611d35 libavcodec/mpegaudio: change CONFIG_FLOAT to USE_FLOAT 11 years ago
Diego Biurrun 0eeeb9647e mpegaudiodec: Consistently handle fixed/float templating 11 years ago
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
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 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
Michael Niedermayer 4e0738cec9 mpegaudiodec/mp3on4: fix buffer size. 12 years ago
Michael Niedermayer 51fcf276f8 mp3on4: fix null pointer dereference 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
Michael Niedermayer 0efcf16a3e replace av_log(0, by av_log(NULL, 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Luca Barbato 0c03cc6838 mp3: exit on parsing error in mp_decode_frame 12 years ago
Luca Barbato 9ab0874ea8 mp3: properly forward mp_decode_frame errors 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
Michael Niedermayer 5713091818 mpegaudiodec: Fix buffer handling on random access 12 years ago
Michael Niedermayer 7696a392e2 mp3dec: propagate error code correctly. 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
Michael Niedermayer ac7d0c79c3 mp3dec: ask for 8khz switch point mp3s 12 years ago
Michael Niedermayer 94041febc5 mp3dec: Fix possibly exploitable crash 12 years ago
Michael Niedermayer 76fac07334 mpegaudiodec: replace pow(2.0,...) by exp2() 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
Michael Niedermayer 29d1df66ad mpegaudiodec: replace assert() by check under #ifdef DEBUG 12 years ago
Michael Niedermayer a2f91e7bcd mpegaudiodec: switch to av_assert 12 years ago
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