summaryrefslogtreecommitdiff
path: root/libavcodec/h264_mb_template.c
Commit message (Expand)AuthorAge
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-26
* h264: Remove MotionEstContext and move the relevant fields to H264ContextVittorio Giovara2014-03-16
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-10
* h264: add a parameter to the CHROMA422 macro.Anton Khirnov2013-03-21
* h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov2013-03-21
* h264: add a parameter to the MB_FIELD macro.Anton Khirnov2013-03-21
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* h264: Get rid of unnecessary castsMartin Storsjö2013-02-20
* h264: Don't store intra pcm samples in h->mbRonald S. Bultje2013-02-19
* h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje2013-02-19
* h264: deMpegEncContextizeAnton Khirnov2013-02-15
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* h264: use templates to avoid excessive inliningMans Rullgard2012-07-05