]> git.sesse.net Git - ffmpeg/history - libavcodec/ffv1dec.c
asvenc: free avctx->coded_frame on codec close
[ffmpeg] / libavcodec / ffv1dec.c
2014-01-25 Janne Grunauavutil: remove timer.h include from internal.h
2013-11-16 Anton Khirnovffv1: use the AVFrame API properly.
2013-10-15 Luca Barbatoffv1: Assume bitdepth 0 means 8bit
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-05-15 Anton Khirnovpixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
2013-03-08 Anton Khirnovffv1: fix calculating slice dimensions for version 2
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2001-01-01 Luca Barbatoffv1: set the range coder state in decode_slice_header
2012-10-20 Luca Barbatoffv1: update to ffv1 version 3
2012-10-20 Luca Barbatoffv1: propagate errors
2012-10-20 Luca Barbatoffv1: split decoder and encoder