110 Commits (f9be667452524f9e1ca9dd6e0f4e357a9b1cfaac)

Author SHA1 Message Date
Andreas Rheinhardt bffc8f9af1 avcodec/adpcmenc: Round up required buffer size 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Anton Khirnov 984612a403 adpcm: convert to new channel layout API 3 years ago
Andreas Rheinhardt c8a8691c97 avcodec/adpcmenc: Don't include disabled AVCodecs 3 years ago
Andreas Rheinhardt 62e3d01cc7 avcodec/adpcmenc: Deduplicate AVClasses 3 years ago
Andreas Rheinhardt 63f736f476 avcodec/adpcmenc: #if disabled code away, fix build without ADPCM_ARGO 3 years ago
Andreas Rheinhardt 10f8f06a56 avcodec/adpcmenc: Use smaller scope for some variables 3 years ago
Andreas Rheinhardt 32b20a274a avcodec/adpcmenc: Avoid copying packet data, allow direct rendering 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Aidan Richmond a0fd55c206
avcodec/adpcmenc: Adds encoder for Westwood ADPCM. 4 years ago
Zane van Iperen 9e89a23eac
avcodec/adpcm_swf: remove memory allocation during trellis encoding 4 years ago
Zane van Iperen aa1cfe05a5
avcodec/adpcmenc: don't share a single AVClass between multiple AVCodecs. 4 years ago
Andreas Rheinhardt 6643eaaa30 avcodec/adpcmenc: Mark encoders as init-threadsafe 4 years ago
Andreas Rheinhardt 454bee5be0 avcodec/adpcmenc: Fix leak of trellis buffer with ADPCM_IMA_AMV 4 years ago
Zane van Iperen 555f5c1fc5
avcodec: add adpcm_ima_amv encoder 4 years ago
Zane van Iperen 406879f49c
avcodec/adpcm_ima_swf: fix frame size to 4096 4 years ago
Zane van Iperen 40a8d43885
avcodec: add adpcm_ima_alp encoder 4 years ago
Zane van Iperen 4919b3c1c4
avcodec/adpcm_swf: support custom block size for encoding 4 years ago
Zane van Iperen 0547fa572b
avcodec/adpcm_swf: set block_align when encoding 4 years ago
Zane van Iperen bf4a253f38
avcodec/adpcmenc: remove BLKSIZE #define 4 years ago
Zane van Iperen e368be5230
avcodec/adpcm_ima_wav: support custom block size for encoding 4 years ago
Zane van Iperen ed1cfb8e31
avcodec/adpcm_yamaha: support custom block size for encoding 4 years ago
Zane van Iperen eb75a80dc8
avcodec/adpcm_ima_apm: support custom block size for encoding 4 years ago
Zane van Iperen b5c2c9a1ce
avcodec/adpcm_ima_ssi: support custom block size for encoding 4 years ago
Zane van Iperen bd1c94bb68
avcodec/adpcm_ms: support custom block size for encoding 4 years ago
Zane van Iperen c78c60c3e8
avcodec/adpcmenc: add "block_size" option 4 years ago
Zane van Iperen 62da99e1d0
avcodec: add adpcm_argo encoder 4 years ago
Zane van Iperen e35a0f8f3f avcodec/adpcmenc: cleanup trellis checks 4 years ago
Zane van Iperen 80dda80981 avcodec: add adpcm_ima_apm encoder 4 years ago
Andriy Gelman 536e5dfa73 avcodec/adpcmenc: remove forward declaration 4 years ago
Limin Wang 3240121509 avcodec/adpcmenc: remove FF_ALLOC_OR_GOTO macros and gotos lable 4 years ago
Zane van Iperen 09e6e45588 avcodec/adpcmenc: fix formatting 5 years ago
Zane van Iperen b1189c1571 avcodec: add adpcm_ima_ssi encoder 5 years ago
Zane van Iperen 908199802a avcodec/adpcmenc: add capabilities argument to ADPCM_ENCODER() 5 years ago
Limin Wang 6124cbdcfa avcodec/adpcmenc: Add FF_CODEC_CAP_INIT_CLEANUP 5 years ago
Paul B Mahol ee4aa388b2 adpcm: fix clipping for yamaha 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Alexandra Hájková 5c31eaa999 Remove unnecessary get_bits.h #includes and add missing headers where needed. 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Dyami Caliri 50833c9f7b Fix buffer_size argument to init_put_bits() in multiple encoders. 10 years ago
Michael Niedermayer f848a66009 avcodec/adpcm: use av_clip_intp2() 10 years ago
Michael Niedermayer 114a2eb272 avcodec: Use av_clip_uintp2() where possible 10 years ago
Michael Niedermayer 8b7a39d7ea avcodec/adpcmenc: Use FF_ALLOC_ARRAY_OR_GOTO() 10 years ago