index
:
~thiagoss/gstreamer
1.4+tracer
caps-cache
cookies
dvb
flowcombiner-arrayiter
flowcombiner-callback
flowcombiner-hashtable
flowcombiner-notlinkedcount
flowcombiner_offsets
master
no-reconfigure
recursive-accept-caps
tracer
tracer-acceptcaps-reverted
gstreamer branch (contains GstCollectPads2)
thiagoss
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
gststructure.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-16
structure/caps: Add gst_{structure,caps}_filter_and_map_in_place()
Sebastian Dröge
1
-1
/
+47
2014-12-01
Don't compare booleans for equality to TRUE and FALSE
Sebastian Dröge
1
-5
/
+5
2014-11-20
structure: don't overread input when searching for "
Wim Taymans
1
-2
/
+8
2014-11-07
structure: remove conditional for G_VALUE_COLLECT_INIT
Stefan Sauer
1
-6
/
+0
2014-09-25
fixme: bump leftover 0.11 fixme comments
Stefan Sauer
1
-1
/
+1
2014-07-01
introspection: Assorted minor introspection and documentation fixes
Evan Nemerson
1
-6
/
+6
2014-06-26
introspection: add missing (nullable) annotations to return values
Evan Nemerson
1
-6
/
+8
2014-06-19
structure: simplify value type checks in getters
Tim-Philipp Müller
1
-31
/
+17
2014-05-30
docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSE
Evan Nemerson
1
-53
/
+53
2014-04-26
docs: remove outdated and pointless 'Last reviewed' lines from docs
Tim-Philipp Müller
1
-2
/
+0
2014-04-10
structure: error out when trying to fixate a fraction near an invalid target
Vincent Penquerc'h
1
-0
/
+1
2014-02-25
structure: Use get_uint64() in gst_structure_get_clock_time()
Sebastian Dröge
1
-16
/
+1
2014-02-25
structure: Add getters for int64 and uint64 values
Sebastian Dröge
1
-0
/
+76
2013-12-07
docs: Fix typos in function/object descriptions
Sebastian Rasmussen
1
-2
/
+2
2013-12-06
docs: clarify encoding of strings in GstStructures and taglists
Stewart Brodie
1
-1
/
+1
2013-09-30
value: fix caps serialization when there are caps inside caps
Thiago Santos
1
-0
/
+12
2013-06-14
structure: Add gst_structure_new_from_string()
Sebastian Dröge
1
-1
/
+22
2013-04-04
structure: simplify is_subset check
Wim Taymans
1
-22
/
+8
2013-03-31
caps: Add new data type for handling caps features to the caps
Sebastian Dröge
1
-38
/
+73
2013-02-13
structure: Make sure that subsets have all fields of the superset
Sebastian Dröge
1
-0
/
+14
2012-12-22
caps, structure, taglist: micro-optimisations
Tim-Philipp Müller
1
-4
/
+2
2012-12-14
add debug category
Wim Taymans
1
-0
/
+6
2012-11-03
Fix FSF address
Tim-Philipp Müller
1
-2
/
+2
2012-09-16
sample: add serialisation/deserialisation functions for GstSample
Tim-Philipp Müller
1
-0
/
+2
2012-07-20
value: add GstTagList serialisation/deserialisation
Tim-Philipp Müller
1
-0
/
+2
2012-07-11
structure: Demote WARNING to DEBUG
Edward Hervey
1
-2
/
+2
2012-07-10
Remove 0.10-related documentation and "Since" markers
Edward Hervey
1
-36
/
+0
2012-07-07
gststructure: Set lcopy string const exactly as glib's macro
Sebastian Rasmussen
1
-1
/
+1
2012-07-06
structure: Demote WARNING to INFO
Edward Hervey
1
-2
/
+2
2012-05-17
docs: fix gst_structure_to_string() docs
Anton Belka
1
-1
/
+1
2012-03-29
docs: update more documentation
Wim Taymans
1
-5
/
+6
2012-03-11
structure: add allocation debug
Wim Taymans
1
-0
/
+6
2012-02-29
structure: print a g_warning() if someone tries to construct 0.10-style raw a...
Tim-Philipp Müller
1
-0
/
+8
2012-01-26
gststructure: Set "transfer none" to return values that shouldn't be freed
Edward Hervey
1
-1
/
+1
2012-01-24
gstvalue: add stepped ranges
Vincent Penquerc'h
1
-31
/
+42
2012-01-13
Merge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller
1
-4
/
+4
2012-01-12
Remove GST_TYPE_DATE, our own GDate type
Tim-Philipp Müller
1
-12
/
+4
2012-01-11
gststructure: clarify _get docs about the returned reference
Vincent Penquerc'h
1
-4
/
+4
2012-01-05
structure: Add "bitmask" as alias for (GstBitmask) when (de-)serializing values
Sebastian Dröge
1
-0
/
+2
2011-11-08
Merge branch 'master' into 0.11
Wim Taymans
1
-4
/
+4
2011-11-08
docs: fix Since: markers for API added after 0.10.35
Tim-Philipp Müller
1
-4
/
+4
2011-11-07
Merge branch 'master' into 0.11
Wim Taymans
1
-17
/
+15
2011-11-07
gstvalue: quicker version of intersection when we do not need the result
Vincent Penquerc'h
1
-4
/
+1
2011-11-07
gststructure: simplify return statement in gst_structure_can_intersect
Vincent Penquerc'h
1
-5
/
+2
2011-11-07
gststructure: early out when we know a value cannot be a subset
Vincent Penquerc'h
1
-1
/
+8
2011-11-07
gstvalue: quicker test for substraction emptiness
Vincent Penquerc'h
1
-6
/
+2
2011-11-07
gststructure: rejig test ordering for speed
Vincent Penquerc'h
1
-5
/
+6
2011-11-02
structure: cleanup API
Wim Taymans
1
-16
/
+16
2011-10-30
Merge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller
1
-0
/
+3
2011-10-29
structure: identical structures are definitely equal
Tim-Philipp Müller
1
-0
/
+3
[next]