summaryrefslogtreecommitdiff
path: root/gst/gstvalue.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-07value: free caps during failureVineeth TM1-7/+3
2015-06-14doc: More doc warning fixesNicolas Dufresne1-1/+1
2015-06-03gstvalue: Implement gst_value_is_subset() for flagsetsJan Schmidt1-0/+28
2015-05-25gstvalue: Add GstFlagSet typeJan Schmidt1-79/+560
2015-05-20gstvalue: Add a comparision function for GstStructuresThibault Saunier1-1/+13
2015-04-13gstvalue: reset errno before g_ascii_strtoull callHyunjun Ko1-0/+1
2015-03-27gstvalue: only unwrap string delimited with "Luis de Bethencourt1-1/+2
2014-10-20gstvalue: Tidy initialisationJan Schmidt1-274/+124
2014-09-25fixme: bump leftover 0.11 fixme commentsStefan Sauer1-1/+1
2014-07-21gstvalue: add GstTagList compare functionThiago Santos1-1/+11
2014-07-09docs: Fix documentation typos and inconsistenciesSebastian Rasmussen1-1/+1
2014-06-26introspection: add nullability annotations to out and inout paramsEvan Nemerson1-5/+8
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-1/+2
2014-06-19gstvalue: optimise checks for listsTim-Philipp Müller1-37/+29
2014-06-19gstvalue: use g_assert() in internal function for already-checked thingsTim-Philipp Müller1-3/+3
2014-06-19gstvalue: add internal _can_compare_unchecked()Tim-Philipp Müller1-6/+12
2014-06-19gstvalue: add internal _list_concat() that takes ownership of input valuesTim-Philipp Müller1-17/+58
2014-06-19value: Add a FIXME 2.0 for a fraction ranges optimizationSebastian Dröge1-0/+9
2014-06-19value: Make sure to cast int range values to guints before storing themSebastian Dröge1-14/+18
2014-06-19value: Store integer ranges directly in a GValue without additional allocationSebastian Dröge1-51/+38
2014-06-19value: Store our fundamental type GTypes in variablesSebastian Dröge1-5/+8
2014-06-17gstvalue: Speed up gst_value_intersect/_subtractEdward Hervey1-14/+25
2014-06-03datetime: change internal implementation to mini objectTim-Philipp Müller1-3/+0
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-21/+21
2014-05-08value: Add support for GstAllocationParams comparisionNicolas Dufresne1-0/+39
2014-05-08value: Add support for GObject comparising in structuresNicolas Dufresne1-0/+30
2014-05-04value: init flag mask more correctlyTim-Philipp Müller1-1/+1
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-04-22value: Use an unsigned 64 bit integer as a maskSebastian Dröge1-1/+1
2014-04-17gstvalue: Prevent division or modulo by zeroEdward Hervey1-0/+2
2014-04-05gstvalue: Prevent division or modulo by zeroEdward Hervey1-0/+20
2014-04-05gstvalue: Fix comparison of int/int64 rangeHaakon Sporsheim1-4/+4
2013-12-10gstvalue: Fix comparision of double rangeEdward Hervey1-1/+1
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-4/+4
2013-12-03docs: add missing docs, fixing doc errorsSebastian Rasmussen1-2/+1
2013-11-13value: Lists with all equal elements are equal to a single valueSebastian Dröge1-6/+33
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