index
:
~bilboed/gstreamer
1.12
design
fastqueue-1.0
master
uridecodebin3-1.12
Personal copy of GStreamer (core)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
gstclock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-27
Port gtk-doc comments to their equivalent markdown syntax
Thibault Saunier
1
-25
/
+25
2016-11-29
clock: Fix offsetting of times_temp relative to the times array
Sebastian Dröge
1
-4
/
+2
2016-11-28
utils: Export linear regression calculation as public function
Sebastian Dröge
1
-4
/
+10
2016-08-13
Remove old alloc tracing code now that we have a GstTracer-based replacement
Tim-Philipp Müller
1
-16
/
+5
2016-04-02
clock: Return FALSE in all paths that don't set out parameters in gst_clock_a...
Sebastian Dröge
1
-1
/
+1
2016-01-06
clock: adjust/unadjust_with_calibration() have a clock parameter but it's use...
Sebastian Dröge
1
-2
/
+8
2016-01-06
clock: Add gst_clock_unadjust_with_calibration()
Sebastian Dröge
1
-19
/
+50
2016-01-05
clock: Fix typo
Sebastian Dröge
1
-1
/
+1
2016-01-05
clock: Don't allow setting an unsynced clock as master
Sebastian Dröge
1
-0
/
+11
2016-01-05
clock: Don't try to slave unsynced clocks
Sebastian Dröge
1
-0
/
+6
2015-06-13
doc: Fix typo in ref _clock_wait_for_sync()
Nicolas Dufresne
1
-1
/
+1
2015-06-03
clock: Add GST_CLOCK_FLAG_NEEDS_STARTUP_SYNC and related API
Sebastian Dröge
1
-1
/
+143
2015-01-21
clock: Improve slaving regression.
Jan Schmidt
1
-128
/
+4
2015-01-21
clock: Add gst_clock_add_observation_unapplied()
Jan Schmidt
1
-2
/
+46
2015-01-21
clock: Add gst_clock_adjust_with_calibration()
Jan Schmidt
1
-21
/
+55
2014-06-26
introspection: add missing (nullable) annotations to return values
Evan Nemerson
1
-2
/
+3
2014-04-26
docs: remove outdated and pointless 'Last reviewed' lines from docs
Tim-Philipp Müller
1
-2
/
+0
2013-08-14
clock: simplify internal gst_clock_return_get_name() helper
Tim-Philipp Müller
1
-23
/
+22
2013-07-26
clock: debug the clock return values
Wim Taymans
1
-1
/
+32
2012-11-03
Fix FSF address
Tim-Philipp Müller
1
-2
/
+2
2012-07-10
Remove 0.10-related documentation and "Since" markers
Edward Hervey
1
-9
/
+0
2012-07-09
clock: make abstract
Wim Taymans
1
-1
/
+1
2012-07-09
bus, clock: make sure these never have a floating ref
Tim-Philipp Müller
1
-0
/
+3
2012-06-20
clock: remove _full version
Wim Taymans
1
-29
/
+3
2012-06-18
introspection: assorted introspection and documentation fixes
Evan Nemerson
1
-13
/
+13
2012-03-29
docs: update more documentation
Wim Taymans
1
-7
/
+31
2012-03-28
review some docs
Wim Taymans
1
-1
/
+1
2012-02-27
clock: make more stuff private
Wim Taymans
1
-84
/
+145
2012-02-08
clock: remove method declaration too
Wim Taymans
1
-2
/
+0
2012-02-07
clock: remove unimplemented stats property while we can
Stefan Sauer
1
-25
/
+0
2012-02-02
remove TRACE_NAME from headers
Wim Taymans
1
-2
/
+1
2012-01-27
trace: rework alloc tracing
Wim Taymans
1
-3
/
+3
2012-01-19
Update for new gthread API
Wim Taymans
1
-4
/
+4
2011-12-04
Merge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller
1
-0
/
+1
2011-12-04
Work around deprecated thread API in glib master
Tim-Philipp Müller
1
-0
/
+1
2011-11-11
.h: fix header files
Wim Taymans
1
-5
/
+5
2011-10-16
fix more parent_class
Wim Taymans
1
-4
/
+1
2011-02-22
cleanups
Wim Taymans
1
-20
/
+4
2011-02-10
clock: fix parameter docs
Wim Taymans
1
-1
/
+1
2011-01-24
clock: API: Add function to re-init periodic GstClockIDs
Sebastian Dröge
1
-1
/
+25
2011-01-24
docs: add missing "Since: 0.10.32" markers for GstClock
Mart Raudsepp
1
-0
/
+2
2010-12-26
Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"
Tim-Philipp Müller
1
-1
/
+1
2010-12-17
gst: documentation fixups and annotation
Edward Hervey
1
-3
/
+3
2010-12-07
docs: gst: more gobject introspection annotations
Tim-Philipp Müller
1
-13
/
+20
2010-12-03
clock: init variables in _reinit()
Wim Taymans
1
-0
/
+2
2010-12-03
clock: make sync clock wait lockfree
Wim Taymans
1
-0
/
+2
2010-12-03
micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers
Edward Hervey
1
-1
/
+1
2010-12-02
gstclock: New API to re-use a single shot GstClockID
Edward Hervey
1
-0
/
+37
2010-10-07
clock: remove unnecessary g_object_notify() call
Tim-Philipp Müller
1
-1
/
+0
2010-07-06
clock: use the new gst_clock_id_wait_async_full.
Alessandro Decina
1
-2
/
+3
[next]