- 25 Nov, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Make different names for the different cothreads implementations
-
- 23 Nov, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Ramblings about the timecache.
-
- 22 Nov, 2002 3 commits
-
-
Wim Taymans authored
Original commit message from CVS: Make sure to unset the scheduler
-
Wim Taymans authored
Original commit message from CVS: Added g_return_if_fail
-
Wim Taymans authored
Only setup the scheduler when going to READY so that one can create a pipeline in another thread than that where it w... Original commit message from CVS: Only setup the scheduler when going to READY so that one can create a pipeline in another thread than that where it will eventually iterate in.
-
- 21 Nov, 2002 2 commits
-
-
Wim Taymans authored
Original commit message from CVS: Small cleanups, more descriptive properties
-
David Schleef authored
Add assertion to make sure that we're in the thread containing the cothread we're trying to switch to. Original commit message from CVS: Add assertion to make sure that we're in the thread containing the cothread we're trying to switch to.
-
- 20 Nov, 2002 3 commits
-
-
Wim Taymans authored
Original commit message from CVS: Better error recovery when the mmap fails.
-
Wim Taymans authored
Original commit message from CVS: Print buffer stats even after failed state change.
-
Wim Taymans authored
Original commit message from CVS: Use full object path string in default error/notify handlers.
-
- 19 Nov, 2002 6 commits
-
-
Wim Taymans authored
Original commit message from CVS: I suppose this is where done=FALSE should be done..
-
Wim Taymans authored
Original commit message from CVS: - an element also has a failed state change if the scheduler setup failed. - set a thread to _STATE_NULL before destroying it.
-
David Schleef authored
Original commit message from CVS: Added gst_buffer[_pool]_needs_copy_on_write()
-
David Schleef authored
Original commit message from CVS: Added gst_data_needs_copy_on_write()
-
David Schleef authored
Original commit message from CVS: Added atomic code for PowerPC
-
David Schleef authored
Original commit message from CVS: Cleaned up cothread_create(), added comments, added code to unmap a guard page.
-
- 18 Nov, 2002 3 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: adding tests
-
Thomas Vander Stichele authored
Original commit message from CVS: some more thread tests
-
Thomas Vander Stichele authored
Original commit message from CVS: a little cleanup also, clear the global we use here so we can reuse cothreads
-
- 17 Nov, 2002 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: we don't link to plug-ins
-
David Schleef authored
Original commit message from CVS: Fix compile problem on non-i386
-
- 15 Nov, 2002 1 commit
-
-
David Schleef authored
Move stack_top code from cothread_create() to cothread_context_init(), since we only need to calculate it once. Original commit message from CVS: Move stack_top code from cothread_create() to cothread_context_init(), since we only need to calculate it once.
-
- 14 Nov, 2002 6 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: threadc still fails
-
Thomas Vander Stichele authored
Original commit message from CVS: another thread test, this still fails
-
Thomas Vander Stichele authored
on the negative side, I have to add the mmap back or else it segfaults on the positive side, with ds's fix for stack_... Original commit message from CVS: on the negative side, I have to add the mmap back or else it segfaults on the positive side, with ds's fix for stack_top, I haven't had a segfault in any of the thread tests since ;) Let's cross fingers here
-
David Schleef authored
Fix up allocation of stack space for a cothread. Previous code did not allow for the underlying threading model to i... Original commit message from CVS: Fix up allocation of stack space for a cothread. Previous code did not allow for the underlying threading model to insert an unmapped guard page.
-
Thomas Vander Stichele authored
Original commit message from CVS: adding back threads tests
-
David Schleef authored
Original commit message from CVS: Add automatic stack dumping on SIGSEGV and SIGQUIT
-
- 13 Nov, 2002 1 commit
-
-
Thomas Vander Stichele authored
cleanups in code fix tests to run and complete if they can move threadb to failing tests since it doesn't work with b... Original commit message from CVS: cleanups in code fix tests to run and complete if they can move threadb to failing tests since it doesn't work with basicomega (crashes in the mmap)
-
- 10 Nov, 2002 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: add some debug info
-
- 09 Nov, 2002 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: adding formats
-
- 07 Nov, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Remove groups from chains and elements from groups when they are destroyed.
-
- 05 Nov, 2002 1 commit
-
-
Christian Schaller authored
Original commit message from CVS: add wingoopt scheduler
-
- 04 Nov, 2002 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: www faq integration
-
- 03 Nov, 2002 2 commits
-
-
Wim Taymans authored
Original commit message from CVS: Do some more checking on the input paramaters
-
Wim Taymans authored
Original commit message from CVS: Remove bogus free
-
- 02 Nov, 2002 4 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: small fix
-
Wim Taymans authored
Original commit message from CVS: Some more random thoughts
-
Wim Taymans authored
Original commit message from CVS: Added clock test program
-
Wim Taymans authored
Original commit message from CVS: - Reworked the clock to prepare for async notifications - moved some common scheduler checking to gstbin - added some vmethods to gstbin for future use - more fixes to the optimal scheduler - use new clock api in the schedulers
-