Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-15avcodec/adpcmenc: Round up required buffer sizeAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-05avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-03-15adpcm: convert to new channel layout APIAnton Khirnov
2021-07-22avcodec/adpcmenc: Don't include disabled AVCodecsAndreas Rheinhardt
2021-07-22avcodec/adpcmenc: Deduplicate AVClassesAndreas Rheinhardt
2021-07-22avcodec/adpcmenc: #if disabled code away, fix build without ADPCM_ARGOAndreas Rheinhardt
2021-07-22avcodec/adpcmenc: Use smaller scope for some variablesAndreas Rheinhardt
2021-05-05avcodec/adpcmenc: Avoid copying packet data, allow direct renderingAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-26avcodec/adpcmenc: Adds encoder for Westwood ADPCM.Aidan Richmond
2021-04-10avcodec/adpcm_swf: remove memory allocation during trellis encodingZane van Iperen
2021-04-02avcodec/adpcmenc: don't share a single AVClass between multiple AVCodecs.Zane van Iperen
2020-12-04avcodec/adpcmenc: Mark encoders as init-threadsafeAndreas Rheinhardt
2020-11-12avcodec/adpcmenc: Fix leak of trellis buffer with ADPCM_IMA_AMVAndreas Rheinhardt
2020-11-09avcodec: add adpcm_ima_amv encoderZane van Iperen
2020-11-07avcodec/adpcm_ima_swf: fix frame size to 4096Zane van Iperen
2020-10-25avcodec: add adpcm_ima_alp encoderZane van Iperen
2020-10-21avcodec/adpcm_swf: support custom block size for encodingZane van Iperen
2020-10-21avcodec/adpcm_swf: set block_align when encodingZane van Iperen
2020-10-17avcodec/adpcmenc: remove BLKSIZE #defineZane van Iperen
2020-10-17avcodec/adpcm_ima_wav: support custom block size for encodingZane van Iperen
2020-10-17avcodec/adpcm_yamaha: support custom block size for encodingZane van Iperen
2020-10-17avcodec/adpcm_ima_apm: support custom block size for encodingZane van Iperen
2020-10-17avcodec/adpcm_ima_ssi: support custom block size for encodingZane van Iperen
2020-10-17avcodec/adpcm_ms: support custom block size for encodingZane van Iperen
2020-10-17avcodec/adpcmenc: add "block_size" optionZane van Iperen
2020-08-07avcodec: add adpcm_argo encoderZane van Iperen
2020-07-21avcodec/adpcmenc: cleanup trellis checksZane van Iperen
2020-07-21avcodec: add adpcm_ima_apm encoderZane van Iperen
2020-06-21avcodec/adpcmenc: remove forward declarationAndriy Gelman
2020-06-13avcodec/adpcmenc: remove FF_ALLOC_OR_GOTO macros and gotos lableLimin Wang
2020-05-27avcodec/adpcmenc: fix formattingZane van Iperen
2020-05-27avcodec: add adpcm_ima_ssi encoderZane van Iperen
2020-05-27avcodec/adpcmenc: add capabilities argument to ADPCM_ENCODER()Zane van Iperen
2020-05-27avcodec/adpcmenc: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang
2017-02-15adpcm: fix clipping for yamahaPaul B Mahol
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-04Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-02-26Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri
2015-02-21avcodec/adpcm: use av_clip_intp2()Michael Niedermayer