67 Commits (d4f89906e3b310609b636cf6071313ec557ec873)

Author SHA1 Message Date
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
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Justin Ruggles 80ba1ddb58 Remove unneeded add bias from 3 functions. 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 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
Sascha Sommer 75e4efd2a7 add support for blocksize 64 14 years ago
Sascha Sommer 15a8bef0b6 skip unsupported postproc information 14 years ago
Sascha Sommer b86dd1bf6d add support for files that do not allow more than 4 subframes 14 years ago
Sascha Sommer d7fa58c049 fix indentation 14 years ago
Sascha Sommer 8b5a780e73 add support for files where the frames do not have a length prefix 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Benoit Fouet 497d7991b5 Change a doxy comment to a normal one. 15 years ago
Michael Niedermayer a20df85886 Fix doxy that refers to the wrong variable. 15 years ago
Ronald S. Bultje b1078e9fe6 Move clipping of audio samples (for those codecs outputting float) from decoder 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Ronald S. Bultje 8ff5d1f319 Simplify interleaving code. 15 years ago
Stefano Sabatini c5c20ae436 Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA / 15 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Reimar Döffinger 14b8607065 Add support for hard-coded MDCT-related ff_sine_windows tables. 15 years ago
Måns Rullgård 4df254f1f1 WMAPRO: use some type punning in decode_coeffs() 15 years ago
Sascha Sommer aac4b0a47e increase maximum compressed frame size 15 years ago
Sascha Sommer 037396d099 return AVERROR_INVALIDDATA when the bitstream could not be decoded 15 years ago
Måns Rullgård 076a9dea1e WMA: store level_table as floats, use type punning for sign flip in decode 15 years ago
Måns Rullgård d975e5e9b7 WMAPRO: use vector_fmul_scalar from dsputil where possible 15 years ago
Måns Rullgård 01b2214758 Merge FFTContext and MDCTContext 15 years ago
Sascha Sommer d859bb1db0 Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes 15 years ago
Vitor Sessak 6776061b04 Add two more sizes to ff_sine_windows[] and also pad it with NULLs so 15 years ago