summaryrefslogtreecommitdiff
path: root/gst/gstvalue.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix documentation typos and inconsistenciesSebastian Rasmussen2014-07-091-1/+1
* introspection: add nullability annotations to out and inout paramsEvan Nemerson2014-06-261-5/+8
* introspection: add missing (nullable) annotations to return valuesEvan Nemerson2014-06-261-1/+2
* gstvalue: optimise checks for listsTim-Philipp Müller2014-06-191-37/+29
* gstvalue: use g_assert() in internal function for already-checked thingsTim-Philipp Müller2014-06-191-3/+3
* gstvalue: add internal _can_compare_unchecked()Tim-Philipp Müller2014-06-191-6/+12
* gstvalue: add internal _list_concat() that takes ownership of input valuesTim-Philipp Müller2014-06-191-17/+58
* value: Add a FIXME 2.0 for a fraction ranges optimizationSebastian Dröge2014-06-191-0/+9
* value: Make sure to cast int range values to guints before storing themSebastian Dröge2014-06-191-14/+18
* value: Store integer ranges directly in a GValue without additional allocationSebastian Dröge2014-06-191-51/+38
* value: Store our fundamental type GTypes in variablesSebastian Dröge2014-06-191-5/+8
* gstvalue: Speed up gst_value_intersect/_subtractEdward Hervey2014-06-171-14/+25
* datetime: change internal implementation to mini objectTim-Philipp Müller2014-06-031-3/+0
* docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson2014-05-301-21/+21
* value: Add support for GstAllocationParams comparisionNicolas Dufresne2014-05-081-0/+39
* value: Add support for GObject comparising in structuresNicolas Dufresne2014-05-081-0/+30
* value: init flag mask more correctlyTim-Philipp Müller2014-05-041-1/+1
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-261-2/+0
* value: Use an unsigned 64 bit integer as a maskSebastian Dröge2014-04-221-1/+1
* gstvalue: Prevent division or modulo by zeroEdward Hervey2014-04-171-0/+2
* gstvalue: Prevent division or modulo by zeroEdward Hervey2014-04-051-0/+20
* gstvalue: Fix comparison of int/int64 rangeHaakon Sporsheim2014-04-051-4/+4
* gstvalue: Fix comparision of double rangeEdward Hervey2013-12-101-1/+1
* docs: Fix typos in function/object descriptionsSebastian Rasmussen2013-12-071-4/+4
* docs: add missing docs, fixing doc errorsSebastian Rasmussen2013-12-031-2/+1
* value: Lists with all equal elements are equal to a single valueSebastian Dröge2013-11-131-6/+33
* value: fix caps serialization when there are caps inside capsThiago Santos2013-09-301-3/+12
* value: Fix copy&paste mistakes in the bitmask function docsSebastian Dröge2013-07-241-2/+2
* value: handle deserialisation of nonexistant enum value more gracefullyTim-Philipp Müller2013-07-221-7/+11
* gstvalue: Add _append_and_take_value() public variantsEdward Hervey2013-06-051-11/+51
* gstvalue: Add compare function for capsAndre Moreira Magalhaes (andrunko)2013-04-181-1/+12
* caps: Add new data type for handling caps features to the capsSebastian Dröge2013-03-311-0/+81
* value: Remove set-style bitmask intersection/union/subtraction functionsSebastian Dröge2013-02-131-63/+2
* gstvalue: Adding offset to GstSegment serialize/deserialize.Tim 'mithro' Ansell2013-02-111-1/+2
* gstvalue: some micro-optimisationsTim-Philipp Müller2012-12-221-22/+53
* value: Use the GLib GType for GThread if compiling against GLib 2.35.3 or newerSebastian Dröge2012-11-201-0/+4
* value: API: Add boxed type for GThreadSebastian Dröge2012-11-121-0/+15
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* value: avoid duplicates when intersecting listsTim-Philipp Müller2012-09-291-1/+1
* sample: add serialisation/deserialisation functions for GstSampleTim-Philipp Müller2012-09-161-5/+159
* value: fix crash serialising a 0 flags value when there's no name for itAlban Browaeys2012-08-291-1/+4
* value: when serialising arrays or lists, handle types we can't serialise more...Tim-Philipp Müller2012-08-131-4/+10
* value: add GstTagList serialisation/deserialisationTim-Philipp Müller2012-07-201-0/+48
* Remove 0.10-related documentation and "Since" markersEdward Hervey2012-07-101-16/+0
* value: use datetime serialise/deserialise functions for datetimesTim-Philipp Müller2012-07-071-30/+9
* datetime: fix compare functionTim-Philipp Müller2012-06-271-9/+2
* value: fix int64 - int64 range intersection on big endian systemsTim-Philipp Müller2012-06-231-3/+6
* sample: add compare function for GstSampleTim-Philipp Müller2012-06-231-5/+45
* value: fix buffer compare functionTim-Philipp Müller2012-06-231-3/+3
* segment: add rude serializationWim Taymans2012-04-161-0/+70