162 Commits (08d0dbf2aecbbe387227dfae4314e0a989ca4556)

Author SHA1 Message Date
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Michael Niedermayer 3384d76503 avcodec/wmaprodec: Use avpriv_float_dsp_alloc() 10 years ago
Michael Niedermayer 5dcb99033d avcodec/wmaprodec: Fix integer overflow in sfb_offsets initialization 10 years ago
Reimar Döffinger 4fe448738e WMA: add "const" to avoid warnings with hardcoded tables. 10 years ago
Diego Biurrun cba4e6062a More correct printf format specifiers 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Michael Niedermayer d5ec8ba7f2 Do not leave positive values undefined when negative are defined as error 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer c99d27287d avcodec/wmaprodec: check that there are input bits left in decode_subframe_length() 11 years ago
Diego Biurrun 03039f4c8c miscellaneous typo fixes 11 years ago
Michael Niedermayer 7d9cb12689 avcodec/wmaprodec: Check block_align 12 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
Michael Niedermayer c7a7605656 wmaprodec: Fix null pointer dereference in decode_frame() 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
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 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
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