summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-12-10release notesRELEASE-0_5_0-PRIVATEDANCERBRANCH-RELEASE-0_5_0Thomas Vander Stichele1-91/+66
2002-12-10a make context fixThomas Vander Stichele3-2/+6
2002-12-10use function checkThomas Vander Stichele1-0/+3
2002-12-10fixes for debug output can someone tell me what debug_string is supposed to d...Thomas Vander Stichele2-52/+76
2002-12-10Merge with HEAD 1.17: Use makecontext() as a generic implementationDavid Schleef1-0/+4
2002-12-10merge to HEAD-1.7David Schleef1-4/+5
2002-12-10merged with HEAD-1.69David Schleef1-0/+4
2002-12-09portability fixThomas Vander Stichele1-1/+2
2002-12-09portability fixesThomas Vander Stichele1-6/+8
2002-12-0964 bit fixesThomas Vander Stichele1-9/+14
2002-12-08first prereleaseThomas Vander Stichele1-1/+1
2002-12-08small fixBRANCH-RELEASE-0_5_0-ROOTThomas Vander Stichele1-2/+2
2002-12-08Better debuggingWim Taymans2-12/+12
2002-12-08ASYNC state changes are not an error.Wim Taymans1-1/+1
2002-12-08Fix broken __PRETY_FUNCTION__Wim Taymans1-22/+12
2002-12-08fix uninstalledThomas Vander Stichele2-2/+5
2002-12-08small fixThomas Vander Stichele1-2/+2
2002-12-08A little more debugging info and error checkingWim Taymans2-2/+34
2002-12-08fix for leifThomas Vander Stichele1-1/+4
2002-12-08oopsieThomas Vander Stichele1-5/+1
2002-12-08revert last commitThomas Vander Stichele1-2/+4
2002-12-08move gst-register from post core to post toolsChristian Schaller1-1/+3
2002-12-08more fixesThomas Vander Stichele1-1/+3
2002-12-08fix for parallel installabilityThomas Vander Stichele45-394/+3927
2002-12-08oopsThomas Vander Stichele1-2/+2
2002-12-08fix bug #96751Wim Taymans1-1/+2
2002-12-08changed to macrosThomas Vander Stichele1-44/+16
2002-12-07move these to macrosThomas Vander Stichele2-78/+5
2002-12-07variety is spicyThomas Vander Stichele4-22/+26
2002-12-07typosThomas Vander Stichele1-7/+8
2002-12-07fix a warningThomas Vander Stichele1-0/+2
2002-12-07move some code around to avoid warningsThomas Vander Stichele1-7/+6
2002-12-06Removing unused code related to stack allocation (cothreads_stackquery(), gst...David Schleef6-90/+1
2002-12-06Make sure we set the reaping flag when going to NULL before we signal the par...Wim Taymans1-3/+12
2002-12-06Added syntax to make filtered connections like: osssrc src\!audio/raw, channe...Wim Taymans4-7/+113
2002-12-06Make sure we don't set caps that violate the (app)filterWim Taymans1-6/+23
2002-12-06Fix valloc bug found by jmi25@cam.ac.uk, closes bug #100553. removed dead codeWim Taymans1-10/+1
2002-12-06looks like a silly typoThomas Vander Stichele1-1/+1
2002-12-05+ fixing compile warnings about uninitialized variableLeif Johnson5-0/+4
2002-12-05refactor cothread stack mmap code. Add makecontext() as an option for initia...David Schleef2-30/+42
2002-12-04Add some assertions to check that we're running inside the correct thread whe...David Schleef1-6/+7
2002-12-03Check state changes before going into enless loopsWim Taymans2-10/+14
2002-12-03Change GPrivate usage to GStaticPrivate, assuming it's more trustworthyDavid Schleef1-5/+7
2002-12-03use AM_CFLAGS dummy NULL init for vars to deal with warningsDavid I. Lehn6-16/+16
2002-12-03Do some error checking to make this test succeedWim Taymans2-8/+14
2002-12-03Make sure the thread goes back to NULL before leaving the thread contextWim Taymans2-0/+2
2002-12-03Reset the scheduler when going to NULLWim Taymans1-1/+4
2002-12-03Add assertion in cothread_get_context()David Schleef1-10/+30
2002-12-02Add small cache testsuiteWim Taymans4-0/+202
2002-12-02More cache updatesWim Taymans3-43/+176