tee: Check for the removed pad flag also in the slow pushing path
[platform/upstream/gstreamer.git] / gst / gstvalue.c
2018-05-01 luz.pazFix typos in comments and docs
2018-01-27 Arun Raghavangst: Fix up a bunch of GIR annotations
2017-12-02 Tim-Philipp MüllerMove GstAggregator from -bad to core
2017-11-23 Tim-Philipp Müllergstvalue: allocate slightly larger than needed tables...
2017-08-26 Thibault Sauniervalue: Handle serializing NULL GValueArray
2017-04-10 Olivier Crêtevalue: Accept NULL as a structure
2017-03-31 Vincent Penquerc'hgstvalue: fix GstValue leak in structure_field_union_into
2017-03-24 Nicolas Dufresnegstvalue: Add transformation to/from GValueArray
2017-03-20 Vincent Penquerc'hvalue: fix union of int range and int when extending...
2017-03-09 Jan Schmidtgstvalue: Do more checks when guessing at flagset strings
2017-02-23 Vivia Nikolaidouvalue: Add deserialization for arrays/lists outside...
2017-02-23 Sebastian Drögevalue: Add a type abbreviation for GstFlagSet in serial...
2017-02-23 Vivia Nikolaidouvalue: Always add the type name to elements when serial...
2017-02-23 Vivia Nikolaidouvalue: Move list/array serialization/deserialization...
2017-01-27 Thibault SaunierPort gtk-doc comments to their equivalent markdown...
2016-12-15 Matthew Watersvalue: add structure intersect/union/is_subset/fixate...
2016-12-13 Stefan Sauergstvalue: add serialisation for GTypes
2016-11-28 Tim-Philipp MüllerMove dataurisrc element from -bad
2016-11-02 Jan Schmidtdynamic types: Implement dynamic types in the registry
2016-11-01 Sebastian Drögevalue: Update GstValue table size for GValueArray
2016-11-01 Stian Selnesgstvalue: Make GValueArray serializable
2016-08-25 Jan Schmidtvalue: Implement can_intersect for GstFlagSet types
2016-01-20 Stefan Sauergstvalue: remove a half finishesh sentence in the docs
2016-01-20 Stefan Sauertracer: add an internal ptr format for tracer serialisation
2016-01-18 Tim-Philipp Müllervalue: fail flag deserialization on invalid flag names
2015-10-02 Sebastian DrögeUpdate GLib dependency to 2.40.0
2015-08-07 Vineeth TMvalue: free caps during failure
2015-06-14 Nicolas Dufresnedoc: More doc warning fixes
2015-06-02 Jan Schmidtgstvalue: Implement gst_value_is_subset() for flagsets
2015-05-25 Jan Schmidtgstvalue: Add GstFlagSet type
2015-05-20 Thibault Sauniergstvalue: Add a comparision function for GstStructures
2015-04-13 Hyunjun Kogstvalue: reset errno before g_ascii_strtoull call
2015-03-27 Luis de Bethencourtgstvalue: only unwrap string delimited with "
2014-10-20 Jan Schmidtgstvalue: Tidy initialisation
2014-09-25 Stefan Sauerfixme: bump leftover 0.11 fixme comments
2014-07-21 Thiago Santosgstvalue: add GstTagList compare function
2014-07-09 Sebastian Rasmussendocs: Fix documentation typos and inconsistencies
2014-06-26 Evan Nemersonintrospection: add nullability annotations to out and...
2014-06-26 Evan Nemersonintrospection: add missing (nullable) annotations to...
2014-06-19 Tim-Philipp Müllergstvalue: optimise checks for lists
2014-06-19 Tim-Philipp Müllergstvalue: use g_assert() in internal function for alrea...
2014-06-19 Tim-Philipp Müllergstvalue: add internal _can_compare_unchecked()
2014-06-19 Tim-Philipp Müllergstvalue: add internal _list_concat() that takes owners...
2014-06-19 Sebastian Drögevalue: Add a FIXME 2.0 for a fraction ranges optimization
2014-06-19 Sebastian Drögevalue: Make sure to cast int range values to guints...
2014-06-19 Sebastian Drögevalue: Store integer ranges directly in a GValue withou...
2014-06-19 Sebastian Drögevalue: Store our fundamental type GTypes in variables
2014-06-17 Edward Herveygstvalue: Speed up gst_value_intersect/_subtract
2014-06-03 Tim-Philipp Müllerdatetime: change internal implementation to mini object
2014-05-29 Evan Nemersondocs: convert NULL, TRUE, and FALSE to %NULL, %TRUE...
2014-05-08 Nicolas Dufresnevalue: Add support for GstAllocationParams comparision
2014-05-08 Nicolas Dufresnevalue: Add support for GObject comparising in structures
2014-05-04 Tim-Philipp Müllervalue: init flag mask more correctly
2014-04-26 Tim-Philipp Müllerdocs: remove outdated and pointless 'Last reviewed...
2014-04-22 Sebastian Drögevalue: Use an unsigned 64 bit integer as a mask
2014-04-17 Edward Herveygstvalue: Prevent division or modulo by zero
2014-04-05 Edward Herveygstvalue: Prevent division or modulo by zero
2014-04-05 Haakon Sporsheimgstvalue: Fix comparison of int/int64 range
2013-12-10 Edward Herveygstvalue: Fix comparision of double range
2013-12-07 Sebastian Rasmussendocs: Fix typos in function/object descriptions
2013-12-03 Sebastian Rasmussendocs: add missing docs, fixing doc errors
2013-11-13 Sebastian Drögevalue: Lists with all equal elements are equal to a...
2013-09-30 Thiago Santosvalue: fix caps serialization when there are caps insid...
2013-07-24 Sebastian Drögevalue: Fix copy&paste mistakes in the bitmask function...
2013-07-22 Tim-Philipp Müllervalue: handle deserialisation of nonexistant enum value...
2013-06-05 Edward Herveygstvalue: Add _append_and_take_value() public variants
2013-04-18 Andre Moreira Maga... gstvalue: Add compare function for caps
2013-03-31 Sebastian Drögecaps: Add new data type for handling caps features...
2013-02-13 Sebastian Drögevalue: Remove set-style bitmask intersection/union...
2013-02-11 Tim 'mithro' Ansellgstvalue: Adding offset to GstSegment serialize/deseria...
2012-12-22 Tim-Philipp Müllergstvalue: some micro-optimisations
2012-11-20 Sebastian Drögevalue: Use the GLib GType for GThread if compiling...
2012-11-12 Sebastian Drögevalue: API: Add boxed type for GThread
2012-11-03 Tim-Philipp MüllerFix FSF address
2012-09-29 Tim-Philipp Müllervalue: avoid duplicates when intersecting lists
2012-09-16 Tim-Philipp Müllersample: add serialisation/deserialisation functions...
2012-08-29 Alban Browaeysvalue: fix crash serialising a 0 flags value when there...
2012-08-12 Tim-Philipp Müllervalue: when serialising arrays or lists, handle types...
2012-07-20 Tim-Philipp Müllervalue: add GstTagList serialisation/deserialisation
2012-07-10 Edward HerveyRemove 0.10-related documentation and "Since" markers
2012-07-07 Tim-Philipp Müllervalue: use datetime serialise/deserialise functions...
2012-06-27 Tim-Philipp Müllerdatetime: fix compare function
2012-06-23 Tim-Philipp Müllervalue: fix int64 - int64 range intersection on big...
2012-06-23 Tim-Philipp Müllersample: add compare function for GstSample
2012-06-23 Tim-Philipp Müllervalue: fix buffer compare function
2012-04-17 Mark NauwelaertsMerge remote-tracking branch 'origin/0.10'
2012-04-16 Mark NauwelaertsMerge remote-tracking branch 'origin/0.10'
2012-04-16 Wim Taymanssegment: add rude serialization
2012-04-11 Wim TaymansMerge remote-tracking branch 'origin/0.10'
2012-04-10 Wim TaymansMerge remote-tracking branch 'origin/0.10'
2012-04-10 Wim TaymansMerge remote-tracking branch 'origin/0.10'
2012-04-09 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-04-09 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-04-07 Tim-Philipp MüllerMerge remote-tracking branch 'origin/0.10'
2012-04-07 Tim-Philipp MüllerMerge remote-tracking branch 'origin/0.10'
2012-04-06 Wim TaymansMerge branch '0.10'
2012-04-05 Wim TaymansMerge branch '0.10'
2012-04-04 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-04-02 Stefan SauerMerge branch '0.10'
2012-04-02 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
next