summaryrefslogtreecommitdiff
path: root/gst/gstdatetime.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-6/+10
2014-06-19gst: Store more basic type GTypes in variablesSebastian Dröge1-0/+7
2014-06-03datetime: change internal implementation to mini objectTim-Philipp Müller1-12/+12
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-11/+11
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-1/+1
2013-10-15datetime: Make sure to include gst_private.h before glib-compat-private.hSebastian Dröge1-1/+1
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-16datetime: just return NULL on short input strings instead of a warningTim-Philipp Müller1-4/+7
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-36/+0
2012-07-07datetime: do our own serialisation so we can serialise microseconds as wellTim-Philipp Müller1-23/+73
2012-07-07datetime: when deserialising parse microseconds if availableTim-Philipp Müller1-1/+15
2012-07-07datetime: fix second parsing failure case when deserialising datetimeTim-Philipp Müller1-3/+6
2012-07-04datetime: add conversion to/from GDateTimeJoshua M. Doe1-12/+43
2012-06-27datetime: ignore 0 days or months in datesTim-Philipp Müller1-0/+14
2012-06-27datetime: fix compare functionTim-Philipp Müller1-5/+23
2012-06-27datetime: add serialisation to and deserialisation from ISO 8601 stringsOleksij Rempel1-0/+147
2012-06-12datetime: clean-ups and new API adjustmentsTim-Philipp Müller1-170/+87
2012-06-12datetime: allow GstDateTime where not all fields are setOleksij Rempel1-7/+347
2012-06-09datetime: remove fallback code for old GLibsTim-Philipp Müller1-532/+123
2012-01-22Use recent GLib API unconditionally now that we depend on the latest GLibTim-Philipp Müller1-0/+3
2011-01-05gstdatetime: Disable usage of GDateTime on MacOSXEdward Hervey1-0/+8
2010-12-17gstdatetime: Fix documentationEdward Hervey1-8/+4
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-10/+22
2010-12-02gstdatetime: Fix handling of timezonesThiago Santos1-3/+4
2010-11-17datetime: Add _from_unix_epoch variantsThiago Santos1-4/+44
2010-10-13datetime: Use seconds as doubleThiago Santos1-19/+19
2010-10-13gstdatetime: Move doc outside the ifdefsThiago Santos1-165/+191
2010-10-13datetime: Use GDateTime if availableThiago Santos1-38/+180
2010-09-13docs: fix warnings pointed out by gtk-docStefan Kost1-6/+6
2010-07-27gstdatetime: Fix localtime usageThiago Santos1-1/+2
2010-07-26gstvalue: Adds datetime functionsThiago Santos1-0/+31
2010-07-26gstdatetime: Adds GstDateTimeThiago Santos1-0/+559