summaryrefslogtreecommitdiff
path: root/libavcodec/adpcmenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+2
* avcodec/adpcmenc: Round up required buffer sizeAndreas Rheinhardt2022-09-151-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-051-2/+2
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-9/+9
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* adpcm: convert to new channel layout APIAnton Khirnov2022-03-151-59/+63
* avcodec/adpcmenc: Don't include disabled AVCodecsAndreas Rheinhardt2021-07-221-14/+22
* avcodec/adpcmenc: Deduplicate AVClassesAndreas Rheinhardt2021-07-221-8/+8
* avcodec/adpcmenc: #if disabled code away, fix build without ADPCM_ARGOAndreas Rheinhardt2021-07-221-62/+54
* avcodec/adpcmenc: Use smaller scope for some variablesAndreas Rheinhardt2021-07-221-51/+54
* avcodec/adpcmenc: Avoid copying packet data, allow direct renderingAndreas Rheinhardt2021-05-051-3/+3
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/adpcmenc: Adds encoder for Westwood ADPCM.Aidan Richmond2021-04-261-2/+30
* avcodec/adpcm_swf: remove memory allocation during trellis encodingZane van Iperen2021-04-101-3/+4
* avcodec/adpcmenc: don't share a single AVClass between multiple AVCodecs.Zane van Iperen2021-04-021-8/+8
* avcodec/adpcmenc: Mark encoders as init-threadsafeAndreas Rheinhardt2020-12-041-1/+1
* avcodec/adpcmenc: Fix leak of trellis buffer with ADPCM_IMA_AMVAndreas Rheinhardt2020-11-121-0/+1
* avcodec: add adpcm_ima_amv encoderZane van Iperen2020-11-091-1/+57
* avcodec/adpcm_ima_swf: fix frame size to 4096Zane van Iperen2020-11-071-1/+1
* avcodec: add adpcm_ima_alp encoderZane van Iperen2020-10-251-0/+40
* avcodec/adpcm_swf: support custom block size for encodingZane van Iperen2020-10-211-1/+1
* avcodec/adpcm_swf: set block_align when encodingZane van Iperen2020-10-211-4/+3
* avcodec/adpcmenc: remove BLKSIZE #defineZane van Iperen2020-10-171-1/+1
* avcodec/adpcm_ima_wav: support custom block size for encodingZane van Iperen2020-10-171-2/+2
* avcodec/adpcm_yamaha: support custom block size for encodingZane van Iperen2020-10-171-2/+2
* avcodec/adpcm_ima_apm: support custom block size for encodingZane van Iperen2020-10-171-2/+2
* avcodec/adpcm_ima_ssi: support custom block size for encodingZane van Iperen2020-10-171-2/+2
* avcodec/adpcm_ms: support custom block size for encodingZane van Iperen2020-10-171-2/+2
* avcodec/adpcmenc: add "block_size" optionZane van Iperen2020-10-171-0/+32
* avcodec: add adpcm_argo encoderZane van Iperen2020-08-071-1/+85
* avcodec/adpcmenc: cleanup trellis checksZane van Iperen2020-07-211-17/+18
* avcodec: add adpcm_ima_apm encoderZane van Iperen2020-07-211-2/+32
* avcodec/adpcmenc: remove forward declarationAndriy Gelman2020-06-201-2/+0
* avcodec/adpcmenc: remove FF_ALLOC_OR_GOTO macros and gotos lableLimin Wang2020-06-131-22/+16
* avcodec/adpcmenc: fix formattingZane van Iperen2020-05-271-5/+5
* avcodec: add adpcm_ima_ssi encoderZane van Iperen2020-05-271-0/+32
* avcodec/adpcmenc: add capabilities argument to ADPCM_ENCODER()Zane van Iperen2020-05-271-17/+18
* avcodec/adpcmenc: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-271-1/+1
* 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