summaryrefslogtreecommitdiff
path: root/gst/gstvalue.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-30value: fix caps serialization when there are caps inside capsThiago Santos1-3/+12
2013-07-24value: Fix copy&paste mistakes in the bitmask function docsSebastian Dröge1-2/+2
2013-07-22value: handle deserialisation of nonexistant enum value more gracefullyTim-Philipp Müller1-7/+11
2013-06-05gstvalue: Add _append_and_take_value() public variantsEdward Hervey1-11/+51
2013-04-18gstvalue: Add compare function for capsAndre Moreira Magalhaes (andrunko)1-1/+12
2013-03-31caps: Add new data type for handling caps features to the capsSebastian Dröge1-0/+81
2013-02-13value: Remove set-style bitmask intersection/union/subtraction functionsSebastian Dröge1-63/+2
2013-02-11gstvalue: Adding offset to GstSegment serialize/deserialize.Tim 'mithro' Ansell1-1/+2
2012-12-22gstvalue: some micro-optimisationsTim-Philipp Müller1-22/+53
2012-11-20value: Use the GLib GType for GThread if compiling against GLib 2.35.3 or newerSebastian Dröge1-0/+4
2012-11-12value: API: Add boxed type for GThreadSebastian Dröge1-0/+15
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-29value: avoid duplicates when intersecting listsTim-Philipp Müller1-1/+1
2012-09-16sample: add serialisation/deserialisation functions for GstSampleTim-Philipp Müller1-5/+159
2012-08-29value: fix crash serialising a 0 flags value when there's no name for itAlban Browaeys1-1/+4
2012-08-13value: when serialising arrays or lists, handle types we can't serialise more...Tim-Philipp Müller1-4/+10
2012-07-20value: add GstTagList serialisation/deserialisationTim-Philipp Müller1-0/+48
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-16/+0
2012-07-07value: use datetime serialise/deserialise functions for datetimesTim-Philipp Müller1-30/+9
2012-06-27datetime: fix compare functionTim-Philipp Müller1-9/+2
2012-06-23value: fix int64 - int64 range intersection on big endian systemsTim-Philipp Müller1-3/+6
2012-06-23sample: add compare function for GstSampleTim-Philipp Müller1-5/+45
2012-06-23value: fix buffer compare functionTim-Philipp Müller1-3/+3
2012-04-16segment: add rude serializationWim Taymans1-0/+70
2012-03-29docs: update more documentationWim Taymans1-0/+9
2012-03-15memory: group allocation parameters in a structWim Taymans1-1/+1
2012-03-08value: remove gst_value_register_{subtract,union,intersect}_func() APITim-Philipp Müller1-9/+55
2012-02-17gstvalue: Remove useless assignmentEdward Hervey1-1/+1
2012-02-17gstvalue: Gracefully handle NULL GvalueEdward Hervey1-0/+5
2012-01-31don't do logic in g_assert...Wim Taymans1-4/+16
2012-01-28Use macros to register boxed types thread safelyOlivier Crête1-13/+2
2012-01-25Add new GstMapInfoWim Taymans1-18/+18
2012-01-24gstvalue: handle NULL dest in bitmask/bitmask intersectionVincent Penquerc'h1-2/+4
2012-01-24gstvalue: add stepped rangesVincent Penquerc'h1-114/+612
2012-01-24gstvalue: enforce identical basic types in lists, arraysVincent Penquerc'h1-13/+73
2012-01-12Remove GST_TYPE_DATE, our own GDate typeTim-Philipp Müller1-68/+3
2012-01-06gstvalue: Allow NULL dest when subtracting bitmaskEdward Hervey1-4/+4
2012-01-05value: Add 64-bit bitmask typeSebastian Dröge1-4/+245
2011-12-29Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey1-4/+6
2011-12-26value: micro-optimisation: avoid some unnecessary g_value_unset()Tim-Philipp Müller1-4/+6
2011-11-09Merge branch 'master' into 0.11Wim Taymans1-14/+74
2011-11-09gstvalue: consider lists and ranges equal if they hold the same setVincent Penquerc'h1-14/+74
2011-11-07Merge branch 'master' into 0.11Wim Taymans1-40/+115
2011-11-07gstvalue: quicker version of intersection when we do not need the resultVincent Penquerc'h1-26/+68
2011-11-07gstvalue: quicker test for substraction emptinessVincent Penquerc'h1-14/+47
2011-10-19introspection: Skip GType and GValue transform apisJohan Dahlin1-3/+3
2011-10-11gst: More 'transfer' annotationsEdward Hervey1-1/+1
2011-09-08Merge branch 'master' into 0.11Sebastian Dröge1-3/+3
2011-09-07docs, gst: typo fixesPiotr Fusik1-3/+3
2011-08-29gst: add some _priv prefixes to private methodsWim Taymans1-1/+1