98 Commits (449511740f06a4675b0066730fa45cdb764ffafc)

Author SHA1 Message Date
Diego Biurrun cba4e6062a More correct printf format specifiers 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun 03039f4c8c miscellaneous typo fixes 11 years ago
Luca Barbato 02ec656af7 wmapro: error out on impossible scale factor offsets 12 years ago
Luca Barbato d4a217a408 wmapro: check the min_samples_per_subframe 12 years ago
Luca Barbato 3822936252 wmapro: check num_vec_coeffs against the actual available buffer 12 years ago
Luca Barbato 6652338f43 wmapro: return early on unsupported condition 12 years ago
Luca Barbato e30b068ef7 wmapro: make sure there is room to store the current packet 12 years ago
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Janne Grunau 08149b2b39 wmapro: unref skipped frames 12 years ago
Anton Khirnov 4c0080b7e7 wmaprodec: return an error, not 0, when the input is too small. 12 years ago
Anton Khirnov cacad1c058 wmaprodec: require block_align to be set. 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 f4a283eec4 wmapro: decode directly to the user-provided AVFrame 12 years ago
Ronald S. Bultje 42d3246948 floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. 12 years ago
Justin Ruggles e034cc6c60 lavc: Move vector_fmul_window to AVFloatDSPContext 12 years ago
Diego Biurrun f3298f1299 Return proper error code after av_log_ask_for_sample() 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles 284ea790d8 dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil 12 years ago
Justin Ruggles 002097a00b wmapro: use AVCodecContext.channels instead of keeping a private copy 12 years ago
Justin Ruggles f9d732c264 wmapro: use planar sample format 12 years ago
Diego Biurrun 717addecad Use proper return values in case of missing features 12 years ago
Michael Niedermayer 99f392a584 wmaprodec: check num_vec_coeffs for validity 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Ronald S. Bultje 66adb7ce1b Revert "wmapro: prevent division by zero when sample rate is unspecified" 12 years ago
Sean McGovern 3693608023 wmapro: prevent division by zero when sample rate is unspecified 12 years ago
Sean McGovern 3680b24351 wmapro: prevent division by zero when sample rate is unspecified 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun 3dde147ff9 cosmetics: Consistently place static, inline and av_cold attributes/keywords. 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Diego Biurrun 8ca6e523a6 wma: Refactor common code to fix standalone compilation of WMA lossless decoder. 13 years ago
Diego Biurrun cfac648e6a doxygen: Remove documentation for non-existing parameters; misc small fixes. 13 years ago
Ronald S. Bultje b4027d9749 wmapro: change max. block size to 13 bits. 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Mans Rullgard 4424fe9c02 wmapro: use av_float2int() 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 1db6437f6c wmapro: fix strict-aliasing violations by using av_alias32 13 years ago
Justin Ruggles b8b4c9c328 wmapro: use FmtConvertContext.float_interleave() to interleave output samples 13 years ago
Anton Khirnov 9f51c682ee lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 13 years ago
Laurent Aimar 2c1ba79941 wmapro: Validate the number of audio channels before using it 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard 5e1166b31b Mark some variables with av_unused 14 years ago
Vitor Sessak 9d35fa520e Add AVX FFT implementation. 14 years ago
Mans Rullgard 4538729afe Move sine windows to a separate file 14 years ago
Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 14 years ago