summaryrefslogtreecommitdiff
path: root/gst/gstclock.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-25/+25
2016-11-29clock: Fix offsetting of times_temp relative to the times arraySebastian Dröge1-4/+2
2016-11-28utils: Export linear regression calculation as public functionSebastian Dröge1-4/+10
2016-08-13Remove old alloc tracing code now that we have a GstTracer-based replacementTim-Philipp Müller1-16/+5
2016-04-02clock: Return FALSE in all paths that don't set out parameters in gst_clock_a...Sebastian Dröge1-1/+1
2016-01-06clock: adjust/unadjust_with_calibration() have a clock parameter but it's use...Sebastian Dröge1-2/+8
2016-01-06clock: Add gst_clock_unadjust_with_calibration()Sebastian Dröge1-19/+50
2016-01-05clock: Fix typoSebastian Dröge1-1/+1
2016-01-05clock: Don't allow setting an unsynced clock as masterSebastian Dröge1-0/+11
2016-01-05clock: Don't try to slave unsynced clocksSebastian Dröge1-0/+6
2015-06-13doc: Fix typo in ref _clock_wait_for_sync()Nicolas Dufresne1-1/+1
2015-06-03clock: Add GST_CLOCK_FLAG_NEEDS_STARTUP_SYNC and related APISebastian Dröge1-1/+143
2015-01-21clock: Improve slaving regression.Jan Schmidt1-128/+4
2015-01-21clock: Add gst_clock_add_observation_unapplied()Jan Schmidt1-2/+46
2015-01-21clock: Add gst_clock_adjust_with_calibration()Jan Schmidt1-21/+55
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-2/+3
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2013-08-14clock: simplify internal gst_clock_return_get_name() helperTim-Philipp Müller1-23/+22
2013-07-26clock: debug the clock return valuesWim Taymans1-1/+32
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-9/+0
2012-07-09clock: make abstractWim Taymans1-1/+1
2012-07-09bus, clock: make sure these never have a floating refTim-Philipp Müller1-0/+3
2012-06-20clock: remove _full versionWim Taymans1-29/+3
2012-06-18introspection: assorted introspection and documentation fixesEvan Nemerson1-13/+13
2012-03-29docs: update more documentationWim Taymans1-7/+31
2012-03-28review some docsWim Taymans1-1/+1
2012-02-27clock: make more stuff privateWim Taymans1-84/+145
2012-02-08clock: remove method declaration tooWim Taymans1-2/+0
2012-02-07clock: remove unimplemented stats property while we canStefan Sauer1-25/+0
2012-02-02remove TRACE_NAME from headersWim Taymans1-2/+1
2012-01-27trace: rework alloc tracingWim Taymans1-3/+3
2012-01-19Update for new gthread APIWim Taymans1-4/+4
2011-12-04Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+1
2011-12-04Work around deprecated thread API in glib masterTim-Philipp Müller1-0/+1
2011-11-11.h: fix header filesWim Taymans1-5/+5
2011-10-16fix more parent_classWim Taymans1-4/+1
2011-02-22cleanupsWim Taymans1-20/+4
2011-02-10clock: fix parameter docsWim Taymans1-1/+1
2011-01-24clock: API: Add function to re-init periodic GstClockIDsSebastian Dröge1-1/+25
2011-01-24docs: add missing "Since: 0.10.32" markers for GstClockMart Raudsepp1-0/+2
2010-12-26Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"Tim-Philipp Müller1-1/+1
2010-12-17gst: documentation fixups and annotationEdward Hervey1-3/+3
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-13/+20
2010-12-03clock: init variables in _reinit()Wim Taymans1-0/+2
2010-12-03clock: make sync clock wait lockfreeWim Taymans1-0/+2
2010-12-03micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey1-1/+1
2010-12-02gstclock: New API to re-use a single shot GstClockIDEdward Hervey1-0/+37
2010-10-07clock: remove unnecessary g_object_notify() callTim-Philipp Müller1-1/+0
2010-07-06clock: use the new gst_clock_id_wait_async_full.Alessandro Decina1-2/+3