summaryrefslogtreecommitdiff
path: root/libavcodec/adpcmenc.c
Commit message (Expand)AuthorAge
* 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