| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/adpcm: Check idelta | Michael Niedermayer | 2014-12-18 | 1 | -0/+4 |
* | Correct few "ffmpeg" typos | Paul B Mahol | 2014-08-24 | 1 | -1/+1 |
* | avcodec/adpcm: Fix incorrect AVSampleFormat for sample_fmts_s16p | Jon Morley | 2014-08-19 | 1 | -1/+1 |
* | avcodec/adpcm: also squelch 'mismatch in coded sample count' warning for AV_C... | Peter Ross | 2014-03-31 | 1 | -2/+1 |
* | avcodec/adpcm: ADPCM_IMA_DK3 packets are padded to 16-bit packet boundary | Peter Ross | 2014-03-15 | 1 | -0/+3 |
* | avcodec/adpcm: squelch 'mismatch in coded sample count' warning for AV_CODEC_... | Peter Ross | 2014-03-14 | 1 | -4/+9 |
* | avcodec/adpcm: fix sample count for stereo SBPRO3 | Michael Niedermayer | 2014-01-15 | 1 | -1/+1 |
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
| * | adpcm: Write the correct number of samples for ima-dk4 | Luca Barbato | 2013-07-09 | 1 | -1/+1 |
* | | ADPCM IMA WAV 2, 3 and 5 bits decoder | Paul B Mahol | 2013-07-05 | 1 | -5/+48 |
* | | ADPCM IMA Radical decoder | James Almer | 2013-05-10 | 1 | -0/+31 |
* | | adpcm_thp: Allow the use of extradata for the adpcm table | James Almer | 2013-05-10 | 1 | -0/+17 |
* | | ADPCM DTK decoder | James Almer | 2013-05-10 | 1 | -0/+54 |
* | | lavc: remove unused put_bits.h headers | Paul B Mahol | 2013-04-24 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-11 | 1 | -12/+12 |
|\| |
|
| * | Move misplaced file author information where it belongs | Diego Biurrun | 2013-04-11 | 1 | -12/+12 |
* | | lavc & lavf: replace deprecated av_log* functions | Paul B Mahol | 2013-03-15 | 1 | -2/+2 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge commit 'e57daa876bf0cf50782550e366e589441cd8c2bd' | Michael Niedermayer | 2013-02-13 | 1 | -13/+9 |
|\| |
|
| * | adpcm: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -13/+9 |
* | | adpcm: fix off by 1 error and out of array access in DK4 | Michael Niedermayer | 2012-12-12 | 1 | -1/+1 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | adpcm/thp: cosmetics: reindent | Paul B Mahol | 2012-11-30 | 1 | -2/+2 |
* | | AFC demuxer | Paul B Mahol | 2012-11-27 | 1 | -2/+17 |
* | | adpcm: thp, afc: support multichannel decoding | Paul B Mahol | 2012-11-26 | 1 | -5/+7 |
* | | adpcm/thp: make use of ADPCMChannelStatus to store prev samples | Paul B Mahol | 2012-11-26 | 1 | -8/+8 |
* | | adpcmdec: Fix OOM/infloop | Michael Niedermayer | 2012-11-24 | 1 | -0/+5 |
* | | ADPCM IMA Dialogic decoder | Paul B Mahol | 2012-11-24 | 1 | -0/+30 |
* | | ADPCM AFC decoder | Paul B Mahol | 2012-11-22 | 1 | -0/+43 |
* | | adpcm: reindent after previous commit | Paul B Mahol | 2012-11-12 | 1 | -8/+8 |
* | | adpcm: ADPCM IMA SMJPEG stereo decoding | Paul B Mahol | 2012-11-12 | 1 | -7/+9 |
* | | adpcm: improve smjpeg decoding | Paul B Mahol | 2012-11-07 | 1 | -20/+22 |
* | | Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f' | Michael Niedermayer | 2012-10-10 | 1 | -74/+98 |
|\| |
|
| * | adpcmdec: use planar sample format for adpcm_thp | Justin Ruggles | 2012-10-09 | 1 | -6/+3 |
| * | adpcmdec: use planar sample format for adpcm_ea_xas | Justin Ruggles | 2012-10-09 | 1 | -12/+16 |
| * | adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3 | Justin Ruggles | 2012-10-09 | 1 | -10/+10 |
| * | adpcmdec: use planar sample format for adpcm_xa | Justin Ruggles | 2012-10-09 | 1 | -16/+28 |
| * | adpcmdec: use planar sample format for adpcm_ima_ws for vqa version 3 | Justin Ruggles | 2012-10-09 | 1 | -6/+11 |
| * | adpcmdec: use planar sample format for adpcm_4xm | Justin Ruggles | 2012-10-09 | 1 | -6/+5 |
| * | adpcmdec: use planar sample format for adpcm_ima_wav | Justin Ruggles | 2012-10-09 | 1 | -10/+8 |
| * | adpcmdec: use planar sample format for adpcm_ima_qt | Justin Ruggles | 2012-10-09 | 1 | -8/+17 |
* | | Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0' | Michael Niedermayer | 2012-10-02 | 1 | -28/+32 |
|\| |
|
| * | adpcmdec: set AVCodec.sample_fmts | Justin Ruggles | 2012-10-01 | 1 | -28/+32 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -1/+0 |
|\| |
|
| * | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -1/+0 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -103/+103 |
|\| |
|