]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/history - gst/gstclock.c
Work around deprecated thread API in glib master
[glsdk/gstreamer0-10.git] / gst / gstclock.c
2011-12-04 Tim-Philipp MüllerWork around deprecated thread API in glib master
2011-02-10 Wim Taymansclock: fix parameter docs
2011-01-24 Sebastian Drögeclock: API: Add function to re-init periodic GstClockIDs
2011-01-24 Mart Raudseppdocs: add missing "Since: 0.10.32" markers for GstClock
2010-12-26 Tim-Philipp MüllerRevert "micro-optim: if (x) is cheaper than if (x ...
2010-12-17 Edward Herveygst: documentation fixups and annotation
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
2010-12-03 Wim Taymansclock: init variables in _reinit()
2010-12-03 Wim Taymansclock: make sync clock wait lockfree
2010-12-03 Edward Herveymicro-optim: if (x) is cheaper than if (x > 0) for...
2010-12-02 Edward Herveygstclock: New API to re-use a single shot GstClockID
2010-10-07 Tim-Philipp Müllerclock: remove unnecessary g_object_notify() call
2010-07-06 Alessandro Decinaclock: use the new gst_clock_id_wait_async_full.
2010-07-06 Alessandro Decinaclock: fix refcounting bug in gst_clock_set_master.
2010-07-06 Alessandro Decinaclock: add gst_clock_id_wait_async_full.
2010-03-10 Benjamin OtteMerge branch 'work'
2010-03-10 Benjamin OtteMake code safe for -Wredundant-decls
2009-10-28 Tim-Philipp MüllerRemove GST_DEBUG_FUNCPTR where they're pointless
2009-05-25 Wim Taymansclock: remove assertion
2009-05-22 Stefan Kostdocs: fix gtk-doc warnings
2009-05-21 Wim Taymansdocs: update docs for stream_time->running_time
2009-05-17 Sebastian Drögegstclock: Fix ABI breakage on 32 bit architectures
2009-05-15 Wim Taymansclock: use seqlocks to parallellize readers
2009-04-08 Stefan Kostdocs: xref more
2009-04-04 Sebastian Drögegst: Use G_DEFINE_TYPE and don't call g_thread_init...
2009-03-26 Wim Taymansclock: make UNSCHEDULED checks threadsafe
2009-02-05 Stefan Kostcleanup: remove unused variables in _class_init() and...
2009-02-03 Jonas HolmbergImplement the systemclock with gstpoll
2009-01-27 Stefan KostImprove the docs for gst_clock_id_wait_async().
2008-08-25 Wim Taymansgst/gstclock.c: Add some more debugging to the clock...
2008-05-26 Peter Kjellerstedtgst/: Fixed a bunch of typos.
2008-05-21 Wim Taymansgst/gstclock.c: Fix debug of the new clock rate.
2008-05-04 Sebastian Drögegst/gstclock.c: Make some checks actually useful.
2008-04-17 Tim-Philipp Müllergst/: Don't use g_atomic_set_int where it's not needed.
2008-04-17 Sebastian Drögegst/gstutils.*: API: Deprecate gst_atomic_int_set(...
2008-04-01 Sebastian Drögeconfigure.ac: Require GLib 2.12.
2008-03-22 Sebastian DrögeDefine G_PARAM_STATIC_STRINGS if it's undefined (GLib...
2007-04-05 Wim TaymansImprove _adjust_unlocked() so that it overflows less.
2007-03-29 Jan Schmidtgst/gstclock.c: Move all the debug to the CLOCK categor...
2006-12-08 René Stadlergst/gstclock.c: Reject invalid clock times for interval...
2006-12-07 René Stadlergst/gstclock.c: Make period ids add the interval to...
2006-10-28 Kjartan MaraasTypo fixes (#366212).
2006-08-11 Wim Taymansdocs/gst/gstreamer-sections.txt: Add GstClockClass...
2006-08-11 Wim Taymansdocs/design/part-qos.txt: Bring docs in line with the...
2006-07-03 Wim Taymansgst/: Use GSlice when the glib we build against is...
2006-05-11 Stefan KostG_OBJECT_CLASS macro usage batch cleanup, fixes #337747...
2006-05-04 James AndrewarthaMake sure gstprivate.h and/or config.h are always inclu...
2006-04-08 Stefan KostFix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
2006-03-29 Wim TaymansSmall documentation updates and additions.
2006-03-21 Edward HerveySeries of fixes for dereferenced pointers that gcc...
2006-03-15 Wim Taymansgst/gstclock.c: Fix docs.
2006-03-14 Wim Taymansgst/gstclock.c: Marked the stats property as unimplemen...
2006-03-13 Wim TaymansDocumentation updates.
2006-03-09 Wim Taymansgst/gstclock.*: Review docs.
2006-02-28 Wim Taymansgst/gstbin.c: Help the compiler a bit with type registr...
2006-02-07 Andy Wingolibs/gst/base/gstcollectpads.c (gst_collect_pads_chain...
2006-01-27 Jan Schmidtgst/gstbin.c: Clean up references to the clock provider...
2006-01-18 Wim Taymansgst/: Added some more debug info.
2005-12-06 Thomas Vander Sticheleexpand tabs
2005-11-30 Thomas Vander Stichelegst/gstclock.c: remove crack non-portable handrolled...
2005-11-28 Thomas Vander Sticheledoc updates
2005-11-28 Wim Taymanscheck/gst/gstutils.c: More checks.
2005-11-24 Wim TaymansDoc fixes.
2005-11-23 Andy Wingocheck/net/gstnetclientclock.c (test_functioning): Adjus...
2005-11-22 Wim Taymansgst/base/gstbasesink.*: No need to store the clock...
2005-11-21 Wim Taymansgst/: Convert Clock flags to object flags.
2005-11-21 Andy Wingo*.*: Ran scripts/update-macros. Oh yes. gst/gstobject...
2005-11-19 Andy Wingogst/gstclock.*: Change resolution to be a GstClockTime.
2005-11-19 Andy Wingogst/gstclock.h (GstClock): Remove offset property....
2005-11-18 Wim Taymansgst/gstclock.c: Doc and API fixes.
2005-11-18 Andy Wingogst/net/gstnetclientclock.c (do_linear_regression)...
2005-11-17 Michael Smithgst/gstclock.*: Anonymous structs are a gcc (and some...
2005-11-17 Andy Wingogst/gstclock.h (GstClock): Add rate and offset properti...
2005-11-09 Wim Taymansdocs/gst/gstreamer-sections.txt: Added some new macros.
2005-10-28 Wim TaymansDocumented the clocks.
2005-10-15 Thomas Vander Stichelevarious style fixes
2005-10-15 Thomas Vander Stichelewhitespace fixes
2005-10-13 Stefan Kostfixed typos
2005-10-11 Wim Taymansdocs/design/part-states.txt: Some more docs.
2005-10-08 Wim Taymansgst/: Small cleanups and doc updates.
2005-09-24 Wim TaymansVarious documentation updates.
2005-09-20 Thomas Vander Stichelegst/gstclock.c: Commit from the Political Party For...
2005-09-20 David Schleefdocs/gst/Makefile.am: Ignore a few more internal headers
2005-08-27 Stefan Kostdocs/design/part-messages.txt: update info
2005-08-20 Thomas Vander Stichelevalgrind more tests
2005-05-05 Wim Taymansgst/: Fix name lookup in GstBin.
2005-04-28 Wim Taymansgst/: Better debugging of clocking info.
2005-04-24 David SchleefConvert everything from GstAtomicInt to g_atomic_int_...
2005-03-07 Wim TaymansFirst THREADED backport attempt, focusing on adding...
2004-04-28 David SchleefA bunch of portability fixes, derived from Steve Lhomme...
2004-04-09 Benjamin Ottegst/: don't use memchunks for these objects, use malloc...
2004-03-28 Martin Sotogst/gstelement.*: New function for setting element...
2004-03-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-13 Thomas Vander Stichelegst-indent run on core
2004-02-11 David Schleefgst/gstclock.c: fixes structure initialisation of clock...
2004-02-04 Benjamin Ottegst/gstclock.*: reset padding, remove unused fields
2004-01-16 Benjamin Ottegst/gstclock.c: make it compile with gcc 2.95 again.
2004-01-15 Benjamin Ottegst/autoplug/gstspideridentity.c: break infinite loop...
2004-01-14 Benjamin Ottegst/gstclock.*: deprecate old interface and disable...
2003-12-17 Ronald S. BultjeRemove need for calling set_active(FALSE)+set_active...
next