116 Commits (40297a8bdb69844aef780f7e9f2e23700d9d6005)

Author SHA1 Message Date
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
Michael Niedermayer 50f0a6b4e6 wmaprodec: check num_sfb for validity. Fix out of array accesses 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
Lou Logan 6851130fd6 cosmetics: minor libavcodec spelling errors 13 years ago
Michael Niedermayer b21ba20cc8 wmaprodec: tighter check for num_vec_coeffs 13 years ago
Michael Niedermayer 9166f483c5 wmaprodec: check min_samples_per_subframe 13 years ago
Michael Niedermayer b28c678ba8 wmaprodec; fix get_bits(0) case. 13 years ago
Michael Niedermayer 97a5addfcf wmaprodec: check num_vec_coeffs for validity 13 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
Laurent Aimar fc64434030 Validate the number of audio channels before using it in wmapro decoder. 13 years ago
Sascha Sommer 780d45473c Fix segfault in save_bits: 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
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Justin Ruggles a8ae4e0e7b Remove unneeded add bias from 3 functions. 14 years ago
Justin Ruggles 80ba1ddb58 Remove unneeded add bias from 3 functions. 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Sascha Sommer f62be777ee support decoding of files that contain the number 14 years ago
Sascha Sommer f734671925 do not read over the end of the packet 14 years ago
Sascha Sommer 3cdf69eefa also support decoding of AVPackets with multiple wma packets 14 years ago