summaryrefslogtreecommitdiffstats
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAgeFilesLines
* adpcm: Convert to the new bitstream headerAlexandra Hájková2016-11-181-9/+11
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-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
* Move misplaced file author information where it belongsDiego Biurrun2013-04-111-12/+12
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* adpcm: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-13/+9
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* 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
* adpcmdec: set AVCodec.sample_fmtsJustin Ruggles2012-10-011-28/+32
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-011-1/+0
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-103/+103
* adpcm-thp: fix invalid array indexingMans Rullgard2012-05-011-4/+6
* westwood_vqa: fix SND0 chunk handlingPaul B Mahol2012-03-271-1/+1
* adpcm: convert adpcm_thp to bytestream2.Ronald S. Bultje2012-03-181-19/+17
* adpcm: convert adpcm_yamaha to bytestream2.Ronald S. Bultje2012-03-181-2/+2
* adpcm: convert adpcm_swf to bytestream2.Ronald S. Bultje2012-03-181-56/+61
* adpcm: convert adpcm_sbpro to bytestream2.Ronald S. Bultje2012-03-181-14/+17
* adpcm: convert adpcm_ct to bytestream2.Ronald S. Bultje2012-03-181-2/+2
* adpcm: convert adpcm_ima_amv/smjpeg to bytestream2.Ronald S. Bultje2012-03-181-16/+22
* adpcm: convert adpcm_ea_xas to bytestream2.Ronald S. Bultje2012-03-181-6/+10
* adpcm: convert adpcm_ea_r1/2/3 to bytestream2.Ronald S. Bultje2012-03-181-33/+28
* adpcm: convert ea_maxis_xa to bytestream2.Ronald S. Bultje2012-03-181-8/+10
* adpcm: convert adpcm_ea to bytestream2.Ronald S. Bultje2012-03-181-29/+24
* adpcm convert adpcm_ima_ea_sead to bytestream2.Ronald S. Bultje2012-03-181-3/+4
* adpcm: convert adpcm_ima_ea_eacs to bytestream2.Ronald S. Bultje2012-03-181-13/+17
* adpcm: convert adpcm_xa to bytestream2.Ronald S. Bultje2012-03-181-6/+5
* adpcm: convert ima_ws to bytestream2.Ronald S. Bultje2012-03-181-17/+18
* adpcm: convert adpcm_ima_apc to bytestream2.Ronald S. Bultje2012-03-181-2/+2
* adpcm: convert adpcm_ima_iss to bytestream2.Ronald S. Bultje2012-03-181-6/+10
* adpcm: convert adpcm_dk3 to bytestream2.Ronald S. Bultje2012-03-181-33/+26
* adpcm: convert adpcm_dk4 to bytestream2.Ronald S. Bultje2012-03-181-9/+11
* adpcm: convert adpcm_ms to bytestream2.Ronald S. Bultje2012-03-181-16/+24
* adpcm: use av_clip() in adpcm_ima_expand_nibble().Ronald S. Bultje2012-03-181-2/+1
* adpcm: convert adpcm_4xm to bytestream2.Ronald S. Bultje2012-03-181-5/+9
* adpcm: convert adpcm_ima_wav to bytestream2.Ronald S. Bultje2012-03-181-10/+7
* adpcm: convert adpcm_ima_qt to bytestream2.Ronald S. Bultje2012-03-181-13/+14
* adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference.Ronald S. Bultje2012-03-181-1/+1
* xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns.Ronald S. Bultje2012-03-141-5/+20
* adpcm: Clip step_index values read from the bitstream at the beginning of eac...Alex Converse2012-02-281-7/+7
* adpcm_ima_ws: fix stereo decodingJustin Ruggles2012-01-241-1/+29
* avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles2012-01-241-2/+5
OpenPOWER on IntegriCloud