index
:
~bilboed/gstreamer
1.12
design
fastqueue-1.0
master
uridecodebin3-1.12
Personal copy of GStreamer (core)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
gstmemory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-27
Port gtk-doc comments to their equivalent markdown syntax
Thibault Saunier
1
-0
/
+1
2016-11-21
memory: log with GST_INFO instead GST_ERROR when subclass map failed.
Julien Isorce
1
-2
/
+3
2015-06-12
memory: provide a mem_map_full that takes the GstMapInfo
Matthew Waters
1
-6
/
+10
2015-06-03
memory: provide a mem_unmap function that takes the flags to unmap
Matthew Waters
1
-1
/
+4
2015-06-03
memory: gst_memory_share may fail to exclusively lock the parent memory
Matthew Waters
1
-0
/
+21
2015-04-06
memory: add check for writablity in resize
Prashant Gotarne
1
-0
/
+1
2015-04-02
memory: improve docs for _copy() and _share()
Ilya Konstantinov
1
-8
/
+8
2014-06-26
introspection: add missing (nullable) annotations to return values
Evan Nemerson
1
-2
/
+2
2014-06-19
gst: Store more basic type GTypes in variables
Sebastian Dröge
1
-0
/
+7
2014-05-30
docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSE
Evan Nemerson
1
-3
/
+3
2014-04-26
docs: remove outdated and pointless 'Last reviewed' lines from docs
Tim-Philipp Müller
1
-2
/
+0
2014-04-16
memory/buffer: Initialise GstMapInfo to zeroes if mapping fails
Sebastian Dröge
1
-0
/
+2
2013-11-04
memory: explicitly cast to GstLockFlags to avoid compiler warnings
Alessandro Decina
1
-3
/
+3
2013-02-26
memory: add method to check memory type
Wim Taymans
1
-0
/
+21
2013-02-26
memory: don't unref allocator too soon
Wim Taymans
1
-3
/
+7
2013-02-24
memory: Keep a reference to the allocator
Sebastian Dröge
1
-1
/
+2
2012-11-03
Fix FSF address
Tim-Philipp Müller
1
-2
/
+2
2012-07-09
memory: Make GstAllocator a GstObject
Wim Taymans
1
-533
/
+6
2012-07-09
memory: remove unused macros
Wim Taymans
1
-7
/
+0
2012-07-06
memory: expose the GstAllocation structure
Wim Taymans
1
-66
/
+24
2012-07-05
memory: add gst_memory_init()
Wim Taymans
1
-30
/
+62
2012-07-05
miniobject: add lock functionality to GstMiniObject
Wim Taymans
1
-121
/
+3
2012-07-05
memory: fix is_exclusive
Wim Taymans
1
-3
/
+8
2012-07-05
memory: small cleanup
Wim Taymans
1
-1
/
+1
2012-07-05
memory: Fix the NO_SHARE flag in the constructor
Wim Taymans
1
-1
/
+0
2012-07-05
memory: only check the locking refcount
Wim Taymans
1
-1
/
+1
2012-07-05
memory: cleanup the locking code
Wim Taymans
1
-28
/
+38
2012-07-05
memory: expose the internal locking api
Wim Taymans
1
-16
/
+59
2012-06-23
miniobjects: pass copy, dispose and free function to gst_mini_object_init()
Tim-Philipp Müller
1
-8
/
+6
2012-06-15
alllocator: no need to store structure size inside the structure
Tim-Philipp Müller
1
-4
/
+1
2012-06-14
miniobject: remove the size field
Wim Taymans
1
-6
/
+9
2012-06-14
memory: make GstMemory a miniobject
Wim Taymans
1
-84
/
+28
2012-06-14
memory: fix copy function
Wim Taymans
1
-29
/
+13
2012-06-14
memory: make GstAllocator a miniobject
Wim Taymans
1
-61
/
+47
2012-05-04
memory: add missing parameter to default_mem_map()
Sreerenj Balachandran
1
-1
/
+1
2012-04-16
memory: add size to debug log
Wim Taymans
1
-2
/
+5
2012-03-29
docs: update more documentation
Wim Taymans
1
-12
/
+7
2012-03-15
memory: group allocation parameters in a struct
Wim Taymans
1
-27
/
+92
2012-03-15
memory: fix maxsize after align
Wim Taymans
1
-3
/
+8
2012-03-14
memory: Add 0 padding
Wim Taymans
1
-12
/
+45
2012-03-08
memory: add comment
Wim Taymans
1
-0
/
+1
2012-02-23
spelling fix
David Schleef
1
-1
/
+1
2012-02-22
memory: make _new_wrapped take user_data and notify
Wim Taymans
1
-14
/
+22
2012-02-18
memory: fix more docs
Wim Taymans
1
-5
/
+5
2012-02-13
memory: more work on refcount and writability
Wim Taymans
1
-22
/
+21
2012-02-02
memory: add debug and trace for GstMemory
Wim Taymans
1
-24
/
+69
2012-02-02
memory: add some performce debug info
Wim Taymans
1
-0
/
+2
2012-01-30
memory: add memory type
Wim Taymans
1
-0
/
+17
2012-01-30
memory: add boxed GType for the allocator
Wim Taymans
1
-0
/
+3
2012-01-30
memory: make the allocator refcounted
Wim Taymans
1
-44
/
+124
[next]