]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_mb.c
libopusdec: fix out-of-bounds read
[ffmpeg] / libavcodec / h264_mb.c
2016-06-21 Anton Khirnovh264: move the parameter set definitions to a new heade...
2016-06-21 Anton Khirnovh264: rename h264.[ch] to h264dec.[ch]
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-04-24 Anton Khirnovh264: decouple h264_ps from the h264 decoder
2016-03-28 Anton Khirnovh264: remove the svq3-specific code
2016-03-28 Anton Khirnovh264: factor out pred weight table parsing into a separ...
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-03-21 Anton Khirnovh264: move [uv]linesize to the per-slice context
2015-03-21 Anton Khirnovh264: use a smaller struct for the ref lists
2015-03-21 Anton Khirnovh264_mb: remove an unused function parameter
2015-03-21 Anton Khirnovh264: move top_borders into the per-slice context
2015-03-21 Anton Khirnovh264: move the scratch buffers into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_mbaff into 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 is_complex 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 the ref lists variables into the per-slice...
2015-03-21 Anton Khirnovh264: move sub_mb_type into the per-slice context
2015-03-21 Anton Khirnovh264: move the slice type 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 *_samples_available into the per-slice context
2015-03-21 Anton Khirnovh264: move intra4x4_pred_mode[_cache] into the per...
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-05-29 Diego Biurrundsputil: Split off quarterpel bits into their own context
2014-03-23 Vittorio Giovarah264: move macroblock decoding into its own file