Convert %lld and %llu in printf formats to G_G[U]INT64_FORMAT. Fix pointer<->int...
[platform/upstream/gstreamer.git] / gst / cothreads.c
2003-02-01 David SchleefConvert %lld and %llu in printf formats to G_G[U]INT64_...
2003-01-31 Brian Cameron+ Fixed #includes in gst/cothreads.c so that configure...
2003-01-21 David SchleefRemove GCC-ism used to find current stack pointer,...
2003-01-01 Wim Taymans- Remove annoying \n from cothread INFO/DEBUG messages
2002-12-14 Wim TaymansRenamed the thread argument to cothread to avoid confusion
2002-12-14 Wim TaymansDocumentation updates
2002-12-10 David SchleefClean up cothread destruction code
2002-12-10 David SchleefLots of new assertions and debugging
2002-12-10 David SchleefAdded setting of _gst_debug_cothread_index for debugging
2002-12-06 David SchleefRemoving unused code related to stack allocation (cothr...
2002-12-06 Wim TaymansFix valloc bug found by jmi25@cam.ac.uk, closes bug...
2002-12-05 David Schleefrefactor cothread stack mmap code. Add makecontext...
2002-12-04 David SchleefAdd some assertions to check that we're running inside...
2002-12-03 David SchleefChange GPrivate usage to GStaticPrivate, assuming it...
2002-12-03 David SchleefAdd assertion in cothread_get_context()
2002-11-29 Wim TaymansUsed glib macros for no_intrument
2002-11-29 Thomas Vander Stichelerandom cleanups and paranoia checks
2002-11-21 David SchleefAdd assertion to make sure that we're in the thread...
2002-11-19 David SchleefCleaned up cothread_create(), added comments, added...
2002-11-18 Thomas Vander Stichelea little cleanup also, clear the global we use here...
2002-11-15 David SchleefMove stack_top code from cothread_create() to cothread_...
2002-11-14 Thomas Vander Sticheleon the negative side, I have to add the mmap back or...
2002-11-14 David SchleefFix up allocation of stack space for a cothread. Previ...
2002-11-02 Wim TaymansSmall cleanup
2002-11-02 David Schleefremove debugging message
2002-11-01 David SchleefChange from pthreads to GThreads
2002-09-12 Thomas Vander Sticheleuseful comments change thread -> cothread in varnames...
2002-08-13 Thomas Vander Stichelereadable cleanups
2002-08-13 Thomas Vander Stichelefix for older glibc's
2002-07-28 Wim TaymansTurn some g_prints into g_warnings as that's what they...
2002-07-12 Andy Wingobe more lenient when loading unconnected pads
2002-07-11 Thomas Vander Stichelelioux's virtual patch
2002-07-08 Wim TaymansThis one removes the unused code..
2002-06-29 Christian Schallercommented out the munmap stuff again
2002-06-28 Thomas Vander Stichelemore protective programming cothread 0 cleans up higher...
2002-06-27 Thomas Vander Sticheleno newlines
2002-06-27 Thomas Vander Sticheleno newlines
2002-06-27 Thomas Vander Sticheleok, my latest added error checking and stuff this rever...
2002-06-27 Christian SchallerFixes suggested by thomasvs to get rhythmbox working...
2002-06-27 Thomas Vander Stichelesome debug info remove the preventive munmap reinstate...
2002-06-26 Thomas Vander Sticheleok, this seems to be the right fix for the basic scheduler.
2002-06-25 Thomas Vander Stichelehahaha
2002-06-25 Thomas Vander Sticheleblind flying adding more debug output cleaning up accor...
2002-06-15 Wim TaymansBetter error handling when mmap'ing
2002-05-29 Wim TaymansSome cleanups, more debugging info
2002-04-19 Thomas Vander Sticheledoc fixes
2002-03-31 Wim TaymansDocumentation updates
2002-03-24 Andy Wingofilter newlines out of GST_DEBUG statements to reflect...
2002-02-24 Benjamin Ottemake sure cothread->priv is NULL when uninited because...
2002-02-23 Wim TaymansAdded a private field to the cothread state.
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-25 Wim TaymansTee Fixes. added cothread_stop (not used) improved...
2001-12-23 Wim TaymansRemoved the munmap for now
2001-12-23 Wim TaymansFix an event leak
2001-12-23 Wim TaymansBetter cothread cleanup
2001-12-22 Wim TaymansNever destroy the current 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-18 Wim TaymansAdde cothread context cleanup code
2001-12-14 Christian Schalleraye ladie, no more ugly // comments here, even if Taaz...
2001-12-13 Wim TaymansAplied more fixage from Michael Meeks.
2001-10-21 Wim TaymansAPI docs. revived _buffer_ref_by_count fast types for...
2001-09-10 Erik Walthinsengstinfo.[ch], cothreads.c: added initial support for...
2001-06-06 Wim TaymansChanged the maxcothreads to 16. connect to the new_ghos...
2001-06-04 Wim TaymansUse the STACKSIZE and number of cothreads to calculate...
2001-05-27 Wim TaymansDocs updates
2001-05-26 Erik Walthinsenfixed cothread locking and set_arg/get_arg safety,...
2001-05-25 Erik WalthinsenMerged from INCSCHED on 200505251!!! INCSCHED1-200105251
2001-05-16 David I. Lehn- Fix cothread pointers and allocation so full 2M stack...
2001-05-10 Erik Walthinsenmove cothread_context definition over to the .c
2001-05-10 Erik Walthinsenmoved cothread parameters into .c to avoid rebuilding...
2001-03-02 Erik Walthinsenadded sparc cothreads
2001-01-20 Wim TaymansA very small change to make eos somewhat work. no inner...
2001-01-19 Erik Walthinsenmore cothreads cleanup, and first pass at ARM code
2001-01-19 Erik WalthinsenALPHA COTHREADS WORK! Worked around a nasty stack...
2001-01-19 Erik WalthinsenFirst pass at updating to new ghostpad system. The...
2001-01-18 Erik WalthinsenUpdates to cothreads code, including non-working alpha...
2001-01-14 Wim TaymansChange MAP_ANONYMOUS to MAP_ANON in the mmap for BSD...
2001-01-07 Richard Boultongstreamer-register will now never cause the
2001-01-05 Erik Walthinsenfixed missing comment noticed by David Lehn
2001-01-04 Erik Walthinsenupdated API docs
2001-01-04 Erik WalthinsenRearranged cothreads sources a bit, added some API...
2001-01-01 Erik WalthinsenMega update of INFO, DEBUG, and ERROR subsystems, renam...
2000-12-30 Wim TaymansFixed autoplugging for avi
2000-12-30 Erik WalthinsenUpdated more files to use INFO.
2000-12-28 Erik WalthinsenUpdated copyright in all the libgst files.
2000-12-27 Erik WalthinsenMostly minor little changes, but two interesting things...
2000-12-15 Wim TaymansHeader cleanup: try to include as little as possible...
2000-12-04 Erik WalthinsenChanges made to the DEBUG system. New header file...
2000-12-03 Erik WalthinsenEnhanced debugging by making DEBUG() print out the...
2000-11-29 Erik WalthinsenRearranged cothread_switch a bit to move all the code...
2000-11-11 Wim TaymansDocs updates.
2000-11-06 Wim TaymansAdded seeking to the avi decoder by implementing pull_r...
2000-11-04 Wim TaymansAdded the excellent mpeg2dec decoder. Not 100% optimize...
2000-11-01 Wim TaymansSome code cleanup
2000-10-21 Wim TaymansMPEG2 types added for better autoplugging. MPEG2 works...
2000-09-24 Wim TaymansThe cothreads were not initialized in its thread contex...
next