libs: add generic bitstream writer.
authorWind Yuan <feng.yuan@intel.com>
Mon, 29 Jul 2013 07:41:23 +0000 (15:41 +0800)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Sun, 24 Nov 2013 15:52:05 +0000 (16:52 +0100)
commit99947d05926a2d540b9b071e15b060ebe5411f7b
tree2616b2605b3f1d86b75e69808499daef7a9f360c
parent02e174c8bc473c6c2fb8b6a5ecf288839537d27e
libs: add generic bitstream writer.

GstBitWriter provides a bit writer that can write any number of bits
to a pre-allocated memory buffer. Helper functions are also provided
to write any number of bits from 8, 16, 32 and 64 bit variables.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
configure.ac
gst-libs/gst/Makefile.am
gst-libs/gst/base/Makefile.am [new file with mode: 0644]
gst-libs/gst/base/gstbitwriter.c [new file with mode: 0644]
gst-libs/gst/base/gstbitwriter.h [new file with mode: 0644]
gst-libs/gst/vaapi/Makefile.am