gstreamer/libs/gst
Sebastian Dröge 69ef479ce4 bytewriter: Add unchecked variants of the writing functions
These don't check if there's enough free space available and are
available as inline functions only.

API: gst_byte_writer_put_int8_unchecked
API: gst_byte_writer_put_int16_be_unchecked
API: gst_byte_writer_put_int16_le_unchecked
API: gst_byte_writer_put_int24_be_unchecked
API: gst_byte_writer_put_int24_le_unchecked
API: gst_byte_writer_put_int32_be_unchecked
API: gst_byte_writer_put_int32_le_unchecked
API: gst_byte_writer_put_int64_be_unchecked
API: gst_byte_writer_put_int64_le_unchecked
API: gst_byte_writer_put_uint8_unchecked
API: gst_byte_writer_put_uint16_be_unchecked
API: gst_byte_writer_put_uint16_le_unchecked
API: gst_byte_writer_put_uint24_be_unchecked
API: gst_byte_writer_put_uint24_le_unchecked
API: gst_byte_writer_put_uint32_be_unchecked
API: gst_byte_writer_put_uint32_le_unchecked
API: gst_byte_writer_put_uint64_be_unchecked
API: gst_byte_writer_put_uint64_le_unchecked
API: gst_byte_writer_put_float32_be_unchecked
API: gst_byte_writer_put_float32_le_unchecked
API: gst_byte_writer_put_float64_be_unchecked
API: gst_byte_writer_put_float64_le_unchecked
API: gst_byte_writer_put_data_unchecked
API: gst_byte_writer_fill_unchecked
2010-10-08 12:19:45 +02:00
..
base bytewriter: Add unchecked variants of the writing functions 2010-10-08 12:19:45 +02:00
check build: use new AG_GST_PKG_CONFIG_PATH m4 macro from common 2010-09-01 17:08:58 +01:00
controller controller, dataprotocol: make public enum _get_type() functions thread-safe 2010-10-08 09:34:47 +01:00
dataprotocol controller, dataprotocol: make public enum _get_type() functions thread-safe 2010-10-08 09:34:47 +01:00
helpers build: when building executables, put libs to link to into LDADD instead of LDFLAGS 2010-04-14 11:23:37 +01:00
net build: use new AG_GST_PKG_CONFIG_PATH m4 macro from common 2010-09-01 17:08:58 +01:00
Makefile.am registry: Add registry helper phase 1 2009-10-06 19:51:42 +01:00