]> git.sesse.net Git - ffmpeg/history - libavcodec/adpcmenc.c
lavfi: add video buffer sink, and use it in avtools
[ffmpeg] / libavcodec / adpcmenc.c
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...