]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_mb_template.c
aac_adtstoasc_bsf: Check extradata memory allocation
[ffmpeg] / libavcodec / h264_mb_template.c
2014-03-26 Diego BiurrunAdd missing headers to make template files compile...
2014-03-16 Vittorio Giovarah264: Remove MotionEstContext and move the relevant...
2013-04-10 Ronald S. Bultjeh264: Integrate clear_blocks calls with IDCT
2013-03-21 Anton Khirnovh264: add a parameter to the CHROMA422 macro.
2013-03-21 Anton Khirnovh264: add a parameter to the FRAME_MBAFF macro.
2013-03-21 Anton Khirnovh264: add a parameter to the MB_FIELD macro.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-19 Martin Storsjöh264: Get rid of unnecessary casts
2013-02-19 Ronald S. Bultjeh264: Don't store intra pcm samples in h->mb
2013-02-19 Ronald S. Bultjeh264: Add add_pixels4/8() to h264dsp, and remove add_pi...
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2013-02-06 Diego Biurrundsputil: Separate h264chroma
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-05 Mans Rullgardh264: use templates to avoid excessive inlining