- remove some \n in GstThread debugging
[platform/upstream/gstreamer.git] / gst / gstthread.c
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...
2001-01-29 Wim TaymansThis is a megapatch with the following changes:
2001-01-21 Wim TaymansDocs updates
2001-01-21 Wim TaymansMore eos handling, bin in bin is handled correctly...
2001-01-20 Wim TaymansMore EOS changes.
2001-01-06 Erik WalthinsenCleaned up the docs a bit.
2001-01-01 Erik WalthinsenMega update of INFO, DEBUG, and ERROR subsystems, renam...
2000-12-30 Wim TaymansFixed MPEG2 autoplugging
2000-12-28 Erik WalthinsenUpdated copyright in all the libgst files.
2000-12-28 Wim TaymansUpdated the API docs.
2000-12-27 Erik WalthinsenMostly minor little changes, but two interesting things...
2000-12-26 Erik WalthinsenMore massive changes to the scheduling system. Moved...
2000-12-26 Erik WalthinsenChanged "bin" to "thread" in get_thread_new.
2000-12-23 Wim TaymansAdded handoff signals to fakesrc and fakesink
2000-12-22 Wim TaymansFixed a bug in gstbin.c the manager was not detected.
2000-12-20 Erik WalthinsenMassive scheduling changes (again). Not entirely compl...
2000-12-19 Wim TaymansCleanup in gsttypes.c: removed the crazy GList of GHash...
2000-12-16 Wim Taymanssome editor changes= loading of save pipelines (not...
2000-12-16 Erik WalthinsenWARNING: Don't grab this updated unless you're really...
2000-12-15 Wim TaymansHeader cleanup: try to include as little as possible...
2000-12-08 Erik WalthinsenMostly debugging changes. What's in CVS seems to work...
2000-11-11 Wim TaymansDocs updates.
2000-11-04 Wim TaymansAdded the excellent mpeg2dec decoder. Not 100% optimize...
2000-11-01 Wim TaymansSome code cleanup
2000-11-01 Wim TaymansCode cleanup, make it adhere to the Gnome/Gtk+ code...
2000-10-30 Wim TaymansMisc fixes and cleanups
2000-10-25 Wim TaymansMore Docs updates.
2000-10-08 Wim TaymansFixed a bug in the typeloading.
2000-09-27 Wim TaymansLoading and saving of XML pipeline descriptions.
2000-09-24 Wim TaymansCleanups.
2000-09-24 Wim TaymansThe cothreads were not initialized in its thread contex...
2000-09-22 Wim TaymansA first attempt to fix the queues in a cothreaded pipeline.
2000-09-09 Wim TaymansChanges to gstreamer-config to include gtk+ libs manual...
next