| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-23 | 1 | -5/+9 |
|\ |
|
| * | adpcm: fix IMA SMJPEG decoding | Paul B Mahol | 2011-12-22 | 1 | -5/+9 |
* | | adpcm: Fix crash | Michael Niedermayer | 2011-12-19 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-18 | 1 | -2/+3 |
|\| |
|
| * | adpcm: Check for channels to be a non-zero integer | Shitiz Garg | 2011-12-17 | 1 | -2/+3 |
* | | adpcm: fix division by zero in fate/creative/intro-partial.wav with -s 2 and ... | Michael Niedermayer | 2011-12-10 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -17/+25 |
|\| |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -17/+25 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-24 | 1 | -15/+15 |
|\| |
|
| * | adpcm: use sign_extend() | Mans Rullgard | 2011-10-24 | 1 | -15/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-16 | 1 | -124/+235 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-01 | 1 | -147/+130 |
|\| |
|
| * | 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 |
| * | adpcm: simplify packet size bounds checking in the ADPCM IMA QT decoder. | Justin Ruggles | 2011-09-29 | 1 | -2/+7 |
| * | adpcm: simplify and speed up several ADPCM decoders. | Justin Ruggles | 2011-09-29 | 1 | -65/+21 |
| * | adpcm: pretty-print tables | Justin Ruggles | 2011-09-29 | 1 | -7/+10 |
* | | Fix out of bound reads due to integer overflow in the ADPCM IMA Electronic Ar... | Laurent Aimar | 2011-10-01 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-24 | 1 | -14/+18 |
|\| |
|
| * | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 1 | -11/+9 |
| * | adpcmdec: Fix QT IMA ADPCM decoder | Baptiste Coudurier | 2011-09-23 | 1 | -15/+47 |
| * | permit decoding of multichannel ADPCM_EA_XAS | Peter Ross | 2011-09-23 | 1 | -0/+1 |
| * | Fix input buffer size check in adpcm_ea decoder. | Reimar Döffinger | 2011-09-23 | 1 | -3/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-12 | 1 | -746/+26 |
|\| |
|
| * | adpcm: split ADPCM encoders and decoders into separate files. | Justin Ruggles | 2011-09-12 | 1 | -709/+25 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Remove final semicolon from some macros | Mans Rullgard | 2011-02-10 | 1 | -3/+3 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | | Set bits_per_coded_sample when encoding ADPCM. | Carl Eugen Hoyos | 2011-08-03 | 1 | -0/+2 |
* | | adpcmenc:Optimize adpcm_ima_qt_compress_sample() | Michael Niedermayer | 2011-05-08 | 1 | -15/+18 |
* | | adpcmenc: fix QT IMA ADPCM encoder | Baptiste Coudurier | 2011-05-08 | 1 | -4/+35 |
* | | adpcmdec: Fix QT IMA ADPCM decoder | Baptiste Coudurier | 2011-05-08 | 1 | -15/+47 |
* | | permit decoding of multichannel ADPCM_EA_XAS | Peter Ross | 2011-04-24 | 1 | -0/+1 |
* | | Fix input buffer size check in adpcm_ea decoder. | Reimar Döffinger | 2011-04-10 | 1 | -1/+1 |
* | | Remove final semicolon from some macros | Mans Rullgard | 2011-02-11 | 1 | -3/+3 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -2/+2 |
|/ |
|
* | adpcm: Skip samples whose ssd calculation has wrapped around | Martin Storsjö | 2010-12-01 | 1 | -0/+6 |