| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/adpcmenc: Don't include disabled AVCodecs | Andreas Rheinhardt | 2021-07-22 | 1 | -14/+22 |
* | avcodec/adpcmenc: Deduplicate AVClasses | Andreas Rheinhardt | 2021-07-22 | 1 | -8/+8 |
* | avcodec/adpcmenc: #if disabled code away, fix build without ADPCM_ARGO | Andreas Rheinhardt | 2021-07-22 | 1 | -62/+54 |
* | avcodec/adpcmenc: Use smaller scope for some variables | Andreas Rheinhardt | 2021-07-22 | 1 | -51/+54 |
* | avcodec/adpcmenc: Avoid copying packet data, allow direct rendering | Andreas Rheinhardt | 2021-05-05 | 1 | -3/+3 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/adpcmenc: Adds encoder for Westwood ADPCM. | Aidan Richmond | 2021-04-26 | 1 | -2/+30 |
* | avcodec/adpcm_swf: remove memory allocation during trellis encoding | Zane van Iperen | 2021-04-10 | 1 | -3/+4 |
* | avcodec/adpcmenc: don't share a single AVClass between multiple AVCodecs. | Zane van Iperen | 2021-04-02 | 1 | -8/+8 |
* | avcodec/adpcmenc: Mark encoders as init-threadsafe | Andreas Rheinhardt | 2020-12-04 | 1 | -1/+1 |
* | avcodec/adpcmenc: Fix leak of trellis buffer with ADPCM_IMA_AMV | Andreas Rheinhardt | 2020-11-12 | 1 | -0/+1 |
* | avcodec: add adpcm_ima_amv encoder | Zane van Iperen | 2020-11-09 | 1 | -1/+57 |
* | avcodec/adpcm_ima_swf: fix frame size to 4096 | Zane van Iperen | 2020-11-07 | 1 | -1/+1 |
* | avcodec: add adpcm_ima_alp encoder | Zane van Iperen | 2020-10-25 | 1 | -0/+40 |
* | avcodec/adpcm_swf: support custom block size for encoding | Zane van Iperen | 2020-10-21 | 1 | -1/+1 |
* | avcodec/adpcm_swf: set block_align when encoding | Zane van Iperen | 2020-10-21 | 1 | -4/+3 |
* | avcodec/adpcmenc: remove BLKSIZE #define | Zane van Iperen | 2020-10-17 | 1 | -1/+1 |
* | avcodec/adpcm_ima_wav: support custom block size for encoding | Zane van Iperen | 2020-10-17 | 1 | -2/+2 |
* | avcodec/adpcm_yamaha: support custom block size for encoding | Zane van Iperen | 2020-10-17 | 1 | -2/+2 |
* | avcodec/adpcm_ima_apm: support custom block size for encoding | Zane van Iperen | 2020-10-17 | 1 | -2/+2 |
* | avcodec/adpcm_ima_ssi: support custom block size for encoding | Zane van Iperen | 2020-10-17 | 1 | -2/+2 |
* | avcodec/adpcm_ms: support custom block size for encoding | Zane van Iperen | 2020-10-17 | 1 | -2/+2 |
* | avcodec/adpcmenc: add "block_size" option | Zane van Iperen | 2020-10-17 | 1 | -0/+32 |
* | avcodec: add adpcm_argo encoder | Zane van Iperen | 2020-08-07 | 1 | -1/+85 |
* | avcodec/adpcmenc: cleanup trellis checks | Zane van Iperen | 2020-07-21 | 1 | -17/+18 |
* | avcodec: add adpcm_ima_apm encoder | Zane van Iperen | 2020-07-21 | 1 | -2/+32 |
* | avcodec/adpcmenc: remove forward declaration | Andriy Gelman | 2020-06-20 | 1 | -2/+0 |
* | avcodec/adpcmenc: remove FF_ALLOC_OR_GOTO macros and gotos lable | Limin Wang | 2020-06-13 | 1 | -22/+16 |
* | avcodec/adpcmenc: fix formatting | Zane van Iperen | 2020-05-27 | 1 | -5/+5 |
* | avcodec: add adpcm_ima_ssi encoder | Zane van Iperen | 2020-05-27 | 1 | -0/+32 |
* | avcodec/adpcmenc: add capabilities argument to ADPCM_ENCODER() | Zane van Iperen | 2020-05-27 | 1 | -17/+18 |
* | avcodec/adpcmenc: Add FF_CODEC_CAP_INIT_CLEANUP | Limin Wang | 2020-05-27 | 1 | -1/+1 |
* | adpcm: fix clipping for yamaha | Paul B Mahol | 2017-02-15 | 1 | -2/+2 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
| * | Remove unnecessary get_bits.h #includes and add missing headers where needed. | Alexandra Hájková | 2016-05-04 | 1 | -1/+0 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
| * | adpcm: Write the proper predictor in trellis mode in IMA QT | Martin Storsjö | 2014-06-10 | 1 | -0/+1 |
| * | adpcm: Avoid reading out of bounds in the IMA QT trellis encoder | Martin Storsjö | 2014-06-06 | 1 | -1/+1 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | Fix buffer_size argument to init_put_bits() in multiple encoders. | Dyami Caliri | 2015-02-26 | 1 | -2/+2 |
* | | avcodec/adpcm: use av_clip_intp2() | Michael Niedermayer | 2015-02-21 | 1 | -1/+1 |
* | | avcodec: Use av_clip_uintp2() where possible | Michael Niedermayer | 2015-02-21 | 1 | -1/+1 |
* | | avcodec/adpcmenc: Use FF_ALLOC_ARRAY_OR_GOTO() | Michael Niedermayer | 2014-09-10 | 1 | -1/+1 |
* | | Correct few "ffmpeg" typos | Paul B Mahol | 2014-08-24 | 1 | -1/+1 |
* | | avcodec/adpcmenc: fix integer overflow / undefined behavior in STORE_NODE() | Michael Niedermayer | 2014-06-06 | 1 | -1/+1 |
* | | adpcm: Write the proper predictor in trellis mode in IMA QT | Martin Storsjö | 2014-06-06 | 1 | -0/+1 |
* | | adpcm: Fix trellis encoding of IMA QT | Martin Storsjö | 2014-06-06 | 1 | -1/+1 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|