summaryrefslogtreecommitdiff
path: root/gst/gstbufferlist.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-17bufferlist: add gst_buffer_list_calculate_size()Tim-Philipp Müller1-0/+29
2017-09-17bufferlist: add gst_buffer_list_get_writable()Tim-Philipp Müller1-0/+32
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-0/+1
2015-06-24bufferlist: Warn if copying a buffer fails in gst_buffer_list_copy_deep()Sebastian Dröge1-1/+10
2015-06-24bufferlist: add new api gst_buffer_list_copy_deepHyunjun Ko1-0/+30
2015-04-08bufferlist: make sure list is writable before adding or removing buffersPrashant Gotarne1-0/+2
2015-04-08bufferlist: minor docs addition for gst_buffer_list_get()Prashant Gotarne1-1/+1
2014-07-24bufferlist: pre-allocate buffer array in one go with the buffer listTim-Philipp Müller1-42/+104
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-2/+3
2014-06-16bufferlist: fix buffer leak in _remove()Tim-Philipp Müller1-2/+9
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-1/+1
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-23bufferlist: pass index as gint to _insertWim Taymans1-2/+2
2012-07-17bufferlist: improve foreach functionWim Taymans1-4/+8
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-12/+0
2012-07-05miniobject: add lock functionality to GstMiniObjectWim Taymans1-1/+1
2012-06-23miniobjects: pass copy, dispose and free function to gst_mini_object_init()Tim-Philipp Müller1-4/+3
2012-06-15docs: improve API docsWim Taymans1-0/+7
2012-06-15bufferlist: no need to store the size of the structure inside the structureTim-Philipp Müller1-7/+3
2012-06-14miniobject: remove the size fieldWim Taymans1-3/+6
2012-03-29docs: update more documentationWim Taymans1-0/+9
2012-03-28review some docsWim Taymans1-0/+5
2011-12-22bufferlist: small doc fixWim Taymans1-2/+2
2011-11-23bufferlist: avoid reading past the arrayWim Taymans1-0/+1
2011-11-02bufferlist: clean up APIWim Taymans1-6/+6
2011-09-26docs: fix docsWim Taymans1-1/+1
2011-08-29miniobject: change to GST_DEFINE_MINI_OBJECT_TYPEWim Taymans1-1/+1
2011-08-29init: add _get_type() functionsWim Taymans1-3/+3
2011-08-29gst: add some _priv prefixes to private methodsWim Taymans1-1/+1
2011-05-05Merge branch 'master' into 0.11Sebastian Dröge1-1/+0
2011-05-03docs: we don't need to document private members in opaque structsStefan Kost1-1/+0
2011-04-19bufferlist: Implement gst_buffer_list_foreach()Sebastian Dröge1-0/+29
2011-04-16Merge branch 'master' into 0.11Sebastian Dröge1-1/+1
2011-04-14bufferlist: Add boxed type for GstBufferListIterator for gobject-introspectionSebastian Dröge1-0/+27
2011-04-14gst: Add some more gobject-introspection annotationsSebastian Dröge1-3/+3
2011-03-31bufferlist: simplify bufferlistsWim Taymans1-708/+80
2011-03-28buffer: fix remaining unit testsWim Taymans1-8/+7
2011-03-28memory: more fixesWim Taymans1-8/+15
2011-03-17Merge branch 'master' into 0.11Sebastian Dröge1-31/+46
2011-03-11bufferlist: Use a GQueue instead of a GListJonas Holmberg1-32/+43
2011-02-23miniobject: cleanupsWim Taymans1-7/+13
2011-02-23improve type registrationWim Taymans1-13/+4
2011-02-23fix compilationWim Taymans1-1/+0
2011-02-23miniobject: work on making caps a boxed typeWim Taymans1-44/+33
2010-12-17gst: documentation fixups and annotationEdward Hervey1-1/+1
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-13/+23
2010-09-17bufferlist: add function to add a list of buffersWim Taymans1-0/+46
2010-08-08bufferlist: Initialize the GType cache for the bufferlist againSebastian Dröge1-1/+4
2010-08-06bufferlist: Don't chain up finalize to the parent classSebastian Dröge1-1/+2