]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_picture.c
vaapi_h264: Add support for VUI parameters
[ffmpeg] / libavcodec / h264_picture.c
2016-06-08 Diego BiurrunDrop unnecessary golomb.h #includes
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-04-24 Anton Khirnovh264: factor out calculating the POC count into a separ...
2015-04-29 Anton Khirnovh264: use properly allocated AVFrames
2015-04-29 Anton Khirnovh264: drop H264Context.ouputed_poc
2015-04-29 Anton Khirnovh264: drop needs_realloc
2015-04-03 Anton Khirnovh264: disable ER by default
2015-03-21 Anton Khirnovh264: use a smaller struct for the ref lists
2015-03-21 Anton Khirnovh264: move remaining ER stuff into the per-slice context
2015-03-21 Anton Khirnovh264: move the ref lists variables into the per-slice...
2014-06-20 Vittorio Giovarah264: fix build when error resilience is disabled
2014-05-27 Diego Biurrunh264_picture: Remove pointless dsputil.h #include
2014-03-23 Luca Barbatoh264: Split h264 slice decoding from nal decoding