msdk: Add H.264 decoder
authorScott D Phillips <scott.d.phillips@intel.com>
Mon, 7 Nov 2016 20:32:38 +0000 (12:32 -0800)
committerJosep Torra <n770galaxy@gmail.com>
Mon, 12 Dec 2016 22:16:11 +0000 (23:16 +0100)
commit83774c3eb9662bedc4dddcbea3fd17d237d25416
tree8797ccd2886e857087bb44f77d9eb539ff0379ed
parent23a3a2c5cb3f35eb3e226702506fc3dd0fe582b3
msdk: Add H.264 decoder

The decoder only supports system memory output presently.

https://bugzilla.gnome.org/show_bug.cgi?id=774587
sys/msdk/Makefile.am
sys/msdk/gstmsdk.c
sys/msdk/gstmsdkdec.c [new file with mode: 0644]
sys/msdk/gstmsdkdec.h [new file with mode: 0644]
sys/msdk/gstmsdkh264dec.c [new file with mode: 0644]
sys/msdk/gstmsdkh264dec.h [new file with mode: 0644]
sys/msdk/meson.build