summaryrefslogtreecommitdiff
path: root/gst/gstdatetime.c
Commit message (Expand)AuthorAgeFilesLines
* 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