summaryrefslogtreecommitdiff
path: root/libavcodec/adpcmenc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-04
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö2014-06-10
* adpcm: Avoid reading out of bounds in the IMA QT trellis encoderMartin Storsjö2014-06-06
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* Move misplaced file author information where it belongsDiego Biurrun2013-04-11
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right orderJustin Ruggles2012-10-07
* adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qtJustin Ruggles2012-10-06
* adpcmenc: move 'ch' variable to higher scopeJustin Ruggles2012-10-06
* adpcmenc: fix 3 instances of variable shadowingJustin Ruggles2012-10-06
* adpcm_ima_wav: simplify encodingJustin Ruggles2012-10-06
* adpcmenc: Calculate the IMA_QT predictor without overflowMichael Niedermayer2012-09-04
* adpcm_swf: Use correct sample offsets when using trellis.Justin Ruggles2012-08-22
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* adpcm: don't duplicate identical AVSampleFmt array for each encoder.Ronald S. Bultje2012-07-21
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* adpcmenc: update to AVCodec.encode2()Justin Ruggles2012-03-20
* adpcmenc: Use correct frame_size for Yamaha ADPCM.Justin Ruggles2012-02-20
* adpcmenc: remove some unneeded castsJustin Ruggles2012-01-30
* adpcmenc: use int16_t and uint8_t instead of short and unsigned char.Justin Ruggles2012-01-30
* adpcmenc: fix adpcm_ms extradata allocationJustin Ruggles2012-01-30
* adpcmenc: return proper AVERROR codes instead of -1Justin Ruggles2012-01-30
* adpcmenc: check for coded_frame allocation failureJustin Ruggles2012-01-30
* adpcmenc: Do not set coded_frame->key_frame.Justin Ruggles2012-01-30
* adpcmenc: cosmetics: pretty-printingChris Berov2011-12-04
* adpcm: update reference linksJustin Ruggles2011-09-29
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
* adpcmenc: Set bits_per_coded_sampleJustin Ruggles2011-09-23
* adpcmenc: fix QT IMA ADPCM encoderBaptiste Coudurier2011-09-23
* adpcm: split ADPCM encoders and decoders into separate files.Justin Ruggles2011-09-12