summaryrefslogtreecommitdiff
path: root/gst/gstdatetime.c
Commit message (Expand)AuthorAgeFilesLines
* Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier2021-09-241-1084/+0
* docs: standardize GstControlSource, GstDateTime documentationMathieu Duponchelle2021-02-161-38/+15
* datetime: Make use of new g_time_zone_new_identifier() that properly handles ...Sebastian Dröge2020-12-071-0/+8
* datetime: Clean up all constructors to fail gracefully if invalid dates/times...Sebastian Dröge2020-12-071-36/+107
* datetime: Change getters to return specific invalid values if the value is no...Sebastian Dröge2020-12-071-19/+28
* datetime: Improve documentation a bit to explain when NULL is returnedSebastian Dröge2020-12-071-3/+4
* Add some missing nullable annotationsSebastian Dröge2020-11-051-9/+9
* gstdatetime: Add missing NULL check to gst_date_time_new_local_timeOndřej Hruška2020-03-221-0/+6
* datetime: Add constructor for timestamps in microsecondsLinus Svensson2019-11-251-0/+48
* documentation: fix a number of typosAaron Boxer2019-10-061-1/+1
* datetime: new() and new_local_time() constructors are not nullableSebastian Dröge2019-01-291-2/+2
* gst: Add poisoning to more typesSebastian Dröge2018-08-031-0/+5
* datetime: Update/fix documentationEdward Hervey2018-05-211-6/+6
* gst: Fix up a bunch of GIR annotationsArun Raghavan2018-01-271-2/+2
* datetime: fix potential out-of-bound read on malformed datetime stringTim-Philipp Müller2017-01-151-1/+1
* datetime: Sanity check year, month and day when parsing ISO-8601 stringsSebastian Dröge2016-04-211-1/+1
* datetime: accept just a time as ISO 8601 string and use today's date thenVivia Nikolaidou2015-08-111-29/+66
* introspection: add missing (nullable) annotations to return valuesEvan Nemerson2014-06-261-6/+10
* gst: Store more basic type GTypes in variablesSebastian Dröge2014-06-191-0/+7
* datetime: change internal implementation to mini objectTim-Philipp Müller2014-06-031-12/+12
* docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson2014-05-301-11/+11
* docs: Fix typos in function/object descriptionsSebastian Rasmussen2013-12-071-1/+1
* datetime: Make sure to include gst_private.h before glib-compat-private.hSebastian Dröge2013-10-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* datetime: just return NULL on short input strings instead of a warningTim-Philipp Müller2012-07-161-4/+7
* Remove 0.10-related documentation and "Since" markersEdward Hervey2012-07-101-36/+0
* datetime: do our own serialisation so we can serialise microseconds as wellTim-Philipp Müller2012-07-071-23/+73
* datetime: when deserialising parse microseconds if availableTim-Philipp Müller2012-07-071-1/+15
* datetime: fix second parsing failure case when deserialising datetimeTim-Philipp Müller2012-07-071-3/+6
* datetime: add conversion to/from GDateTimeJoshua M. Doe2012-07-041-12/+43
* datetime: ignore 0 days or months in datesTim-Philipp Müller2012-06-271-0/+14
* datetime: fix compare functionTim-Philipp Müller2012-06-271-5/+23
* datetime: add serialisation to and deserialisation from ISO 8601 stringsOleksij Rempel2012-06-271-0/+147
* datetime: clean-ups and new API adjustmentsTim-Philipp Müller2012-06-121-170/+87
* datetime: allow GstDateTime where not all fields are setOleksij Rempel2012-06-121-7/+347
* datetime: remove fallback code for old GLibsTim-Philipp Müller2012-06-091-532/+123
* Use recent GLib API unconditionally now that we depend on the latest GLibTim-Philipp Müller2012-01-221-0/+3
* gstdatetime: Disable usage of GDateTime on MacOSXEdward Hervey2011-01-051-0/+8
* gstdatetime: Fix documentationEdward Hervey2010-12-171-8/+4
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-10/+22
* gstdatetime: Fix handling of timezonesThiago Santos2010-12-021-3/+4
* datetime: Add _from_unix_epoch variantsThiago Santos2010-11-171-4/+44
* datetime: Use seconds as doubleThiago Santos2010-10-131-19/+19
* gstdatetime: Move doc outside the ifdefsThiago Santos2010-10-131-165/+191
* datetime: Use GDateTime if availableThiago Santos2010-10-131-38/+180
* docs: fix warnings pointed out by gtk-docStefan Kost2010-09-131-6/+6
* gstdatetime: Fix localtime usageThiago Santos2010-07-271-1/+2
* gstvalue: Adds datetime functionsThiago Santos2010-07-261-0/+31
* gstdatetime: Adds GstDateTimeThiago Santos2010-07-261-0/+559