]> git.sesse.net Git - ffmpeg/history - libavcodec/adpcmenc.c
dashenc: Simplify code by using a local variable
[ffmpeg] / libavcodec / adpcmenc.c
2014-06-10 Martin Storsjöadpcm: Write the proper predictor in trellis mode in...
2014-06-06 Martin Storsjöadpcm: Avoid reading out of bounds in the IMA QT trelli...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-04-11 Diego BiurrunMove misplaced file author information where it belongs
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
2012-10-07 Justin Rugglesadpcmenc: ensure calls to adpcm_ima_compress_sample...
2012-10-06 Justin Rugglesadpcmenc: use planar sample format for adpcm_ima_wav...
2012-10-06 Justin Rugglesadpcmenc: move 'ch' variable to higher scope
2012-10-06 Justin Rugglesadpcmenc: fix 3 instances of variable shadowing
2012-10-06 Justin Rugglesadpcm_ima_wav: simplify encoding
2012-09-04 Michael Niedermayeradpcmenc: Calculate the IMA_QT predictor without overflow
2012-08-22 Justin Rugglesadpcm_swf: Use correct sample offsets when using trellis.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-21 Ronald S. Bultjeadpcm: don't duplicate identical AVSampleFmt array...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-20 Justin Rugglesadpcmenc: update to AVCodec.encode2()
2012-02-20 Justin Rugglesadpcmenc: Use correct frame_size for Yamaha ADPCM.
2012-01-31 Justin Rugglesadpcmenc: remove some unneeded casts
2012-01-31 Justin Rugglesadpcmenc: use int16_t and uint8_t instead of short...
2012-01-31 Justin Rugglesadpcmenc: fix adpcm_ms extradata allocation
2012-01-31 Justin Rugglesadpcmenc: return proper AVERROR codes instead of -1
2012-01-31 Justin Rugglesadpcmenc: check for coded_frame allocation failure
2012-01-31 Justin Rugglesadpcmenc: Do not set coded_frame->key_frame.
2011-12-04 Chris Berovadpcmenc: cosmetics: pretty-printing
2011-09-29 Justin Rugglesadpcm: update reference links
2011-09-24 Diego BiurrunUse explicit struct initializers for AVCodec declarations.
2011-09-24 Justin Rugglesadpcmenc: Set bits_per_coded_sample
2011-09-24 Baptiste Coudurieradpcmenc: fix QT IMA ADPCM encoder
2011-09-12 Justin Rugglesadpcm: split ADPCM encoders and decoders into separate...