| Commit message (Expand) | Author | Age | Files | Lines |
* | adpcm-thp: fix invalid array indexing | Mans Rullgard | 2012-05-01 | 1 | -4/+6 |
* | westwood_vqa: fix SND0 chunk handling | Paul B Mahol | 2012-03-27 | 1 | -1/+1 |
* | adpcm: convert adpcm_thp to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -19/+17 |
* | adpcm: convert adpcm_yamaha to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -2/+2 |
* | adpcm: convert adpcm_swf to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -56/+61 |
* | adpcm: convert adpcm_sbpro to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -14/+17 |
* | adpcm: convert adpcm_ct to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -2/+2 |
* | adpcm: convert adpcm_ima_amv/smjpeg to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -16/+22 |
* | adpcm: convert adpcm_ea_xas to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -6/+10 |
* | adpcm: convert adpcm_ea_r1/2/3 to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -33/+28 |
* | adpcm: convert ea_maxis_xa to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -8/+10 |
* | adpcm: convert adpcm_ea to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -29/+24 |
* | adpcm convert adpcm_ima_ea_sead to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -3/+4 |
* | adpcm: convert adpcm_ima_ea_eacs to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -13/+17 |
* | adpcm: convert adpcm_xa to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -6/+5 |
* | adpcm: convert ima_ws to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -17/+18 |
* | adpcm: convert adpcm_ima_apc to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -2/+2 |
* | adpcm: convert adpcm_ima_iss to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -6/+10 |
* | adpcm: convert adpcm_dk3 to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -33/+26 |
* | adpcm: convert adpcm_dk4 to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -9/+11 |
* | adpcm: convert adpcm_ms to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -16/+24 |
* | adpcm: use av_clip() in adpcm_ima_expand_nibble(). | Ronald S. Bultje | 2012-03-18 | 1 | -2/+1 |
* | adpcm: convert adpcm_4xm to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -5/+9 |
* | adpcm: convert adpcm_ima_wav to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -10/+7 |
* | adpcm: convert adpcm_ima_qt to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -13/+14 |
* | adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference. | Ronald S. Bultje | 2012-03-18 | 1 | -1/+1 |
* | xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns. | Ronald S. Bultje | 2012-03-14 | 1 | -5/+20 |
* | adpcm: Clip step_index values read from the bitstream at the beginning of eac... | Alex Converse | 2012-02-28 | 1 | -7/+7 |
* | adpcm_ima_ws: fix stereo decoding | Justin Ruggles | 2012-01-24 | 1 | -1/+29 |
* | avcodec: add a new codec_id for CRYO APC IMA ADPCM. | Justin Ruggles | 2012-01-24 | 1 | -2/+5 |
* | adpcm: ADPCM Electronic Arts has always two channels | Janne Grunau | 2012-01-05 | 1 | -1/+5 |
* | adpcm: fix IMA SMJPEG decoding | Paul B Mahol | 2011-12-22 | 1 | -5/+9 |
* | adpcm: Check for channels to be a non-zero integer | Shitiz Garg | 2011-12-17 | 1 | -2/+3 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -17/+25 |
* | adpcm: use sign_extend() | Mans Rullgard | 2011-10-24 | 1 | -15/+15 |
* | adpcmdec: calculate actual number of output samples for each decoder. | Justin Ruggles | 2011-10-14 | 1 | -120/+231 |
* | adpcmdec: check remaining buffer size before decoding next block in the | Justin Ruggles | 2011-10-14 | 1 | -1/+1 |
* | adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder. | Justin Ruggles | 2011-10-14 | 1 | -1/+5 |
* | adpcmdec: remove unneeded buf_size==0 check. | Justin Ruggles | 2011-10-14 | 1 | -3/+0 |
* | adpcmdec: remove unneeded zeroing of *data_size | Justin Ruggles | 2011-10-14 | 1 | -1/+0 |
* | adpcm: fix out of bound reads due to integer overflow | Laurent Aimar | 2011-10-10 | 1 | -2/+4 |
* | adpcm: move codec-specific variable declarations to the sections for the corr... | Justin Ruggles | 2011-09-29 | 1 | -14/+19 |
* | adpcm: check buffer size in Funcom ISS decoder before reading header. | Justin Ruggles | 2011-09-29 | 1 | -1/+7 |
* | adpcm: simplify reading of Funcom ISS frame header. | Justin Ruggles | 2011-09-29 | 1 | -7/+5 |
* | adpcm: check buffer size in IMA DK4 decoder before reading header. | Justin Ruggles | 2011-09-29 | 1 | -1/+7 |
* | adpcm: simplify reading of IMA DK4 frame header. | Justin Ruggles | 2011-09-29 | 1 | -8/+5 |
* | adpcm_ms: clean up reading of predictor coefficients | Justin Ruggles | 2011-09-29 | 1 | -9/+13 |
* | adpcm_4xm: process planar packets sequentially rather than simultaneously. | Justin Ruggles | 2011-09-29 | 1 | -20/+18 |
* | adpcm_ima_wav: process channel-interleaved blocks sequentially rather than si... | Justin Ruggles | 2011-09-29 | 1 | -7/+11 |
* | adpcm: update reference links | Justin Ruggles | 2011-09-29 | 1 | -8/+9 |