]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_picture.c
aarch64: vp9dsp: Fix vertical alignment in the init file
[ffmpeg] / libavcodec / h264_picture.c
2016-12-19 Anton Khirnovh264dec: make sure to only end a field if it has been...
2016-06-21 Anton Khirnovh264: rename h264.[ch] to h264dec.[ch]
2016-06-12 Anton Khirnovh264: postpone generating the implicit MMCOs
2016-06-12 Anton Khirnovh264: rename mmco_index to nb_mmco
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