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