]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_mb_template.c
h264: decouple h264_ps from the h264 decoder
[ffmpeg] / libavcodec / h264_mb_template.c
2016-04-24 Anton Khirnovh264: decouple h264_ps from the h264 decoder
2016-03-28 Anton Khirnovh264: remove the svq3-specific code
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-04-29 Anton Khirnovh264: use properly allocated AVFrames
2015-03-21 Anton Khirnovh264: move [uv]linesize to the per-slice context
2015-03-21 Anton Khirnovh264: move mb_field_decoding_flag into the per-slice...
2015-03-21 Anton Khirnovh264_mb: constify all uses of H264Context
2015-03-21 Anton Khirnovh264_mb: constify block_offset
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 loopfilter parameters into the per-slice...
2015-03-21 Anton Khirnovh264: move [{top,left}_]cbp into the per-slice context
2015-03-21 Anton Khirnovh264: move mb[_{padding,luma_dc}] into the per-slice...
2015-03-21 Anton Khirnovh264: move intra_pcm_ptr into the per-slice context
2015-03-21 Anton Khirnovh264: move the ref lists variables into the per-slice...
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: move non_zero_count_cache into the per-slice...
2015-03-21 Anton Khirnovh264: move some neighbour information into the per...
2015-03-21 Anton Khirnovh264: move {chroma,intra16x16}_pred_mode into the per...
2015-03-21 Anton Khirnovh264: move the quantizers 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...
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