summaryrefslogtreecommitdiff
path: root/gst/gstmemory.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-2/+2
2014-06-19gst: Store more basic type GTypes in variablesSebastian Dröge1-0/+7
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-3/+3
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-04-16memory/buffer: Initialise GstMapInfo to zeroes if mapping failsSebastian Dröge1-0/+2
2013-11-04memory: explicitly cast to GstLockFlags to avoid compiler warningsAlessandro Decina1-3/+3
2013-02-26memory: add method to check memory typeWim Taymans1-0/+21
2013-02-26memory: don't unref allocator too soonWim Taymans1-3/+7
2013-02-24memory: Keep a reference to the allocatorSebastian Dröge1-1/+2
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-09memory: Make GstAllocator a GstObjectWim Taymans1-533/+6
2012-07-09memory: remove unused macrosWim Taymans1-7/+0
2012-07-06memory: expose the GstAllocation structureWim Taymans1-66/+24
2012-07-05memory: add gst_memory_init()Wim Taymans1-30/+62
2012-07-05miniobject: add lock functionality to GstMiniObjectWim Taymans1-121/+3
2012-07-05memory: fix is_exclusiveWim Taymans1-3/+8
2012-07-05memory: small cleanupWim Taymans1-1/+1
2012-07-05memory: Fix the NO_SHARE flag in the constructorWim Taymans1-1/+0
2012-07-05memory: only check the locking refcountWim Taymans1-1/+1
2012-07-05memory: cleanup the locking codeWim Taymans1-28/+38
2012-07-05memory: expose the internal locking apiWim Taymans1-16/+59
2012-06-23miniobjects: pass copy, dispose and free function to gst_mini_object_init()Tim-Philipp Müller1-8/+6
2012-06-15alllocator: no need to store structure size inside the structureTim-Philipp Müller1-4/+1
2012-06-14miniobject: remove the size fieldWim Taymans1-6/+9
2012-06-14memory: make GstMemory a miniobjectWim Taymans1-84/+28
2012-06-14memory: fix copy functionWim Taymans1-29/+13
2012-06-14memory: make GstAllocator a miniobjectWim Taymans1-61/+47
2012-05-04memory: add missing parameter to default_mem_map()Sreerenj Balachandran1-1/+1
2012-04-16memory: add size to debug logWim Taymans1-2/+5
2012-03-29docs: update more documentationWim Taymans1-12/+7
2012-03-15memory: group allocation parameters in a structWim Taymans1-27/+92
2012-03-15memory: fix maxsize after alignWim Taymans1-3/+8
2012-03-14memory: Add 0 paddingWim Taymans1-12/+45
2012-03-08memory: add commentWim Taymans1-0/+1
2012-02-23spelling fixDavid Schleef1-1/+1
2012-02-22memory: make _new_wrapped take user_data and notifyWim Taymans1-14/+22
2012-02-18memory: fix more docsWim Taymans1-5/+5
2012-02-13memory: more work on refcount and writabilityWim Taymans1-22/+21
2012-02-02memory: add debug and trace for GstMemoryWim Taymans1-24/+69
2012-02-02memory: add some performce debug infoWim Taymans1-0/+2
2012-01-30memory: add memory typeWim Taymans1-0/+17
2012-01-30memory: add boxed GType for the allocatorWim Taymans1-0/+3
2012-01-30memory: make the allocator refcountedWim Taymans1-44/+124
2012-01-27memory: avoid memory leakWim Taymans1-0/+11
2012-01-26gstmemory: add missing parameterAndoni Morales Alastruey1-1/+1
2012-01-25memory: add flags to the mapinfoWim Taymans1-0/+1
2012-01-25memory: make guint8 * for easy usageWim Taymans1-2/+2
2012-01-25memory: add method to create mapped memoryWim Taymans1-0/+47
2012-01-25Add new GstMapInfoWim Taymans1-36/+39
2012-01-19memory improvementsWim Taymans1-143/+132