19 Commits (8ca170a78ab6e50f44d27d8a6b4ad7ba1ed81f0c)

Author SHA1 Message Date
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer 8768f8f4b9 avcodec/mpegaudiodec_template: use double to build csa tables 10 years ago
Michael Niedermayer a7ebd0b011 avcodec/mpegaudiodec_template: only allocate fdsp when its used 10 years ago
Michael Niedermayer c5dc8cc03a avcodec/mpegaudiodec_float: Use avpriv_float_dsp_alloc() 10 years ago
Michael Niedermayer c5e295cb9d avcodec/mpegaudiodec_template: use av_freep(), do not leave stale pointers in memory 10 years ago
Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Michael Niedermayer bd650ee318 avcodec/mpegaudiodec: Reset dither and mdct state 11 years ago
Michael Niedermayer 0be95996d0 avcodec/mpegaudiodec_template: make shift unsigned to avoid undefined behavior 11 years ago
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