summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAge
...
| * adpcm: convert adpcm_ima_iss to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_dk3 to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_dk4 to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ms to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: use av_clip() in adpcm_ima_expand_nibble().Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_4xm to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ima_wav to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ima_qt to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference.Ronald S. Bultje2012-03-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-15
|\|
| * xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns.Ronald S. Bultje2012-03-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-29
|\|
| * adpcm: Clip step_index values read from the bitstream at the beginning of eac...Alex Converse2012-02-28
* | adpcm_xa: Check filter validity.Michael Niedermayer2012-02-28
* | adpcmdec: fix "warning: array subscript is above array bounds"Michael Niedermayer2012-02-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-24
|\|
| * adpcm_ima_ws: fix stereo decodingJustin Ruggles2012-01-24
| * avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles2012-01-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-06
|\|
| * adpcm: ADPCM Electronic Arts has always two channelsJanne Grunau2012-01-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-23
|\|
| * adpcm: fix IMA SMJPEG decodingPaul B Mahol2011-12-22
* | adpcm: Fix crashMichael Niedermayer2011-12-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-18
|\|
| * adpcm: Check for channels to be a non-zero integerShitiz Garg2011-12-17
* | adpcm: fix division by zero in fate/creative/intro-partial.wav with -s 2 and ...Michael Niedermayer2011-12-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-24
|\|
| * adpcm: use sign_extend()Mans Rullgard2011-10-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-16
|\|
| * adpcmdec: calculate actual number of output samples for each decoder.Justin Ruggles2011-10-14
| * adpcmdec: check remaining buffer size before decoding next block in theJustin Ruggles2011-10-14
| * adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder.Justin Ruggles2011-10-14
| * adpcmdec: remove unneeded buf_size==0 check.Justin Ruggles2011-10-14
| * adpcmdec: remove unneeded zeroing of *data_sizeJustin Ruggles2011-10-14
| * adpcm: fix out of bound reads due to integer overflowLaurent Aimar2011-10-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-01
|\|
| * adpcm: move codec-specific variable declarations to the sections for the corr...Justin Ruggles2011-09-29
| * adpcm: check buffer size in Funcom ISS decoder before reading header.Justin Ruggles2011-09-29
| * adpcm: simplify reading of Funcom ISS frame header.Justin Ruggles2011-09-29
| * adpcm: check buffer size in IMA DK4 decoder before reading header.Justin Ruggles2011-09-29
| * adpcm: simplify reading of IMA DK4 frame header.Justin Ruggles2011-09-29
| * adpcm_ms: clean up reading of predictor coefficientsJustin Ruggles2011-09-29
| * adpcm_4xm: process planar packets sequentially rather than simultaneously.Justin Ruggles2011-09-29
| * adpcm_ima_wav: process channel-interleaved blocks sequentially rather than si...Justin Ruggles2011-09-29
| * adpcm: update reference linksJustin Ruggles2011-09-29
| * adpcm: simplify packet size bounds checking in the ADPCM IMA QT decoder.Justin Ruggles2011-09-29
| * adpcm: simplify and speed up several ADPCM decoders.Justin Ruggles2011-09-29
| * adpcm: pretty-print tablesJustin Ruggles2011-09-29