gstreamer/libs/gst
Tim-Philipp Müller 6b64d41937 bytereader: add a bunch of utility functions for strings and a data dup function
API: gst_byte_reader_dup_data
API: gst_byte_reader_dup_string
API: gst_byte_reader_dup_string_utf8
API: gst_byte_reader_dup_string_utf16
API: gst_byte_reader_dup_string_utf32
API: gst_byte_reader_skip_string
API: gst_byte_reader_skip_string_utf8
API: gst_byte_reader_skip_string_utf16
API: gst_byte_reader_skip_string_utf32
API: gst_byte_reader_peek_string
API: gst_byte_reader_peek_string_utf8
API: gst_byte_reader_get_string
API: gst_byte_reader_get_string_utf8

And some basic unit tests. Fixes #586568.
2009-06-23 02:17:48 +01:00
..
base bytereader: add a bunch of utility functions for strings and a data dup function 2009-06-23 02:17:48 +01:00
check gstcheck: Call gst_check_init() before creating the suite 2009-04-02 10:44:23 +02:00
controller controller: add G_LIKELY and join two if for same condition 2009-05-22 14:21:39 +03:00
dataprotocol Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
net Fix signed when compiling with MSys/MinGW 2009-02-23 12:33:13 +01:00
Makefile.am Build the net library if we have winsock2. 2008-07-29 00:45:29 +00:00