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
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
2015-02-21avcodec: Use av_clip_uintp2() where possibleMichael Niedermayer
2014-09-10avcodec/adpcmenc: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2014-06-10adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö
2014-06-06adpcm: Avoid reading out of bounds in the IMA QT trellis encoderMartin Storsjö
2014-06-06avcodec/adpcmenc: fix integer overflow / undefined behavior in STORE_NODE()Michael Niedermayer
2014-06-06adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö
2014-06-06adpcm: Fix trellis encoding of IMA QTMartin Storsjö
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer