283 Commits (0fc2045d5f4eab35d943a79c3d965a2f31361f48)

Author SHA1 Message Date
Ronald S. Bultje e60d09918c adpcm: convert ea_maxis_xa to bytestream2. 13 years ago
Ronald S. Bultje 4a876eba8d adpcm: convert adpcm_ea to bytestream2. 13 years ago
Ronald S. Bultje 524af484ed adpcm convert adpcm_ima_ea_sead to bytestream2. 13 years ago
Ronald S. Bultje 8f2ed09289 adpcm: convert adpcm_ima_ea_eacs to bytestream2. 13 years ago
Ronald S. Bultje 159831cc09 adpcm: convert adpcm_xa to bytestream2. 13 years ago
Ronald S. Bultje 16b7a5e241 adpcm: convert ima_ws to bytestream2. 13 years ago
Ronald S. Bultje 74d7ac95fb adpcm: convert adpcm_ima_apc to bytestream2. 13 years ago
Ronald S. Bultje 9721901440 adpcm: convert adpcm_ima_iss to bytestream2. 13 years ago
Ronald S. Bultje 1da9587026 adpcm: convert adpcm_dk3 to bytestream2. 13 years ago
Ronald S. Bultje d570a96808 adpcm: convert adpcm_dk4 to bytestream2. 13 years ago
Ronald S. Bultje 5353ee3c30 adpcm: convert adpcm_ms to bytestream2. 13 years ago
Ronald S. Bultje 89f3aa8ce2 adpcm: use av_clip() in adpcm_ima_expand_nibble(). 13 years ago
Ronald S. Bultje 689be85a9a adpcm: convert adpcm_4xm to bytestream2. 13 years ago
Ronald S. Bultje 39505f4240 adpcm: convert adpcm_ima_wav to bytestream2. 13 years ago
Ronald S. Bultje 9604307dd8 adpcm: convert adpcm_ima_qt to bytestream2. 13 years ago
Ronald S. Bultje c346f6304c adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference. 13 years ago
Ronald S. Bultje 86020073db xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns. 13 years ago
Michael Niedermayer f929abd0c3 adpcm_xa: Check filter validity. 13 years ago
Alex Converse bbeb29133b adpcm: Clip step_index values read from the bitstream at the beginning of each frame. 13 years ago
Michael Niedermayer 7b9d8703f3 adpcmdec: fix "warning: array subscript is above array bounds" 13 years ago
Justin Ruggles 02e7dbf5ad adpcm_ima_ws: fix stereo decoding 13 years ago
Justin Ruggles 220506d23f avcodec: add a new codec_id for CRYO APC IMA ADPCM. 13 years ago
Janne Grunau bb5b3940b0 adpcm: ADPCM Electronic Arts has always two channels 13 years ago
Paul B Mahol 01a01bf8bd adpcm: fix IMA SMJPEG decoding 13 years ago
Michael Niedermayer 608708009f adpcm: Fix crash 13 years ago
Shitiz Garg e614fac2e6 adpcm: Check for channels to be a non-zero integer 13 years ago
Michael Niedermayer 257c85cddd adpcm: fix division by zero in fate/creative/intro-partial.wav with -s 2 and -r 0.001:1 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Mans Rullgard c8477df019 adpcm: use sign_extend() 13 years ago
Justin Ruggles a62c0f94ee adpcmdec: calculate actual number of output samples for each decoder. 13 years ago
Justin Ruggles 439998e18b adpcmdec: check remaining buffer size before decoding next block in the 13 years ago
Justin Ruggles ff5790c761 adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder. 13 years ago
Justin Ruggles 8140a1288f adpcmdec: remove unneeded buf_size==0 check. 13 years ago
Justin Ruggles f7f7c1942b adpcmdec: remove unneeded zeroing of *data_size 13 years ago
Laurent Aimar c7f89064e2 adpcm: fix out of bound reads due to integer overflow 13 years ago
Laurent Aimar 346876ec16 Fix out of bound reads due to integer overflow in the ADPCM IMA Electronic Arts EACS decoder. 13 years ago
Justin Ruggles e562fbd003 adpcm: move codec-specific variable declarations to the sections for the corresponding codecs. 13 years ago
Justin Ruggles 9662539c10 adpcm: check buffer size in Funcom ISS decoder before reading header. 13 years ago
Justin Ruggles ba5d2890d7 adpcm: simplify reading of Funcom ISS frame header. 13 years ago
Justin Ruggles 5c9eb4fabb adpcm: check buffer size in IMA DK4 decoder before reading header. 13 years ago
Justin Ruggles a57ea1a87e adpcm: simplify reading of IMA DK4 frame header. 13 years ago
Justin Ruggles 8114f94ac9 adpcm_ms: clean up reading of predictor coefficients 13 years ago
Justin Ruggles 943f4db552 adpcm_4xm: process planar packets sequentially rather than simultaneously. 13 years ago
Justin Ruggles 119974b164 adpcm_ima_wav: process channel-interleaved blocks sequentially rather than simultaneously. 13 years ago
Justin Ruggles 7c287b18a0 adpcm: update reference links 13 years ago
Justin Ruggles ac94b8bcc6 adpcm: simplify packet size bounds checking in the ADPCM IMA QT decoder. 13 years ago
Justin Ruggles de0b586a87 adpcm: simplify and speed up several ADPCM decoders. 13 years ago
Justin Ruggles 5a9ed7c110 adpcm: pretty-print tables 13 years ago
Diego Biurrun 8671488799 Use explicit struct initializers for AVCodec declarations. 13 years ago
Baptiste Coudurier bf334535b4 adpcmdec: Fix QT IMA ADPCM decoder 13 years ago