1. 29e2850 Documentation updates by Wim Taymans · 22 years ago
  2. b9f62c5 Added indexers testsuite by Wim Taymans · 22 years ago
  3. 5930798 fixes a jhbuild bug by Thomas Vander Stichele · 22 years ago
  4. 8de25d9 cache->index by Wim Taymans · 22 years ago
  5. fcd8d12 Renamed GstCache to GstIndex by Wim Taymans · 22 years ago
  6. dc9aaf7 Added missing image by Wim Taymans · 22 years ago
  7. 35a1d78 fix nonvalidation, now for the png problems ! by Thomas Vander Stichele · 22 years ago
  8. 41fafb9 fix validation by Thomas Vander Stichele · 22 years ago
  9. 2ced1a3 oops, too much revert by Thomas Vander Stichele · 22 years ago
  10. a022e03 not used anymore by Thomas Vander Stichele · 22 years ago
  11. 65d3548 merge from release branch by Thomas Vander Stichele · 22 years ago
  12. fb17dbb fixes for solaris by Thomas Vander Stichele · 22 years ago
  13. af97860 Clean up cothread destruction code by David Schleef · 22 years ago
  14. 384d119 Lots of new assertions and debugging by David Schleef · 22 years ago
  15. 29f657f Added setting of _gst_debug_cothread_index for debugging by David Schleef · 22 years ago
  16. b423eeb Added thread-loval variable for cothread index. by David Schleef · 22 years ago
  17. a818246 Partially revert last change, since it breaks things. wtay: FIXME! by David Schleef · 22 years ago
  18. 0d994e4 turn off cothreads, fix some typos by Wim Taymans · 22 years ago
  19. f07281a Destroying the cothread seems like a good idea here by Wim Taymans · 22 years ago
  20. fff07e9 Use makecontext() as a generic implementation by David Schleef · 22 years ago
  21. 62c16b7 Fix the powerpc atomix swap by David Schleef · 22 years ago
  22. 17ef282 back to cvs by Thomas Vander Stichele · 22 years ago
  23. ae307ae small fix by Thomas Vander Stichele · 22 years ago
  24. d8dc450 Better debugging by Wim Taymans · 22 years ago
  25. f7d73c9 ASYNC state changes are not an error. by Wim Taymans · 22 years ago
  26. 8549904 Fix broken __PRETY_FUNCTION__ by Wim Taymans · 22 years ago
  27. cd13355 fix uninstalled by Thomas Vander Stichele · 22 years ago
  28. cf119aa small fix by Thomas Vander Stichele · 22 years ago
  29. a2f011e A little more debugging info and error checking by Wim Taymans · 22 years ago
  30. 6dc37c1 fix for leif by Thomas Vander Stichele · 22 years ago
  31. 0cf6544 oopsie by Thomas Vander Stichele · 22 years ago
  32. a9d1499 revert last commit by Thomas Vander Stichele · 22 years ago
  33. b24f76d move gst-register from post core to post tools by Christian Schaller · 22 years ago
  34. 6bd93bd more fixes by Thomas Vander Stichele · 22 years ago
  35. 7eea6a0 fix for parallel installability by Thomas Vander Stichele · 22 years ago
  36. 9a796e2 oops by Thomas Vander Stichele · 22 years ago
  37. 9e8e938 fix bug #96751 by Wim Taymans · 22 years ago
  38. 7d3c4b8 changed to macros by Thomas Vander Stichele · 22 years ago
  39. 45a3425 move these to macros by Thomas Vander Stichele · 22 years ago
  40. 8b9fcbd variety is spicy by Thomas Vander Stichele · 22 years ago
  41. 58d2d27 typos by Thomas Vander Stichele · 22 years ago
  42. 0d32dbb fix a warning by Thomas Vander Stichele · 22 years ago
  43. d9efd29 move some code around to avoid warnings by Thomas Vander Stichele · 22 years ago
  44. 2fed56b Removing unused code related to stack allocation (cothreads_stackquery(), gst_scheduler_get_preferred_stack()) by David Schleef · 22 years ago
  45. e04e9d2 Make sure we set the reaping flag when going to NULL before we signal the parent. by Wim Taymans · 22 years ago
  46. 07cf2da Added syntax to make filtered connections like: osssrc src\!audio/raw, channels=int 2, width=int 8\!sink fakesink by Wim Taymans · 22 years ago
  47. 0539bc2 Make sure we don't set caps that violate the (app)filter by Wim Taymans · 22 years ago
  48. a58c54c Fix valloc bug found by jmi25@cam.ac.uk, closes bug #100553. removed dead code by Wim Taymans · 22 years ago
  49. 2aaf59b looks like a silly typo by Thomas Vander Stichele · 22 years ago
  50. e98a2b5 + fixing compile warnings about uninitialized variable by Leif Johnson · 22 years ago
  51. aff80e1 refactor cothread stack mmap code. Add makecontext() as an option for initial stack preparation. by David Schleef · 22 years ago
  52. 89994cf Add some assertions to check that we're running inside the correct thread when playing with that thread's cothreads by David Schleef · 22 years ago
  53. 61a64d7 Check state changes before going into enless loops by Wim Taymans · 22 years ago
  54. f161e16 Change GPrivate usage to GStaticPrivate, assuming it's more trustworthy by David Schleef · 22 years ago
  55. c5ee2d3 use AM_CFLAGS dummy NULL init for vars to deal with warnings by David I. Lehn · 22 years ago
  56. cb3a70b Do some error checking to make this test succeed by Wim Taymans · 22 years ago
  57. 2c7ed82 Make sure the thread goes back to NULL before leaving the thread context by Wim Taymans · 22 years ago
  58. 2dd7336 Reset the scheduler when going to NULL by Wim Taymans · 22 years ago
  59. 83bc63d Add assertion in cothread_get_context() by David Schleef · 22 years ago
  60. 7d895f6 Add small cache testsuite by Wim Taymans · 22 years ago
  61. b3cef55 More cache updates by Wim Taymans · 22 years ago
  62. 1ce6deb Added current status of memcache by Wim Taymans · 22 years ago
  63. 52cc556 I'm too lazy to comment this by Gerhard Tonn · 22 years ago
  64. c0e293f Initialize buf with NULL ... should compile now by Jeremy Simon · 22 years ago
  65. 6c751c7 remove debug by Steve Baker · 22 years ago
  66. 5b920bb this debugging would have borked by Steve Baker · 22 years ago
  67. 7fec860 first phase of spider cleanup by Steve Baker · 22 years ago
  68. ee02fdd add libgstcaches.so by Christian Schaller · 22 years ago
  69. 9b7a9c0 fix > to &lt by Christian Schaller · 22 years ago
  70. 81349fb Added caches dir by Wim Taymans · 22 years ago
  71. ff1a2e8 Make forte heppy by Wim Taymans · 22 years ago
  72. fa33811 More forte compiler fixes, added a .h file to store commonly used macros that have to ifdefed out on non-gcc compilers by Wim Taymans · 22 years ago
  73. 95d4c6f Add a little cast to make forte happy by Wim Taymans · 22 years ago
  74. 025554e Print cache info too by Wim Taymans · 22 years ago
  75. 91df096 Index caches dir too, add caches to Makefile.am by Wim Taymans · 22 years ago
  76. a02dcd9 Added memory cache by Wim Taymans · 22 years ago
  77. 9178bdc - Save longdesc by Wim Taymans · 22 years ago
  78. bf0c285 Make caches plugable by Wim Taymans · 22 years ago
  79. 9c90317 Make the cache plugable by Wim Taymans · 22 years ago
  80. d8712f0 Used glib macros for no_intrument by Wim Taymans · 22 years ago
  81. 009e8bb applied fixed patch from Brian by Thomas Vander Stichele · 22 years ago
  82. 7cd8540 revert fix because GST_DEBUG_LEAVE("") doesn't work with it by Thomas Vander Stichele · 22 years ago
  83. 35387bc random cleanups and paranoia checks by Thomas Vander Stichele · 22 years ago
  84. f6f841c faq updates metadata/mediainfo by Thomas Vander Stichele · 22 years ago
  85. 0bb8c8b code cleanup and make it work by Thomas Vander Stichele · 22 years ago
  86. a15c1a4 undo commit to this makefile as I am not sure yet that the fix is ok by Christian Schaller · 22 years ago
  87. 54cbcd0 commit Brian's patch with AC fix from thomas by Christian Schaller · 22 years ago
  88. 431fba3 Fix stupid bug by Wim Taymans · 22 years ago
  89. 18f9761 cleanups by Thomas Vander Stichele · 22 years ago
  90. 63a4cb6 commit the fdsrc fix from Pedro Corte-Real by Christian Schaller · 22 years ago
  91. 2d9c2e4 commiting Leifs registry to /var/cache patch, works well for me :) by Christian Schaller · 22 years ago
  92. af236bd + small updates to plugin writer's guide by Leif Johnson · 22 years ago
  93. e6d279f added vishnu's doc patch by Christian Schaller · 22 years ago
  94. c925bc7 Small cleanups by Wim Taymans · 22 years ago
  95. 0b4910c removed gsttimecache html from docs section by Christian Schaller · 22 years ago
  96. cc7cebb Fix stupid compiler warning by Wim Taymans · 22 years ago
  97. 8667d4d Fix GstTimeCache leftover by Wim Taymans · 22 years ago
  98. 8713afe remove indexing again, wrong module :) by Christian Schaller · 22 years ago
  99. b56c5b2 added indexing makefile by Christian Schaller · 22 years ago
  100. 9fa136e Removed old timecache by Wim Taymans · 22 years ago