First THREADED backport attempt, focusing on adding locks and making sure the API...
[platform/upstream/gstreamer.git] / gst / schedulers / gstbasicscheduler.c
2005-03-07 Wim TaymansFirst THREADED backport attempt, focusing on adding...
2004-08-11 Benjamin Otteadd gst_scheduler_register shortcut similar to gst_elem...
2004-05-28 Stéphane Loeuillet- removing some trailing commas in enums to please...
2004-05-13 Benjamin Ottegst/gstelement.c: whoops, store the signal id correctly
2004-04-16 Benjamin Ottegst/gstpad.c: implement enforcing discont events before...
2004-04-11 Benjamin Ottegst/schedulers/gstbasicscheduler.c: rename categories...
2004-04-09 Benjamin Ottegst/schedulers/gstbasicscheduler.c: make sure we can...
2004-04-05 Benjamin Ottegst/schedulers/gstbasicscheduler.c: fix to work with...
2004-04-04 Benjamin Ottegst/schedulers/gstbasicscheduler.c: fix uninitialized...
2004-04-04 Benjamin Ottegst/: implement gst_pad_collect as replacement for...
2004-03-24 Benjamin Ottegst/schedulers/: fix GStreamer to not have issues with...
2004-03-24 Benjamin Ottegst/gstelement.c: add documentation about a gobject...
2004-03-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-13 Thomas Vander Stichelegst-indent run on core
2004-01-31 Thomas Vander Stichelesuffix errors with period.
2004-01-29 Thomas Vander SticheleGST_ELEMENT_ERROR
2004-01-18 Thomas Vander Stichelechanging error signal add error codes and domains
2004-01-14 Benjamin Ottegst/gstclock.*: deprecate old interface and disable...
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-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-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-05-18 David SchleefChange GST_DEBUG_FUNCPTR() to return a pointer of the...
2003-02-10 Erik WalthinsenFix various inconsistencies discovered while attempting...
2003-02-05 Ronald S. Bultjeolder gccs crack here
2003-02-03 Wim Taymans- Use the eventhandler instead of the event function...
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 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-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 Thomas Vander Stichelefirst pass of connect->link gst-plugins and other stuff...
2002-12-27 Wim Taymans- disable pads when going to PAUSED, we want to make...
2002-12-19 Wim Taymans- Cleanups
2002-12-09 Wim TaymansDestroying the cothread seems like a good idea here
2002-12-06 David SchleefRemoving unused code related to stack allocation (cothr...
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-13 Wim Taymans- some cleanups
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 Thomas Vander Stichelecode cleanup
2002-08-28 Thomas Vander Stichelenicer looking
2002-07-24 Wim TaymansDon't try to pull on disabled pads in the scheduler
2002-07-02 Wim TaymansSet the scheduler to NULL in all cases.
2002-06-27 Andy Wingofree stack properly s/prefered/preferred/
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...
2002-06-19 Wim TaymansAdded _get_prefered_stack to the scheduler
2002-06-16 Wim TaymansAdded more debugging info
2002-06-16 Thomas Vander Sticheleprint the name
2002-06-16 Wim TaymansUse setfunc to set the cothread function instead of...
2002-06-05 Wim TaymansSet the right scheduler on the pads of decoupled elements.
2002-06-04 Wim TaymansSome sanity checking emit a warning when interrupting...
2002-06-04 Wim TaymansSome cleanups, refactor some code, make sure the decoup...
2002-06-02 Wim TaymansSome sanity checking for when the element was removed...
2002-06-02 Andy WingoProperly fix locking in the scheduler
2002-06-02 Wim TaymansThis is needed after all..
2002-05-29 Steve Bakerfix from wingo so that get functions inside threads...
2002-05-29 Wim TaymansHandle the case where the pad change mid-switch.
2002-05-27 Andy Wingofixups in the prop view/controller compilation fixes...
2002-05-26 Wim Taymans- The clock_wait now returns the difference between...
2002-05-26 Andy Wingoimplemented threadsafe property set/get system as discu...
2002-05-25 Thomas Vander SticheleAPI cleanup: (s/g)et_sched -> _scheduler
2002-05-09 Wim TaymansUnconnected pad errors are detected elsewhere
2002-05-08 Wim TaymansTotally rewritten registry handling.
2002-05-06 Benjamin Ottemerged schedulers
2002-04-14 Benjamin Ottewe don't use // in code we commit :)
2002-04-11 Andy Wingocommit to make gstreamer follow the gtk function/macro...
2002-03-30 Wim Taymans- Remove the propsprivate header file
2002-03-24 Andy Wingofilter newlines out of GST_DEBUG statements to reflect...
2002-03-19 Andy Wingoremoval of //-style comments don't link plugins to...
2002-02-23 Wim TaymansStore the element in the cothread private field.
2002-02-11 Andy Wingoremoved cothread-specific code from gstinfo.c because...
2002-02-05 Benjamin Ottebugfix: nobody knows if the pad will still be there...
2002-02-02 Wim TaymansSmall cleanups
2002-01-28 Benjamin Ottefix SEGV when connecting chains during an iteration
2002-01-19 Andy Wingomiscellaneous fixes, added gst_pad_unset_sched() api.
2002-01-01 Wim TaymansSmall cleanups
2001-12-27 Wim Taymans- Added a function to get the currently executing cothread
2001-12-25 Wim TaymansTee Fixes. added cothread_stop (not used) improved...
2001-12-24 Wim TaymansBetter, cleaner state management of the scheduler by...
2001-12-22 Wim TaymansThis is an attempt at not segfaulting on errors but...
2001-12-20 Wim Taymans- Reclaim cothread state even if the cothread was never...
2001-12-20 Wim Taymanscothread cleanup.
2001-12-19 Wim TaymansSome more work on cleanup.
2001-12-18 Wim TaymansClean to cothread context when destroyed
2001-12-17 Christian Schallerok, one big bad file fixed for // comments almost,...
2001-12-15 Wim TaymansVarious cleanups and leak fixage.
2001-12-13 Wim TaymansAplied more fixage from Michael Meeks.
2001-12-04 wrobell- some fixes to int2float making automake 1.5 happy...