]> git.sesse.net Git - ffmpeg/history - libavcodec/asvdec.c
dsputil: Split off IDCT bits into their own context
[ffmpeg] / libavcodec / asvdec.c
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-23 Diego Biurrundsputil: Split bswap*_buf() off into a separate context
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-19 Martin Storsjöasvdec: Verify the amount of extradata
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-06 Anton Khirnovasvdec: return meaningful error codes.
2012-12-23 Anton Khirnovasvdec: cosmetics, reformat
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-12 Diego BiurrunMove av_reverse table to libavcodec
2012-10-09 Anton Khirnovlavc: split asv12 encoder/decoder