docs: gst: more gobject introspection annotations
[platform/upstream/gstreamer.git] / gst / gstsystemclock.c
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
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-10-13 Stefan Kostsystemclock: add a missing G_PARAM_STATIC_STRINGS
2010-09-23 Trond Andersenclock: fix racy shutdown clock id leak
2010-03-10 Benjamin OtteMerge branch 'work'
2010-03-10 Benjamin OtteMake code safe for -Wredundant-decls
2009-08-29 Руслан Ижбулатовsystemclock: fix compilation of win32 code
2009-08-28 Wim Taymanssystemclock: use preformance counters on windows
2009-05-25 Wim Taymansclock: enable monotonic clock when we can
2009-05-12 Tim-Philipp Müllersystemclock: remove duplicate _get_type() function...
2009-05-11 Wim TaymansUse new _ref_sink when we can
2009-04-04 Sebastian Drögegst: Use G_DEFINE_TYPE and friends or at least g_once_i...
2009-04-03 Edward HerveyRemove unused variables detected by LLVM's Clang static...
2009-03-27 Wim Taymansclock: wakeup the async thread a bit more
2009-03-26 Wim Taymansclock: make UNSCHEDULED checks threadsafe
2009-03-26 Wim Taymansclock: remove pending async wakeup sooner
2009-03-26 Wim Taymansclock: add some more comments.
2009-03-26 Wim Taymansclock: rework the wakeup of entries.
2009-03-26 Wim Taymansclock: fix 2 wakeup races.
2009-03-15 Stefan Kostsystemclock: these warnings are serious, give more...
2009-02-03 Jonas HolmbergImplement the systemclock with gstpoll
2007-12-24 Wim Taymansgst/gstsystemclock.c: Add some more docs to explain...
2007-09-20 Stefan Kostgst/gstbin.h: Move priv to the right place.
2007-03-22 Wim Taymansgst/gstsystemclock.c: Fix anoying regression that survi...
2007-03-12 Jan Schmidtgst/gstsystemclock.c: Defer starting the async system...
2006-12-07 René Stadlergst/gstclock.c: Make period ids add the interval to...
2006-10-11 Wim Taymansdocs/plugins/: Update element args.
2006-08-11 Wim Taymansdocs/gst/gstreamer-sections.txt: Add GstClockClass...
2006-05-30 Jan Schmidtgst/gstsystemclock.c: Add debug that can be enabled...
2006-04-08 Stefan KostFix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
2006-03-09 Wim Taymansgst/gstclock.*: Review docs.
2006-02-28 Wim Taymansgst/gstbin.c: Help the compiler a bit with type registr...
2006-01-24 Wim Taymansgst/gstsystemclock.c: A clock entry that is scheduled...
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-18 Wim Taymansgst/base/gstbasesink.c: For the current position in...
2005-10-28 Wim TaymansDoc updates.
2005-10-15 Thomas Vander Stichelevarious style fixes
2005-10-15 Thomas Vander Stichelewhitespace fixes
2005-10-08 Wim Taymansgst/: Small cleanups and doc updates.
2005-09-02 Stefan Kostmore docs inlined
2005-07-11 Thomas Vander Stichelevalgrind unit tests as check-local; add gst_deinit
2005-06-29 Wim Taymansgst/base/gstbasesink.c: Small debug line.
2005-06-28 Wim Taymansgst/gstbus.c: Add debugging messages.
2005-06-28 Andy Wingo*.c: Don't cast to GST_OBJECT when reffing or unreffing...
2005-06-20 Andy Wingogst/gstsystemclock.c (gst_system_clock_init): Unlock...
2005-04-28 Wim Taymansgst/: Better debugging of clocking info.
2005-03-07 Wim TaymansFirst THREADED backport attempt, focusing on adding...
2004-07-06 Thomas Vander Sticheleclean up clock lifecycle. fixes #109831
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-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-13 Thomas Vander Stichelegst-indent run on core
2003-12-27 Benjamin Ottegst/gstcaps.c: add sanity checks
2003-07-16 Andy Wingosome formatting and doc fixes, and make gstdebug output...
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-05-10 Benjamin OtteSysClocks need their own mutex/cond pair, as we have...
2003-05-10 Benjamin Ottebugfixes:
2003-02-02 Wim Taymans- Small cleanups
2003-02-01 David SchleefConvert %lld and %llu in printf formats to G_G[U]INT64_...
2003-01-17 Wim Taymans- sink the systemclock
2002-12-27 Wim Taymans- disable pads when going to PAUSED, we want to make...
2002-12-27 Wim Taymans- Keep track of pending clock waits so we can unlock...
2002-12-19 Wim Taymans- Cleanups
2002-12-11 Thomas Vander Stichelemerge from release branch
2002-11-02 Wim Taymans- Reworked the clock to prepare for async notifications
2002-05-26 Wim Taymans- The clock_wait now returns the difference between...
2002-03-31 Wim TaymansDocumentation updates
2002-03-30 Wim Taymans- Remove the propsprivate header file
2002-02-03 Wim TaymansAdded a first stab at a better clocking system.