summaryrefslogtreecommitdiff
path: root/libs/gst/base/gstadapter.h
AgeCommit message (Expand)AuthorFilesLines
2015-03-14adapter: add gst_adapter_take_buffer_list()Tim-Philipp Müller1-0/+1
2014-03-15adapter: Adapt gst_adapter_copy() for bindingsSebastian Rasmussen1-0/+2
2013-07-16adapter: Add function to return buffer composed of multiple memoriesOlivier Crête1-0/+1
2013-02-12adapter: Add gst_adapter_prev_[pd]ts_at_offset()David Schleef1-0/+2
2013-01-02adapter: return gssize from gst_adapter_masked_scan_* functionsThijs Vermeir1-2/+2
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-05-01adapter: make internals privateWim Taymans1-29/+2
2011-11-26Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-1/+1
2011-11-26libs: sprinkle some G_GNUC_MALLOCTim-Philipp Müller1-1/+1
2011-11-22adapter: fix return type of _map() to gconstpointerMatej Knopp1-1/+1
2011-11-10adapter: remove flush from _unmapWim Taymans1-1/+1
2011-11-10adapter: use gpointer for return typesWim Taymans1-4/+4
2011-10-28adapter: use pts/dts on buffersWim Taymans1-1/+2
2011-03-28memory: port code to new buffer data APIWim Taymans1-16/+17
2011-02-22libs: cleanups for 0.11Wim Taymans1-6/+2
2010-10-16docs: fix misc. gtk-doc warnings in libsTim-Philipp Müller1-1/+0
2010-09-17adapter: add function to get a list of buffersWim Taymans1-0/+1
2010-06-14adapter: add extended masked_scan_uint32_peek that also provides matching valueMark Nauwelaerts1-0/+2
2009-09-07adapter: fix whitespaceWim Taymans1-19/+19
2009-05-20adapter: add _masked_scan_uint32Wim Taymans1-0/+4
2009-05-13adapter: move new member to private structWim Taymans1-7/+6
2009-05-13adapter: add method to keep track of timestampsWim Taymans1-1/+9
2009-05-13adapter: small cleanupsWim Taymans1-1/+2
2007-01-25API: gst_adapter_copy() that can reduce the amount of memcpy when getting dat...David Schleef1-0/+2
2006-11-09Do some optimisation work in GstAdapter to avoid copies in more cases.Jan Schmidt1-1/+4
2006-05-04docs/libs/gstreamer-libs-sections.txt: API: addition: gst_adapter_take_buffer()Wim Taymans1-1/+2
2006-04-08Fix broken GObject macrosStefan Kost1-2/+1
2005-12-18libs/gst/: Documentation updates.Wim Taymans1-0/+1
2005-11-24Doc fixes.Wim Taymans1-0/+5
2005-11-09gst/elements/gstfilesink.c (gst_file_sink_start)Andy Wingo1-1/+1
2005-09-11various doc fixesThomas Vander Stichele1-4/+7
2005-08-16gst/base/gstadapter.*: New function, like peek() but you own the data. Not te...Andy Wingo1-0/+1
2005-08-08gst/: Add padding to our base elements' class and instance structs and to Gst...Tim-Philipp Müller1-0/+2
2005-08-04gst/base/gstadapter.h: Added gst_adapter_get_type() to the headerEdward Hervey1-1/+1
2005-05-18gst/base/: Ported and added adapter to the base classes.Wim Taymans1-0/+75