]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_mc_template.c
lavc: add a null bitstream filter
[ffmpeg] / libavcodec / h264_mc_template.c
2016-06-21 Anton Khirnovh264: rename h264.[ch] to h264dec.[ch]
2016-04-24 Anton Khirnovh264: drop a pointless indirection
2016-03-28 Anton Khirnovh264: factor out pred weight table parsing into a separ...
2015-03-21 Anton Khirnovh264_mb: constify all uses of H264Context
2015-03-21 Anton Khirnovh264: move mb_{x,y} into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_xy into the per-slice context
2015-03-21 Anton Khirnovh264: move sub_mb_type into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_[uv]linesize into the per-slice context
2015-03-21 Anton Khirnovh264: move {mv,ref}_cache into the per-slice context
2015-03-21 Anton Khirnovh264: split weighted pred-related vars into per-slice...
2014-03-26 Diego BiurrunAdd missing headers to make template files compile...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2012-07-05 Mans Rullgardh264: use templates to avoid excessive inlining