summaryrefslogtreecommitdiff
path: root/libavcodec/adpcmenc.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* adpcm: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/adpcmenc: Don't include disabled AVCodecsAndreas Rheinhardt2021-07-22
* avcodec/adpcmenc: Deduplicate AVClassesAndreas Rheinhardt2021-07-22
* avcodec/adpcmenc: #if disabled code away, fix build without ADPCM_ARGOAndreas Rheinhardt2021-07-22
* avcodec/adpcmenc: Use smaller scope for some variablesAndreas Rheinhardt2021-07-22
* avcodec/adpcmenc: Avoid copying packet data, allow direct renderingAndreas Rheinhardt2021-05-05
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/adpcmenc: Adds encoder for Westwood ADPCM.Aidan Richmond2021-04-26
* avcodec/adpcm_swf: remove memory allocation during trellis encodingZane van Iperen2021-04-10
* avcodec/adpcmenc: don't share a single AVClass between multiple AVCodecs.Zane van Iperen2021-04-02
* avcodec/adpcmenc: Mark encoders as init-threadsafeAndreas Rheinhardt2020-12-04
* avcodec/adpcmenc: Fix leak of trellis buffer with ADPCM_IMA_AMVAndreas Rheinhardt2020-11-12
* avcodec: add adpcm_ima_amv encoderZane van Iperen2020-11-09
* avcodec/adpcm_ima_swf: fix frame size to 4096Zane van Iperen2020-11-07
* avcodec: add adpcm_ima_alp encoderZane van Iperen2020-10-25
* avcodec/adpcm_swf: support custom block size for encodingZane van Iperen2020-10-21
* avcodec/adpcm_swf: set block_align when encodingZane van Iperen2020-10-21
* avcodec/adpcmenc: remove BLKSIZE #defineZane van Iperen2020-10-17
* avcodec/adpcm_ima_wav: support custom block size for encodingZane van Iperen2020-10-17
* avcodec/adpcm_yamaha: support custom block size for encodingZane van Iperen2020-10-17
* avcodec/adpcm_ima_apm: support custom block size for encodingZane van Iperen2020-10-17
* avcodec/adpcm_ima_ssi: support custom block size for encodingZane van Iperen2020-10-17
* avcodec/adpcm_ms: support custom block size for encodingZane van Iperen2020-10-17
* avcodec/adpcmenc: add "block_size" optionZane van Iperen2020-10-17
* avcodec: add adpcm_argo encoderZane van Iperen2020-08-07
* avcodec/adpcmenc: cleanup trellis checksZane van Iperen2020-07-21
* avcodec: add adpcm_ima_apm encoderZane van Iperen2020-07-21
* 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