gstreamer/gst-libs
Gwenole Beauchesne efaadfc7c0 decoder: h264: add support for missing second field.
Interlaced H.264 video frames always have two fields to decode and
display. However, in some cases, e.g. packet loss, one of the field
can be missing. This perturbs the reference picture marking process,
whereby the number of references available in DPB no longer matches
the expected value.

This patch adds initial support for missing field within a decoded
frame. The current strategy taken is to find out the nearest field,
by POC value, and with the same parity.

https://bugzilla.gnome.org/show_bug.cgi?id=745048
2015-05-28 10:51:43 +02:00
..
gst decoder: h264: add support for missing second field. 2015-05-28 10:51:43 +02:00
Makefile.am build: use git.mk 2015-05-18 16:14:46 +02:00