summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/adpcm: use av_clip_intp2()Michael Niedermayer2015-02-211-1/+1
* avcodec/adpcm: Check ideltaMichael Niedermayer2014-12-181-0/+4
* Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1
* avcodec/adpcm: Fix incorrect AVSampleFormat for sample_fmts_s16pJon Morley2014-08-191-1/+1
* avcodec/adpcm: also squelch 'mismatch in coded sample count' warning for AV_C...Peter Ross2014-03-311-2/+1
* avcodec/adpcm: ADPCM_IMA_DK3 packets are padded to 16-bit packet boundaryPeter Ross2014-03-151-0/+3
* avcodec/adpcm: squelch 'mismatch in coded sample count' warning for AV_CODEC_...Peter Ross2014-03-141-4/+9
* avcodec/adpcm: fix sample count for stereo SBPRO3Michael Niedermayer2014-01-151-1/+1
* Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
| * adpcm: Write the correct number of samples for ima-dk4Luca Barbato2013-07-091-1/+1
* | ADPCM IMA WAV 2, 3 and 5 bits decoderPaul B Mahol2013-07-051-5/+48
* | ADPCM IMA Radical decoderJames Almer2013-05-101-0/+31
* | adpcm_thp: Allow the use of extradata for the adpcm tableJames Almer2013-05-101-0/+17
* | ADPCM DTK decoderJames Almer2013-05-101-0/+54
* | lavc: remove unused put_bits.h headersPaul B Mahol2013-04-241-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-111-12/+12
|\ \ | |/
| * Move misplaced file author information where it belongsDiego Biurrun2013-04-111-12/+12
* | lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-151-2/+2
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | Merge commit 'e57daa876bf0cf50782550e366e589441cd8c2bd'Michael Niedermayer2013-02-131-13/+9
|\ \ | |/
| * adpcm: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-13/+9
* | adpcm: fix off by 1 error and out of array access in DK4Michael Niedermayer2012-12-121-1/+1
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | adpcm/thp: cosmetics: reindentPaul B Mahol2012-11-301-2/+2
* | AFC demuxerPaul B Mahol2012-11-271-2/+17
* | adpcm: thp, afc: support multichannel decodingPaul B Mahol2012-11-261-5/+7
* | adpcm/thp: make use of ADPCMChannelStatus to store prev samplesPaul B Mahol2012-11-261-8/+8
* | adpcmdec: Fix OOM/infloopMichael Niedermayer2012-11-241-0/+5
* | ADPCM IMA Dialogic decoderPaul B Mahol2012-11-241-0/+30
* | ADPCM AFC decoderPaul B Mahol2012-11-221-0/+43
* | adpcm: reindent after previous commitPaul B Mahol2012-11-121-8/+8
* | adpcm: ADPCM IMA SMJPEG stereo decodingPaul B Mahol2012-11-121-7/+9
* | adpcm: improve smjpeg decodingPaul B Mahol2012-11-071-20/+22
* | Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer2012-10-101-74/+98
|\ \ | |/
| * adpcmdec: use planar sample format for adpcm_thpJustin Ruggles2012-10-091-6/+3
| * adpcmdec: use planar sample format for adpcm_ea_xasJustin Ruggles2012-10-091-12/+16
| * adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3Justin Ruggles2012-10-091-10/+10
| * adpcmdec: use planar sample format for adpcm_xaJustin Ruggles2012-10-091-16/+28
| * adpcmdec: use planar sample format for adpcm_ima_ws for vqa version 3Justin Ruggles2012-10-091-6/+11
| * adpcmdec: use planar sample format for adpcm_4xmJustin Ruggles2012-10-091-6/+5
| * adpcmdec: use planar sample format for adpcm_ima_wavJustin Ruggles2012-10-091-10/+8
| * adpcmdec: use planar sample format for adpcm_ima_qtJustin Ruggles2012-10-091-8/+17
* | Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'Michael Niedermayer2012-10-021-28/+32
|\ \ | |/
| * adpcmdec: set AVCodec.sample_fmtsJustin Ruggles2012-10-011-28/+32
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-011-1/+0
|\ \ | |/
| * avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-011-1/+0