summaryrefslogtreecommitdiff
path: root/gst/gstutils.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-22docs: Fix up some documentation warnings.Jan Schmidt1-0/+12
2009-05-15[gstutils] Adds more safety to GST_WRITE_* and GST_READ_ macros.Thiago Santos1-2/+2
2009-03-26Remove some compatibility stuff for GLib < 2.14Sebastian Dröge1-5/+2
2009-03-18gstpad: fix gst_pad_can_link()Zeeshan Ali (Khattak)1-2/+0
2009-03-13Fix indentation of .h filesWim Taymans1-6/+9
2009-03-02API: Add gst_util_array_binary_search() for binary searchs on a sorted arraySebastian Dröge1-0/+18
2009-02-28Bump glib requirement to 2.14David Schleef1-6/+0
2009-02-22Include floating point write/read functions in the docs by working around a g...Sebastian Dröge1-0/+40
2009-01-11gst/gstutils.h: Initialize g_once_init* data with 0. Fixes bug #567225.Sebastian Dröge1-1/+1
2008-11-17gst/gstutils.h: Add G_GNUC_PURE to gst_util_uint64_scale* and the double<->ui...Sebastian Dröge1-4/+4
2008-11-04Add sequence numbers to events and messages. See #559250.Andy Wingo1-0/+3
2008-10-23API: Move float endianness conversion macros from libgstfloatcast to core as ...Sebastian Dröge1-0/+335
2008-10-07Always use the unaligned variants of GST_READ_UINT* and GST_WRITE_UINT* as it...Sebastian Dröge1-110/+134
2008-05-27API: add gst_bin_find_unlinked_pad()Tim-Philipp Müller1-0/+3
2008-05-25gst/: 'unconnected pad' -> 'unlinked pad' for consistency (#401456).Tim-Philipp Müller1-2/+2
2008-05-24API: gst_parse_launch_full()Tim-Philipp Müller1-3/+10
2008-05-09gst/gstutils.h: Try to fix 'dereferencing type-punned pointer will break stri...Tim-Philipp Müller1-4/+7
2008-05-08gst/gstutils.h: Intern the type name string, similar to what G_DEFINE_TYPE does.Sebastian Dröge1-1/+2
2008-05-08gst/gstutils.h: Make GST_BOILERPLATE thread-safe if building with GLib 2.14 o...Sebastian Dröge1-5/+16
2008-04-17gst/gstutils.*: API: Deprecate gst_atomic_int_set(), g_atomic_int_set() shoul...Sebastian Dröge1-0/+2
2008-04-10Add gst_pad_add_*_probe_full() functions with a notify callback that lets the...José Alburquerque1-9/+29
2007-12-11gst/gstutils.*: Actually its not PURE as it gets the time from elsewhere.Stefan Kost1-1/+1
2007-12-11Change GST_GET_TIMESTAMP into gst_util_get_timestamp and replace all uses as ...Stefan Kost1-0/+2
2007-07-10gst/gsttaglist.c: Fix doc syntax.Stefan Kost1-0/+2
2007-06-21Saving relocations for GTypeInfo and GstElementDetails. Fixes #437457.Stefan Kost1-13/+27
2007-05-13gst/gstutils.h: Reword some documentation.David Schleef1-12/+12
2007-05-09gst/: Maintain API and ABI when --disable-parse is used. Now that we have an ...Peter Kjellerstedt1-10/+0
2007-01-29API: add GST_ROUND_DOWN_* macros (#401781).Tim-Philipp Müller1-6/+61
2006-11-06docs/gst/gstreamer-sections.txt: add new API and fix the buildStefan Kost1-0/+1
2006-05-19API: add gst_element_seek_simple() (#342238).Tim-Philipp Müller1-0/+6
2006-03-23API: add some new utility functions:Tim-Philipp Müller1-0/+7
2006-03-20gst/gstutils.h: Add G_UNLIKELY to our boilerplate to optimise the 'already re...Jan Schmidt1-1/+1
2006-03-06gst/gstutils.h: Do proper cast here to make GST_BOILERPLATE_WITH_INTERFACEChristophe Fergeau1-1/+1
2006-02-20gst/: Make things work with --disable-parse as they do withJan Schmidt1-0/+10
2006-02-02Add new API: gst_parse_bin_from_description() and gst_bin_find_unconnected_pa...Tim-Philipp Müller1-2/+9
2006-01-02gst/gstutils.h: Add prototype for _get_type() function to GST_BOILERPLATE_FUL...Tim-Philipp Müller1-0/+2
2005-12-05fix docsThomas Vander Stichele1-2/+2
2005-12-04add tests that seem to show that the guint64/gdouble conversions are correct.Thomas Vander Stichele1-4/+24
2005-11-23API Changes.Jan Schmidt1-1/+1
2005-11-22Add underscoresMichael Smith1-1/+1
2005-11-22Add util method for scaling a clocktime by a fraction. Useful implementation ...Michael Smith1-0/+2
2005-11-21gst/: Sprinkle NULL_TERMINATED to taste.Andy Wingo1-5/+5
2005-11-19gst/gstutils.h: gst/gstutils.c (g_static_rec_cond_wait)Andy Wingo1-10/+0
2005-11-04more docs addedStefan Kost1-6/+20
2005-10-21And 2% more doc coverage.Wim Taymans1-3/+0
2005-10-20gst/: Docs and consistency fixes.Wim Taymans1-1/+1
2005-10-19gst/: API change fix.Wim Taymans1-2/+6
2005-10-15whitespace fixesThomas Vander Stichele1-1/+1
2005-10-11docs/design/part-states.txt: Some more docs.Wim Taymans1-4/+0
2005-10-10gst/base/gstbasesrc.c: use conversionsThomas Vander Stichele1-0/+8