summaryrefslogtreecommitdiff
path: root/gst/gstallocator.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-2/+3
2014-06-19gst: Store more basic type GTypes in variablesSebastian Dröge1-1/+1
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-5/+5
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2013-08-13sysmem: Only copy the requested part of memory instead of the complete source...Sebastian Dröge1-6/+3
2013-07-08allocator: fix type of gst_memory_alignment to match declarationTim-Philipp Müller1-4/+4
2013-07-03Add few missing allow-none annotationNicolas Dufresne1-1/+1
2013-03-27buffer: Add annotations and pygi friendly extraction functionOlivier Crête1-4/+5
2013-02-26allocator: small internal cleanupsWim Taymans1-46/+45
2013-02-15allocator: improve fallback copy functionWim Taymans1-1/+6
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-22allocator: fix memory leak in _fallback_mem_copyMiguel Angel Cabrera Moya1-0/+1
2012-08-20allocator: make a copy with the same alignmentWim Taymans1-2/+2
2012-08-08allocator: Set the alignment at the correct place in GstAllocationParamsSebastian Dröge1-1/+1
2012-08-04buffer, defaultmem: add option to poison memory before freeing itTim-Philipp Müller1-1/+9
2012-07-27allocator: remove user_data from alloc vmethodWim Taymans1-2/+2
2012-07-09memory: Make GstAllocator a GstObjectWim Taymans1-0/+618