summaryrefslogtreecommitdiff
path: root/libavcodec/adpcmenc.c
Commit message (Expand)AuthorAge
* avcodec/adpcmenc: remove forward declarationAndriy Gelman2020-06-20
* avcodec/adpcmenc: remove FF_ALLOC_OR_GOTO macros and gotos lableLimin Wang2020-06-13
* avcodec/adpcmenc: fix formattingZane van Iperen2020-05-27
* avcodec: add adpcm_ima_ssi encoderZane van Iperen2020-05-27
* avcodec/adpcmenc: add capabilities argument to ADPCM_ENCODER()Zane van Iperen2020-05-27
* avcodec/adpcmenc: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-27
* adpcm: fix clipping for yamahaPaul B Mahol2017-02-15
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-04
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
| * adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö2014-06-10
| * adpcm: Avoid reading out of bounds in the IMA QT trellis encoderMartin Storsjö2014-06-06
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri2015-02-26
* | avcodec/adpcm: use av_clip_intp2()Michael Niedermayer2015-02-21
* | avcodec: Use av_clip_uintp2() where possibleMichael Niedermayer2015-02-21
* | avcodec/adpcmenc: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-24
* | avcodec/adpcmenc: fix integer overflow / undefined behavior in STORE_NODE()Michael Niedermayer2014-06-06
* | adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö2014-06-06
* | adpcm: Fix trellis encoding of IMA QTMartin Storsjö2014-06-06
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-11
|\|
| * Move misplaced file author information where it belongsDiego Biurrun2013-04-11
* | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer2013-03-12
|\|
| * lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* | normalize calls to ff_alloc_packet2James Zern2013-03-06
* | adcpmenc: remove unused headerPaul B Mahol2013-01-23
* | adpcmenc: switch to av_assert()Michael Niedermayer2012-10-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-08
|\|
| * adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right orderJustin Ruggles2012-10-07
* | adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right orderJustin Ruggles2012-10-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-07
|\|
| * adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qtJustin Ruggles2012-10-06
| * adpcmenc: move 'ch' variable to higher scopeJustin Ruggles2012-10-06
| * adpcmenc: fix 3 instances of variable shadowingJustin Ruggles2012-10-06
| * adpcm_ima_wav: simplify encodingJustin Ruggles2012-10-06
| * adpcmenc: Calculate the IMA_QT predictor without overflowMichael Niedermayer2012-09-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-23
|\|
| * adpcm_swf: Use correct sample offsets when using trellis.Justin Ruggles2012-08-22
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-22
|\|
| * adpcm: don't duplicate identical AVSampleFmt array for each encoder.Ronald S. Bultje2012-07-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | adpcmenc: fix encoded s_0 value.Michael Niedermayer2012-04-07