summaryrefslogtreecommitdiff
path: root/libavcodec/adpcmenc.c
Commit message (Expand)AuthorAge
* 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
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | adpcmenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-22
|\|
| * adpcmenc: update to AVCodec.encode2()Justin Ruggles2012-03-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-21
|\|
| * adpcmenc: Use correct frame_size for Yamaha ADPCM.Justin Ruggles2012-02-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-01
|\|
| * adpcmenc: remove some unneeded castsJustin Ruggles2012-01-30
| * adpcmenc: use int16_t and uint8_t instead of short and unsigned char.Justin Ruggles2012-01-30
| * adpcmenc: fix adpcm_ms extradata allocationJustin Ruggles2012-01-30
| * adpcmenc: return proper AVERROR codes instead of -1Justin Ruggles2012-01-30
| * adpcmenc: check for coded_frame allocation failureJustin Ruggles2012-01-30
| * adpcmenc: Do not set coded_frame->key_frame.Justin Ruggles2012-01-30
* | adpcmenc: refactor some code.Paul B Mahol2012-01-28
* | adpcmenc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-28