summaryrefslogtreecommitdiff
path: root/gst/cothreads.h
AgeCommit message (Expand)AuthorFilesLines
2003-01-21Remove GCC-ism used to find current stack pointer, and use this opportunity t...David Schleef1-5/+0
2002-12-14Renamed the thread argument to cothread to avoid confusionWim Taymans1-11/+11
2002-12-06Removing unused code related to stack allocation (cothreads_stackquery(), gst...David Schleef1-1/+0
2002-12-05refactor cothread stack mmap code. Add makecontext() as an option for initia...David Schleef1-3/+2
2002-09-12useful comments change thread -> cothread in varnames where it's applicable c...Thomas Vander Stichele1-1/+2
2002-07-08This one removes the unused code..Wim Taymans1-24/+13
2002-06-28more protective programming cothread 0 cleans up higher cothreads if they're ...Thomas Vander Stichele1-0/+1
2002-06-26ok, this seems to be the right fix for the basic scheduler.Thomas Vander Stichele1-0/+1
2002-02-23Added a private field to the cothread state.Wim Taymans1-16/+21
2001-12-27- Added a function to get the currently executing cothreadWim Taymans1-1/+1
2001-12-25Tee Fixes. added cothread_stop (not used) improved the pad event dispatcher.Wim Taymans1-0/+2
2001-12-23Fix an event leakWim Taymans1-1/+1
2001-12-20cothread cleanup.Wim Taymans1-2/+5
2001-12-18Adde cothread context cleanup codeWim Taymans1-0/+1
2001-09-141. Add more warnings for the gst core only. Various trival fixes to quiet th...Joshua N. Pritikin1-1/+1
2001-05-27Docs updatesWim Taymans1-1/+1
2001-05-25Merged from INCSCHED on 200505251!!!Erik Walthinsen1-1/+18
2001-05-10move cothread_context definition over to the .cErik Walthinsen1-6/+0
2001-05-10moved cothread parameters into .c to avoid rebuilding libgst.la every timeErik Walthinsen1-4/+0
2001-01-19API docs updatesWim Taymans1-7/+7
2001-01-19more cothreads cleanup, and first pass at ARM codeErik Walthinsen1-3/+4
2000-12-28Updated copyright in all the libgst files.Erik Walthinsen1-1/+4
2000-12-15Header cleanup: try to include as little as possible; this will probably spee...Wim Taymans1-1/+0
2000-12-03Enhanced debugging by making DEBUG() print out the cothread ID as well as the...Erik Walthinsen1-0/+1
2000-11-11Docs updates.Wim Taymans1-0/+20
2000-11-06Added seeking to the avi decoder by implementing pull_region.Wim Taymans1-0/+4
2000-11-04Added the excellent mpeg2dec decoder. Not 100% optimized but allready very fast.Wim Taymans1-8/+9
2000-11-01Some code cleanupWim Taymans1-1/+1
2000-09-22A first attempt to fix the queues in a cothreaded pipeline.Wim Taymans1-1/+2
2000-01-30initial checkinErik Walthinsen1-0/+48