30 Commits (1db8eb154908cde577477b6ab17430a0cd46b7bd)

Author SHA1 Message Date
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 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
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
Justin Ruggles 5364327186 adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right order 12 years ago
Justin Ruggles 095be4fbf6 adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qt 12 years ago
Justin Ruggles d9a13c2f56 adpcmenc: move 'ch' variable to higher scope 12 years ago
Justin Ruggles 9606f19b4e adpcmenc: fix 3 instances of variable shadowing 12 years ago
Justin Ruggles 1e35574bad adpcm_ima_wav: simplify encoding 12 years ago
Michael Niedermayer aa264da5bf adpcmenc: Calculate the IMA_QT predictor without overflow 12 years ago
Justin Ruggles 5d4ef004bf adpcm_swf: Use correct sample offsets when using trellis. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Ronald S. Bultje 98041afb5f adpcm: don't duplicate identical AVSampleFmt array for each encoder. 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Justin Ruggles 24e74f0a0f adpcmenc: update to AVCodec.encode2() 13 years ago
Justin Ruggles 770a5c6d02 adpcmenc: Use correct frame_size for Yamaha ADPCM. 13 years ago
Justin Ruggles a3a0691bde adpcmenc: remove some unneeded casts 13 years ago
Justin Ruggles 149f2058a4 adpcmenc: use int16_t and uint8_t instead of short and unsigned char. 13 years ago
Justin Ruggles dd88ae831a adpcmenc: fix adpcm_ms extradata allocation 13 years ago
Justin Ruggles 877a1d409c adpcmenc: return proper AVERROR codes instead of -1 13 years ago
Justin Ruggles cb023d9afe adpcmenc: check for coded_frame allocation failure 13 years ago
Justin Ruggles ddf70db6d7 adpcmenc: Do not set coded_frame->key_frame. 13 years ago
Chris Berov dc6d043050 adpcmenc: cosmetics: pretty-printing 13 years ago
Justin Ruggles 7c287b18a0 adpcm: update reference links 13 years ago
Diego Biurrun 8671488799 Use explicit struct initializers for AVCodec declarations. 13 years ago
Justin Ruggles 9ff6d0791b adpcmenc: Set bits_per_coded_sample 13 years ago
Baptiste Coudurier b304244b54 adpcmenc: fix QT IMA ADPCM encoder 13 years ago
Justin Ruggles 826c56d16e adpcm: split ADPCM encoders and decoders into separate files. 13 years ago