summaryrefslogtreecommitdiff
path: root/gst/gstdatetime.c
AgeCommit message (Expand)Author
2020-06-04gstdatetime: Add missing NULL check to gst_date_time_new_local_timeOndřej Hruška
2019-01-29datetime: new() and new_local_time() constructors are not nullableSebastian Dröge
2018-08-03gst: Add poisoning to more typesSebastian Dröge
2018-05-21datetime: Update/fix documentationEdward Hervey
2018-01-27gst: Fix up a bunch of GIR annotationsArun Raghavan
2017-01-15datetime: fix potential out-of-bound read on malformed datetime stringTim-Philipp Müller
2016-04-21datetime: Sanity check year, month and day when parsing ISO-8601 stringsSebastian Dröge
2015-08-11datetime: accept just a time as ISO 8601 string and use today's date thenVivia Nikolaidou
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson
2014-06-19gst: Store more basic type GTypes in variablesSebastian Dröge
2014-06-03datetime: change internal implementation to mini objectTim-Philipp Müller
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen
2013-10-15datetime: Make sure to include gst_private.h before glib-compat-private.hSebastian Dröge
2012-11-03Fix FSF addressTim-Philipp Müller
2012-07-16datetime: just return NULL on short input strings instead of a warningTim-Philipp Müller
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey
2012-07-07datetime: do our own serialisation so we can serialise microseconds as wellTim-Philipp Müller
2012-07-07datetime: when deserialising parse microseconds if availableTim-Philipp Müller
2012-07-07datetime: fix second parsing failure case when deserialising datetimeTim-Philipp Müller
2012-07-04datetime: add conversion to/from GDateTimeJoshua M. Doe
2012-06-27datetime: ignore 0 days or months in datesTim-Philipp Müller
2012-06-27datetime: fix compare functionTim-Philipp Müller
2012-06-27datetime: add serialisation to and deserialisation from ISO 8601 stringsOleksij Rempel
2012-06-12datetime: clean-ups and new API adjustmentsTim-Philipp Müller
2012-06-12datetime: allow GstDateTime where not all fields are setOleksij Rempel
2012-06-09datetime: remove fallback code for old GLibsTim-Philipp Müller
2012-01-22Use recent GLib API unconditionally now that we depend on the latest GLibTim-Philipp Müller
2011-01-05gstdatetime: Disable usage of GDateTime on MacOSXEdward Hervey
2010-12-17gstdatetime: Fix documentationEdward Hervey
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller
2010-12-02gstdatetime: Fix handling of timezonesThiago Santos
2010-11-17datetime: Add _from_unix_epoch variantsThiago Santos
2010-10-13datetime: Use seconds as doubleThiago Santos
2010-10-13gstdatetime: Move doc outside the ifdefsThiago Santos
2010-10-13datetime: Use GDateTime if availableThiago Santos
2010-09-13docs: fix warnings pointed out by gtk-docStefan Kost
2010-07-27gstdatetime: Fix localtime usageThiago Santos
2010-07-26gstvalue: Adds datetime functionsThiago Santos
2010-07-26gstdatetime: Adds GstDateTimeThiago Santos