First THREADED backport attempt, focusing on adding locks and making sure the API...
[platform/upstream/gstreamer.git] / gst / gstthread.c
2005-03-07 Wim TaymansFirst THREADED backport attempt, focusing on adding...
2005-02-08 Ronald S. Bultjegst/gstthread.c: Implement state-change error handling...
2005-01-31 Ronald S. Bultjedocs/pwg/advanced-types.xml: Fix description for buffer...
2004-11-25 Wim Taymansgst/gstthread.c: Ref the thread object in the GThread...
2004-10-07 Wim Taymansgst/gstthread.c: Make sure no iteration happens while...
2004-10-07 Wim Taymansgst/gstthread.c: Do not try to grab the iterate lock...
2004-10-06 Wim Taymansgst/gstthread.c: Lock the iteration and the state chang...
2004-10-05 Thomas Vander Sticheleconfigure.ac
2004-09-06 Wim TaymansReworked the GstThread implementation, make more operat...
2004-08-03 Wim Taymansgst/: Backported some debug logging from a reverted...
2004-07-29 Thomas Vander Stichelerevert state change changes as agreed so we can rework...
2004-07-28 Wim Taymansgst/: Make sure that a bin state change tries to keep...
2004-07-21 Benjamin Ottegst/gstbin.c: make state changes work correctly and...
2004-07-15 Thomas Vander Sticheledebugging additions and style cleanups
2004-07-09 Wim Taymansgst/: Since remove is virtual in GstBin we must not...
2004-07-09 Thomas Vander Stichelecatch wrong state changes in element base class
2004-07-03 Thomas Vander Stichelemore debug info
2004-05-03 Thomas Vander Sticheleremove gst_info remove gstlog.h, fold back to gstinfo...
2004-04-09 Benjamin Ottegst/: don't use memchunks for these objects, use malloc...
2004-03-30 Benjamin Ottegst/gstthread.c: fix docs
2004-03-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-13 Thomas Vander Stichelegst-indent run on core
2004-02-20 Benjamin Ottegst/gstevent.c: copy navigation event correctly. Check...
2004-02-12 Thomas Vander Stichelefixes for --disable-loadsave --disable-registry
2004-02-03 Benjamin Ottegst/: get rid of gstmarshal.h dependency. It's not...
2004-01-30 Benjamin Otteparts of the patch submitted in bug #113913
2003-12-27 Benjamin Ottegst/gstcaps.c: add sanity checks
2003-10-31 Benjamin Otteupdate plugin initialization restructuring (see email...
2003-07-27 Benjamin Otteclean up debugging messages in gstthread.c - includes...
2003-07-08 Benjamin Otteclean up element details structs
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-04-28 Benjamin Ottefix deadlock when thread itself goes PLAYING => PAUSED...
2003-04-26 Wim Taymans- remove some \n in GstThread debugging
2003-04-26 Benjamin Ottefix debugging segfault
2003-04-21 Benjamin Otteassorted fixes:
2003-04-18 Benjamin Otterewrite GstThread - should be quite a bit cleaner and...
2003-02-02 Wim Taymansgst_object_swap -> gst_object_replace as it's a better...
2003-01-17 Wim TaymansMore cleanups and refcount fixage
2003-01-12 Wim TaymansUse two GCond vars to work around a problem in NPTL
2002-12-18 Thomas Vander Stichelepatch from brian cameron for iso c compliance
2002-12-14 Wim TaymansDocumentation updates
2002-12-07 Thomas Vander Sticheletypos
2002-12-06 Wim TaymansMake sure we set the reaping flag when going to NULL...
2002-11-28 Thomas Vander Stichelecleanups
2002-11-19 Wim Taymans- an element also has a failed state change if the...
2002-11-03 Wim TaymansRemove bogus free
2002-11-01 David SchleefChange from pthreads to GThreads
2002-09-29 Andy Wingolicenses, ugg
2002-09-13 Ronald S. BultjeDont give a warning on unconnected pads (bugzilla ID...
2002-09-12 Thomas Vander Stichelerevert this comment
2002-09-12 Thomas Vander Sticheleuseful comments change thread -> cothread in varnames...
2002-07-11 Thomas Vander SticheleI'm too lazy to comment this
2002-07-08 Wim Taymans- Removed unused locking from the cothreads
2002-06-27 Andy Wingofree stack properly s/prefered/preferred/
2002-06-27 Thomas Vander Sticheleno newlines
2002-06-27 Thomas Vander Stichelefix a debug segfault
2002-06-27 Thomas Vander Sticheleok, my latest added error checking and stuff this rever...
2002-06-23 Wim TaymansUse new method to check for availability of threads
2002-06-21 Wim TaymansAdded a runtime option to use a dummy threading impleme...
2002-06-19 Wim TaymansAdded _get_prefered_stack to the scheduler
2002-06-04 Wim TaymansFix a little typo, unlock the peer element if it's...
2002-05-29 Wim TaymansError checking in pthread creation more info in gst_uti...
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-04 Andy Wingogst_scheduler_factory_make () can accept NULL as the...
2002-04-23 Thomas Vander Sticheleapi renaming
2002-04-20 Andy Wingoa hack to work around intltool's brokenness a current...
2002-04-19 Benjamin Otte- make all _get_list functions return a const reference...
2002-04-12 Thomas Vander Stichelecode review
2002-04-11 Andy Wingocommit to make gstreamer follow the gtk function/macro...
2002-04-03 Wim TaymansGST_DEBUG and _INFO should have no trailing \n
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-17 Benjamin Ottewe don't want to run _dispose twice on the scheduler...
2002-03-05 Benjamin Ottewarning: initialization from incompatible pointer type
2001-12-28 Wim Taymans- Removed deprecated buffer flags.
2001-12-27 Wim Taymans- Added a function to get the currently executing cothread
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-15 Thomas Vander Stichelefix some of uraeus's commenting fixes can someone also...
2001-12-14 Christian Schalleraye ladie, no more ugly // comments here, even if Taaz...
2001-12-04 wrobell- some fixes to int2float making automake 1.5 happy...
2001-10-27 Erik Walthinsenadded taaz's threading patch, including queue events
2001-10-20 Erik Walthinsenchanged names from guchar* to gchar*, which makes C...
2001-10-17 Erik Walthinsenmerge from EVENTS1 on 20011016
2001-09-28 Steve Bakerreenabled object destruction by renaming shutdown and...
2001-09-14 Joshua N. Pritikin1. Add more warnings for the gst core only. Various...
2001-09-14 Joshua N. Pritikinmake gst_thread_change_state more forgiving
2001-08-06 Erik WalthinsenInitial code for the event system.
2001-07-31 Wim TaymansAdded a missing state change switch.
2001-06-25 Erik WalthinsenReworked the arguments for DEBUG and INFO. Removed...
2001-06-25 Erik WalthinsenMerged from GOBJECT1 to HEAD at 200106241 GOBJECT1-200106241
2001-06-24 Erik Walthinseninitial pass at #ifdef'ing xml load/save BRANCH-GOBJECT1-200106241-ROOT GOBJECT1-200106241-FREEZE
2001-05-27 Erik WalthinsenAdded some caps != NULL checks.
2001-05-25 Erik WalthinsenMerged from INCSCHED on 200505251!!! INCSCHED1-200105251
2001-03-30 Wim TaymansThis hopefully fixes a slight thread sync issue.
2001-03-07 Wim TaymansMerged the AUTOPLUG2 branch
2001-02-23 Erik WalthinsenAdded two options: --gst-plugin-spew will print errors...
next