summaryrefslogtreecommitdiffstats
path: root/libavcodec/adpcmenc.c
Commit message (Expand)AuthorAgeFilesLines
* adpcm: fix clipping for yamahaPaul B Mahol2017-02-151-2/+2
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
| * Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-041-1/+0
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
| * adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö2014-06-101-0/+1
| * adpcm: Avoid reading out of bounds in the IMA QT trellis encoderMartin Storsjö2014-06-061-1/+1
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri2015-02-261-2/+2
* | avcodec/adpcm: use av_clip_intp2()Michael Niedermayer2015-02-211-1/+1
* | avcodec: Use av_clip_uintp2() where possibleMichael Niedermayer2015-02-211-1/+1
* | avcodec/adpcmenc: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer2014-09-101-1/+1
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1
* | avcodec/adpcmenc: fix integer overflow / undefined behavior in STORE_NODE()Michael Niedermayer2014-06-061-1/+1
* | adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö2014-06-061-0/+1
* | adpcm: Fix trellis encoding of IMA QTMartin Storsjö2014-06-061-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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-111-4/+4
|\ \ | |/
| * Move misplaced file author information where it belongsDiego Biurrun2013-04-111-4/+4
* | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer2013-03-121-8/+0
|\ \ | |/
| * lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-8/+0
* | normalize calls to ff_alloc_packet2James Zern2013-03-061-1/+1
* | adcpmenc: remove unused headerPaul B Mahol2013-01-231-1/+0
* | adpcmenc: switch to av_assert()Michael Niedermayer2012-10-091-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-081-2/+2
|\ \ | |/
| * adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right orderJustin Ruggles2012-10-071-2/+3
* | adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right orderJustin Ruggles2012-10-071-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-071-81/+72
|\ \ | |/
| * adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qtJustin Ruggles2012-10-061-30/+42
| * adpcmenc: move 'ch' variable to higher scopeJustin Ruggles2012-10-061-3/+2
| * adpcmenc: fix 3 instances of variable shadowingJustin Ruggles2012-10-061-3/+2
| * adpcm_ima_wav: simplify encodingJustin Ruggles2012-10-061-53/+34
| * adpcmenc: Calculate the IMA_QT predictor without overflowMichael Niedermayer2012-09-041-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-231-3/+4
|\ \ | |/
| * adpcm_swf: Use correct sample offsets when using trellis.Justin Ruggles2012-08-221-3/+4
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-26/+26
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-26/+26
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-2/+4
|\ \ | |/
| * adpcm: don't duplicate identical AVSampleFmt array for each encoder.Ronald S. Bultje2012-07-211-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-2/+2
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* | adpcmenc: fix encoded s_0 value.Michael Niedermayer2012-04-071-1/+1
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | adpcmenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-221-17/+31
|\ \ | |/
| * adpcmenc: update to AVCodec.encode2()Justin Ruggles2012-03-201-17/+31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-211-1/+1
|\ \ | |/
| * adpcmenc: Use correct frame_size for Yamaha ADPCM.Justin Ruggles2012-02-201-1/+1
OpenPOWER on IntegriCloud