vp8: use range decoder from libvpx.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 13 Feb 2014 20:17:23 +0000 (21:17 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 18 Apr 2014 18:37:25 +0000 (20:37 +0200)
commitb36eade7f3203630738fa44f00d415e805077dde
tree40836ccf957ca82cf292162bc733be4501c2bfe0
parentc9299bf18bd222cc7c54d381b196fd22254cff6d
vp8: use range decoder from libvpx.

Add libvpx submodule that tracks the upstream version 1.3.0. This is
needed to build a libgstcodecparsers_vpx.so library with all symbols
placed into the GSTREAMER namespace.
12 files changed:
.gitmodules
autogen.sh
configure.ac
ext/Makefile.am
ext/libvpx/Makefile.am [new file with mode: 0644]
ext/libvpx/gstlibvpx.c [new file with mode: 0644]
ext/libvpx/gstlibvpx.h [new file with mode: 0644]
ext/libvpx/libgstcodecparsers_vpx.vers [new file with mode: 0644]
ext/libvpx/sources.frag [new file with mode: 0644]
ext/libvpx/upstream [new submodule]
gst-libs/gst/codecparsers/Makefile.am
gst-libs/gst/codecparsers/gstvaapilibvpx.c [new file with mode: 0644]