summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAge
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Merge commit 'e57daa876bf0cf50782550e366e589441cd8c2bd'Michael Niedermayer2013-02-13
|\|
| * adpcm: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* | adpcm: fix off by 1 error and out of array access in DK4Michael Niedermayer2012-12-12
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* | adpcm/thp: cosmetics: reindentPaul B Mahol2012-11-30
* | AFC demuxerPaul B Mahol2012-11-27
* | adpcm: thp, afc: support multichannel decodingPaul B Mahol2012-11-26
* | adpcm/thp: make use of ADPCMChannelStatus to store prev samplesPaul B Mahol2012-11-26
* | adpcmdec: Fix OOM/infloopMichael Niedermayer2012-11-24
* | ADPCM IMA Dialogic decoderPaul B Mahol2012-11-24
* | ADPCM AFC decoderPaul B Mahol2012-11-22
* | adpcm: reindent after previous commitPaul B Mahol2012-11-12
* | adpcm: ADPCM IMA SMJPEG stereo decodingPaul B Mahol2012-11-12
* | adpcm: improve smjpeg decodingPaul B Mahol2012-11-07
* | Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer2012-10-10
|\|
| * adpcmdec: use planar sample format for adpcm_thpJustin Ruggles2012-10-09
| * adpcmdec: use planar sample format for adpcm_ea_xasJustin Ruggles2012-10-09
| * adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3Justin Ruggles2012-10-09
| * adpcmdec: use planar sample format for adpcm_xaJustin Ruggles2012-10-09
| * adpcmdec: use planar sample format for adpcm_ima_ws for vqa version 3Justin Ruggles2012-10-09
| * adpcmdec: use planar sample format for adpcm_4xmJustin Ruggles2012-10-09
| * adpcmdec: use planar sample format for adpcm_ima_wavJustin Ruggles2012-10-09
| * adpcmdec: use planar sample format for adpcm_ima_qtJustin Ruggles2012-10-09
* | Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'Michael Niedermayer2012-10-02
|\|
| * adpcmdec: set AVCodec.sample_fmtsJustin Ruggles2012-10-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-01
|\|
| * avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-01
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-01
|\|
| * adpcm-thp: fix invalid array indexingMans Rullgard2012-05-01
| * westwood_vqa: fix SND0 chunk handlingPaul B Mahol2012-03-27
* | westwood_vqa: fix SND0 chunk handlingPaul B Mahol2012-03-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-20
|\|
| * adpcm: convert adpcm_thp to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_yamaha to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_swf to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_sbpro to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ct to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ima_amv/smjpeg to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ea_xas to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ea_r1/2/3 to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert ea_maxis_xa to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ea to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm convert adpcm_ima_ea_sead to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ima_ea_eacs to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_xa to bytestream2.Ronald S. Bultje2012-03-18