101 Commits (b3612b5f5297284629669cddc4a3eb4fd43498ef)

Author SHA1 Message Date
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
Paul B Mahol 6dfa70f272 Correct few "ffmpeg" typos 10 years ago
Martin Storsjö 0776e0ef6b adpcm: Write the proper predictor in trellis mode in IMA QT 11 years ago
Martin Storsjö 3d79d0c93e adpcm: Avoid reading out of bounds in the IMA QT trellis encoder 11 years ago
Michael Niedermayer 049b20b287 avcodec/adpcmenc: fix integer overflow / undefined behavior in STORE_NODE() 11 years ago
Martin Storsjö fa8f060b75 adpcm: Write the proper predictor in trellis mode in IMA QT 11 years ago
Martin Storsjö a32765c425 adpcm: Fix trellis encoding of IMA QT 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun ac9362c5d9 Move misplaced file author information where it belongs 12 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 12 years ago