summaryrefslogtreecommitdiff
path: root/gst/gststructure.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-16structure/caps: Add gst_{structure,caps}_filter_and_map_in_place()Sebastian Dröge1-1/+47
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-5/+5
2014-11-20structure: don't overread input when searching for "Wim Taymans1-2/+8
2014-11-07structure: remove conditional for G_VALUE_COLLECT_INITStefan Sauer1-6/+0
2014-09-25fixme: bump leftover 0.11 fixme commentsStefan Sauer1-1/+1
2014-07-01introspection: Assorted minor introspection and documentation fixesEvan Nemerson1-6/+6
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-6/+8
2014-06-19structure: simplify value type checks in gettersTim-Philipp Müller1-31/+17
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-53/+53
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-04-10structure: error out when trying to fixate a fraction near an invalid targetVincent Penquerc'h1-0/+1
2014-02-25structure: Use get_uint64() in gst_structure_get_clock_time()Sebastian Dröge1-16/+1
2014-02-25structure: Add getters for int64 and uint64 valuesSebastian Dröge1-0/+76
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-2/+2
2013-12-06docs: clarify encoding of strings in GstStructures and taglistsStewart Brodie1-1/+1
2013-09-30value: fix caps serialization when there are caps inside capsThiago Santos1-0/+12
2013-06-14structure: Add gst_structure_new_from_string()Sebastian Dröge1-1/+22
2013-04-04structure: simplify is_subset checkWim Taymans1-22/+8
2013-03-31caps: Add new data type for handling caps features to the capsSebastian Dröge1-38/+73
2013-02-13structure: Make sure that subsets have all fields of the supersetSebastian Dröge1-0/+14
2012-12-22caps, structure, taglist: micro-optimisationsTim-Philipp Müller1-4/+2
2012-12-14add debug categoryWim Taymans1-0/+6
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-16sample: add serialisation/deserialisation functions for GstSampleTim-Philipp Müller1-0/+2
2012-07-20value: add GstTagList serialisation/deserialisationTim-Philipp Müller1-0/+2
2012-07-11structure: Demote WARNING to DEBUGEdward Hervey1-2/+2
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-36/+0
2012-07-07gststructure: Set lcopy string const exactly as glib's macroSebastian Rasmussen1-1/+1
2012-07-06structure: Demote WARNING to INFOEdward Hervey1-2/+2
2012-05-17docs: fix gst_structure_to_string() docsAnton Belka1-1/+1
2012-03-29docs: update more documentationWim Taymans1-5/+6
2012-03-11structure: add allocation debugWim Taymans1-0/+6
2012-02-29structure: print a g_warning() if someone tries to construct 0.10-style raw a...Tim-Philipp Müller1-0/+8
2012-01-26gststructure: Set "transfer none" to return values that shouldn't be freedEdward Hervey1-1/+1
2012-01-24gstvalue: add stepped rangesVincent Penquerc'h1-31/+42
2012-01-13Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-4/+4
2012-01-12Remove GST_TYPE_DATE, our own GDate typeTim-Philipp Müller1-12/+4
2012-01-11gststructure: clarify _get docs about the returned referenceVincent Penquerc'h1-4/+4
2012-01-05structure: Add "bitmask" as alias for (GstBitmask) when (de-)serializing valuesSebastian Dröge1-0/+2
2011-11-08Merge branch 'master' into 0.11Wim Taymans1-4/+4
2011-11-08docs: fix Since: markers for API added after 0.10.35Tim-Philipp Müller1-4/+4
2011-11-07Merge branch 'master' into 0.11Wim Taymans1-17/+15
2011-11-07gstvalue: quicker version of intersection when we do not need the resultVincent Penquerc'h1-4/+1
2011-11-07gststructure: simplify return statement in gst_structure_can_intersectVincent Penquerc'h1-5/+2
2011-11-07gststructure: early out when we know a value cannot be a subsetVincent Penquerc'h1-1/+8
2011-11-07gstvalue: quicker test for substraction emptinessVincent Penquerc'h1-6/+2
2011-11-07gststructure: rejig test ordering for speedVincent Penquerc'h1-5/+6
2011-11-02structure: cleanup APIWim Taymans1-16/+16
2011-10-30Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+3
2011-10-29structure: identical structures are definitely equalTim-Philipp Müller1-0/+3