35 Commits (b5c4bb989d4085625f212b9b6378e4ee0a1a9ca8)

Author SHA1 Message Date
Benoit Fouet 497d7991b5 Change a doxy comment to a normal one. 14 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
Sascha Sommer bc7f96b184 reinit get_bits for every decode_packet call 15 years ago
Sascha Sommer 5f28b5e750 do not decode more than one audio frame in a decode packet call 15 years ago
Sascha Sommer 7dca334da2 avoid extra memcpy during scale factor decoding 15 years ago
Sascha Sommer bbb0bdd533 fix handling of packet loss when the output buffer is full 15 years ago
Sascha Sommer 9244370a7c reindent 15 years ago
Sascha Sommer 42ea968188 remove no longer needed debug output 15 years ago
Sascha Sommer 7551a55948 reduce output buffer needs 15 years ago
Sascha Sommer 2016932472 store packet GetBitContext in the decoder context 15 years ago
Diego Biurrun e0b1d6605b cosmetics: indentation and other prettyprinting fixes 15 years ago
Sascha Sommer c1061cc7f7 add missing wmapro decoder parts 15 years ago
Diego Biurrun ae9253151f whitespace cosmetics 15 years ago
Sascha Sommer 85fecafe49 add decode_coeffs() 15 years ago
Sascha Sommer f53e96ed41 merge 2-channel M/S stereo decoding code with the multichannel version 15 years ago
Diego Biurrun b979e4a289 whitespace cosmetics 15 years ago
Sascha Sommer 31c57185c5 Add some more wmapro decoder hunks 15 years ago
Diego Biurrun b25a881851 cosmetics: K&R coding style, prettyprinting 16 years ago
Sascha Sommer da136c7e05 add approved hunks of the wmapro decoder 16 years ago