fix doc build fix autogen
[platform/upstream/gstreamer.git] / gst / schedulers /
2004-01-18 Thomas Vander Stichelechanging error signal add error codes and domains
2004-01-14 Benjamin Ottegst/gstclock.*: deprecate old interface and disable...
2004-01-13 Iain HolmesReference the group when we add an element to it.
2004-01-12 Benjamin Otteupdate - this is huge, because it includes *.bb, *...
2003-12-24 Thomas Vander Sticheleremoving last mentions of wingo cothreads
2003-12-13 Benjamin Otteremoved GST_*_CAST. Disabling of type checking is done...
2003-12-04 Andy Wingoremove copyright field from plugin structs
2003-11-22 Benjamin Ottechange the chainwrapper to allow removing pads during...
2003-10-31 Benjamin Otteupdate plugin initialization restructuring (see email...
2003-10-08 Andy Wingos/GstBuffer/GstData/ in the API where you can pass...
2003-10-05 Thomas Vander Sticheleforward port of 123517 adds more debug info to optscheduler
2003-09-27 Iain HolmesWhen scheduling a group, check that its not the group...
2003-09-16 Thomas Vander Stichelereverting error patches before making a branch. BRANCH-ERROR-ROOT
2003-09-14 Benjamin Otteimplement translatable error messages using gerror.
2003-08-27 Angel Carpinterofix the error that break the built
2003-08-26 Thomas Vander Stichelefixes event function setting on unconnected pads
2003-07-27 David SchleefRemoved building of ext/cothreads and corresponding...
2003-07-16 Andy Wingorun pre_run_func and post_run_func when working without...
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-06-07 Wim Taymanstry to fix #114252
2003-05-18 David SchleefChange GST_DEBUG_FUNCPTR() to return a pointer of the...
2003-05-18 Thomas Vander Stichelea bunch of gtk-doc fixes
2003-04-21 Benjamin Ottemake gst_thread_get_current() work with threaded cothreads
2003-03-28 Wim Taymans- enable chain if an active group is added to it
2003-03-25 Wim TaymansSet initial flags on various scheduler structures
2003-03-13 Benjamin Ottedebugging session with wim
2003-03-13 Wim Taymans- fix unlink between decoupled elements
2003-03-12 Benjamin Ottemutexes want to be free, too
2003-03-11 Wim TaymansFix optimal scheduler with cothreads
2003-03-11 Benjamin OtteFix bug when joining threads.
2003-03-11 Benjamin Otteadded (hopefully) compatible cothreads emulation by...
2003-03-04 Wim TaymansNever take away the group from a loop based element OSLOSUMMIT1-200303051
2003-02-28 Wim TaymansFix the get_wrapper to handle the case where the peer...
2003-02-28 Wim TaymansStupid bug, always use the runqueue to start scheduling...
2003-02-27 Wim TaymansSchedule next chain on interrupt
2003-02-27 Wim Taymans- More refcounting fixes that now sustain abuse from...
2003-02-27 Wim TaymansRemoved an assert that will not hold when the chain...
2003-02-27 Wim Taymansprint refcount in _show
2003-02-27 Wim TaymansAdded refcounting to the optimal scheduler to guard...
2003-02-10 Wim TaymansMore sensible name for the scheduler when compiled...
2003-02-10 Erik WalthinsenFix various inconsistencies discovered while attempting...
2003-02-06 Wim TaymansClear any queued buffers when going to READY.
2003-02-05 Ronald S. Bultjeolder gccs crack here
2003-02-03 Wim Taymans- Use the eventhandler instead of the event function...
2003-02-02 Wim TaymansSome extra debug info
2003-01-21 Erik Walthinsenrevert the revert, switch out the new code for the...
2003-01-21 Wim TaymansRevert 1.66 and 1.67 that seemed to break the unlink...
2003-01-20 Wim TaymansSome more debugging
2003-01-20 Wim Taymans- We need to pull UNUSABLE pads too because it might...
2003-01-20 Erik Walthinsen- added 'remove' argument to _chain_recursive_add to...
2003-01-20 Erik Walthinsenmoved recursive exit to the front of the call, to make...
2003-01-20 Erik Walthinsen- some minor whitespace cleanups
2003-01-12 Wim TaymansAdded interrupt back in spider, make opt scheduler...
2003-01-11 Wim Taymans- return boolean in _interrupt to better inform element
2003-01-11 Iain HolmesDon't remove an element from its chain if it doesn...
2003-01-09 David I. Lehnmore connect -> link updates
2003-01-09 Thomas Vander Stichelefirst pass of connect->link gst-plugins and other stuff...
2003-01-08 Wim TaymansProvide intrastructure to not have to pass NULL buffers...
2003-01-01 Wim Taymans- Remove annoying \n from cothread INFO/DEBUG messages
2002-12-27 Wim Taymans- disable pads when going to PAUSED, we want to make...
2002-12-26 Wim TaymansFix merge_groups
2002-12-21 Wim Taymansimplemented yield/interrupt
2002-12-20 Wim TaymansDestroy cothreads first before destroying context
2002-12-19 Wim Taymans- Cleanups
2002-12-19 Wim TaymansDelete chains only once..
2002-12-16 Wim Taymans- Factor out some error functions
2002-12-15 Wim TaymansDecoupled elements needs special case when we look...
2002-12-15 Wim TaymansSome cleanups, added FIXMEs
2002-12-15 Wim Taymans- Removed old deprecated fastscheduler
2002-12-15 Wim TaymansImprove the optimal scheduler, mainly element remove...
2002-12-09 Wim Taymansturn off cothreads, fix some typos
2002-12-09 Wim TaymansDestroying the cothread seems like a good idea here
2002-12-08 Thomas Vander Stichelefix for parallel installability
2002-12-06 David SchleefRemoving unused code related to stack allocation (cothr...
2002-11-25 Wim TaymansMake different names for the different cothreads implem...
2002-11-22 Wim TaymansMake sure to unset the scheduler
2002-11-07 Wim TaymansRemove groups from chains and elements from groups...
2002-11-02 Wim Taymans- Reworked the clock to prepare for async notifications
2002-09-30 Thomas Vander SticheleI ran into this and had to hunt for it
2002-09-18 David SchleefFix for compiler warnings on PowerPC. Compiler complai...
2002-09-13 Wim Taymans- some cleanups
2002-09-12 Wim TaymansAdded optimal scheduler to build and call it optomega
2002-09-12 Wim Taymans- Make the return GList of gst_element_get_pad_list...
2002-09-12 Thomas Vander Stichelescheduler renaming
2002-09-12 Wim TaymansMore updates to the non-cothread scheduler
2002-09-12 Thomas Vander Stichelecode cleanup
2002-09-12 Thomas Vander Stichelemakes for nicer looking code
2002-09-08 Wim TaymansAdded comments
2002-09-08 Wim TaymansA new scheduler that tries to minimize the number of...
2002-08-28 Thomas Vander Stichelenicer looking
2002-08-13 Thomas Vander Stichelemore nonsrcdir build fixes
2002-07-24 Wim TaymansDon't try to pull on disabled pads in the scheduler
2002-07-12 Thomas Vander SticheleMakefile.am portability fix better error handling,...
2002-07-02 Wim TaymansSet the scheduler to NULL in all cases.
2002-06-27 Andy Wingofree stack properly s/prefered/preferred/
2002-06-26 Thomas Vander Sticheleok, this seems to be the right fix for the basic scheduler.
2002-06-23 Wim TaymansThis makes more sense and solves the locking problem...
2002-06-23 Wim TaymansOr not..
2002-06-23 Wim TaymansUnlock an element even if it was a loop based one
2002-06-23 Andy Wingoimplement _destroy, and fix some bugs changing songs...
next