Add initial VP8 decoder.
authorZhao, Halley <halley.zhao@intel.com>
Thu, 26 Dec 2013 23:18:24 +0000 (07:18 +0800)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 18 Apr 2014 18:03:44 +0000 (20:03 +0200)
commit029bae0b6a62a5bf46116ec73c2747f4692f5c51
tree3ed6d1566672841276545fc67c4b07a22ac7a3f4
parent450092e37115199867892520b3c1eddeeb101ce7
Add initial VP8 decoder.

https://bugzilla.gnome.org/show_bug.cgi?id=722761

[complete overhaul, fixed support for resolution changes]
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
13 files changed:
configure.ac
ext/Makefile.am
gst-libs/gst/codecparsers/Makefile.am
gst-libs/gst/vaapi/Makefile.am
gst-libs/gst/vaapi/gstvaapicodec_objects.c
gst-libs/gst/vaapi/gstvaapicodec_objects.h
gst-libs/gst/vaapi/gstvaapidecoder_objects.c
gst-libs/gst/vaapi/gstvaapidecoder_objects.h
gst-libs/gst/vaapi/gstvaapidecoder_vp8.c [new file with mode: 0644]
gst-libs/gst/vaapi/gstvaapidecoder_vp8.h [new file with mode: 0644]
gst-libs/gst/vaapi/gstvaapiprofile.c
gst-libs/gst/vaapi/gstvaapiprofile.h
gst/vaapi/gstvaapidecode.c