summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAge
* 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
* | Fix out of bound reads due to integer overflow in the ADPCM IMA Electronic Ar...Laurent Aimar2011-10-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-24
|\|
| * Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
| * adpcmdec: Fix QT IMA ADPCM decoderBaptiste Coudurier2011-09-23
| * permit decoding of multichannel ADPCM_EA_XASPeter Ross2011-09-23
| * Fix input buffer size check in adpcm_ea decoder.Reimar Döffinger2011-09-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-12
|\|
| * adpcm: split ADPCM encoders and decoders into separate files.Justin Ruggles2011-09-12
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Remove final semicolon from some macrosMans Rullgard2011-02-10
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Set bits_per_coded_sample when encoding ADPCM.Carl Eugen Hoyos2011-08-03
* | adpcmenc:Optimize adpcm_ima_qt_compress_sample()Michael Niedermayer2011-05-08
* | adpcmenc: fix QT IMA ADPCM encoderBaptiste Coudurier2011-05-08
* | adpcmdec: Fix QT IMA ADPCM decoderBaptiste Coudurier2011-05-08
* | permit decoding of multichannel ADPCM_EA_XASPeter Ross2011-04-24
* | Fix input buffer size check in adpcm_ea decoder.Reimar Döffinger2011-04-10
* | Remove final semicolon from some macrosMans Rullgard2011-02-11
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* adpcm: Skip samples whose ssd calculation has wrapped aroundMartin Storsjö2010-12-01
* adpcm: Fix a comment in the trellis heap codeMartin Storsjö2010-11-20
* adpcm: Only increment heap_pos after finding a good enough sampleMartin Storsjö2010-11-19
* adpcm: Use a hash table to improve checking for duplicate samplesMartin Storsjö2010-11-19
* adpcm: Fix a commentMartin Storsjö2010-11-14
* adpcm: Replace any of the leaf nodes in the heapMartin Storsjö2010-11-12
* ReindentMartin Storsjö2010-11-12
* adpcm: Store the trellis nodes in a heap instead of a sorted arrayMartin Storsjö2010-11-12
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12