1. 8227d55 gst/gstiterator.*: Added missing files. by Wim Taymans · 20 years ago
  2. c47dc4d First THREADED backport attempt, focusing on adding locks and making sure the API is threadsafe. Needs more work. Mor... by Wim Taymans · 20 years ago
  3. c70fedc tests/: New files, good for running complexity benchmarks. by Andy Wingo · 20 years ago
  4. 8075c3b tests/: New test, sets up N elements, at each level teeing into M streams per element. Eeeenteresting. by Andy Wingo · 20 years ago
  5. bffcaf6 tests/mass_elements.gnuplot: gnuplot file for the mass_elements benchmark. Run as gnuplot mass_elements.gnuplot > foo... by Andy Wingo · 20 years ago
  6. b9adc22 compile with debug disabled by Thomas Vander Stichele · 20 years ago
  7. 7ffe840 hunting season on 0.9 is now OPEN by Thomas Vander Stichele · 20 years ago
  8. 43a01f1 more docs for the state of dparams by Stefan Kost · 20 years ago
  9. 232f295 gst/: name objects by default, not in gst_element_factory_create. Allows using elements created with g_object_new. (f... by Benjamin Otte · 20 years ago
  10. 70fd76d gst/gstinfo.c: make the time that debugging functions print relative to when gst_init was called by Benjamin Otte · 20 years ago
  11. a255e65 Fix inline docs: tag setter vararg functions are NULL-termianted, GST_TAG_INVALID doesn't exist any more by Tim-Philipp Müller · 20 years ago
  12. 92d9553 libs/gst/dataprotocol/dataprotocol.c: Allocate the 1 byte more memory that was forgotten!!!!! by Zaheer Abbas Merali · 20 years ago
  13. 25b9d5e fixed a few typos, relabeled introductionary list of types more notes abut dparam changes many comments and notes on ... by Stefan Kost · 20 years ago
  14. 6029af0 adding russian translation by Thomas Vander Stichele · 20 years ago
  15. 7d4458a fix for #147782 - get POPT flags in gtk-doc build by Thomas Vander Stichele · 20 years ago
  16. b9ef46f Fix typo in FAQ (artssink => artsdsink) by Tim-Philipp Müller · 20 years ago
  17. 182b6e6 tools/gst-launch.1.in: Fix typo (#166699). by Ronald S. Bultje · 20 years ago
  18. 757e3a9 Add -v argument to fakesrc/fakesink gst-launch line, so that the promised output will actually show up by Tim-Philipp Müller · 20 years ago
  19. 6a56e30 gst/gstthread.c: Implement state-change error handling (#166073). by Ronald S. Bultje · 20 years ago
  20. eb3c38d gst/gstqueue.c: Release interrupt after handling (#166250). by Ronald S. Bultje · 20 years ago
  21. 57ef7f5 back to head by Thomas Vander Stichele · 20 years ago
  22. f9eaa7d releasing by Thomas Vander Stichele · 20 years ago
  23. e21612c added vietnamese translation by Thomas Vander Stichele · 20 years ago
  24. 0080630 unref data when probe function returns FALSE. Fixes #166362 by Thomas Vander Stichele · 20 years ago
  25. 01a7744 gst/gst.c: Fix typo (#166269). by Ronald S. Bultje · 20 years ago
  26. b996931 gst/gstelement.c (gst_element_get_compatible_pad_template): Fix the debugging on whether the caps are compatible. by Andy Wingo · 20 years ago
  27. e050b8f docs/manual/basics-elements.xml: Fix two typos. by Ronald S. Bultje · 20 years ago
  28. 186d11b gst/schedulers/gstoptimalscheduler.c: Remove some FIXMEs after analysing and commenting why they are not issues. by Wim Taymans · 20 years ago
  29. f8114cc gst/schedulers/gstoptimalscheduler.c: Added lock to protect scheduler data structures. by Wim Taymans · 20 years ago
  30. 4bdd55b testsuite/threads/threadi.c: Fix buglet in test. by Ronald S. Bultje · 20 years ago
  31. edc6803 testsuite/threads/: On Wim's request, split the test in three separately-compiled tests that each test a very specifi... by Ronald S. Bultje · 20 years ago
  32. 34d1219 gst/schedulers/gstoptimalscheduler.c: Try to work with the threading mess that queue_link is. by Ronald S. Bultje · 20 years ago
  33. 6a4b917 gst/gstbin.c: Explicitely make an element release locks in a group when being remove from a bin. by Ronald S. Bultje · 20 years ago
  34. 77bf6d8 gst/gstbin.c: Remove a piece of code that could never be reached. by Ronald S. Bultje · 20 years ago
  35. d8d03b6 docs/pwg/advanced-types.xml: Fix description for buffer-frames=0. by Ronald S. Bultje · 20 years ago
  36. f861881 gst/gstpad.c: Oops, revert previous commit, broke testsuite... by Ronald S. Bultje · 20 years ago
  37. d8e6749 gst/gstpad.c: Add check that the pad on which the push is performed is not a get-based pad (#150546). by Ronald S. Bultje · 20 years ago
  38. 5adea0d gst/elements/gsttypefindelement.c: Fix buffer pushing if stream EOSes during typefinding. by Ronald S. Bultje · 20 years ago
  39. c1f7b61 gst/gstvalue.c: Allow NULL-strings as argument (#165365). by Ronald S. Bultje · 20 years ago
  40. a410bdd gst/schedulers/faircothreads.c: Fix build without debug enabled. by Ronald S. Bultje · 20 years ago
  41. d0b8df6 restructured DParam docs added some thoughts about dparams ng by Stefan Kost · 20 years ago
  42. b67a06b Only check for gst-inspect if we haven't already found it in previous element check runs by Tim-Philipp Müller · 20 years ago
  43. 8f9fca9 fixed install rules to treat style.css as optional by Stefan Kost · 20 years ago
  44. c448527 install style.css along with docs fixing incomplete docs by Stefan Kost · 20 years ago
  45. 6c51a29 Don't unref seek event twice in case where fflush() fails by Tim-Philipp Müller · 20 years ago
  46. e409d97 configure.ac: Add --disable-valgrind. (partial fix for #164890) by David Schleef · 20 years ago
  47. ca51159 added params for deprecation guards documented some more enums by Stefan Kost · 20 years ago
  48. 04b470b gst/autoplug/gstspideridentity.c: Cosmetic fix - spider_find_peek should be static by Jan Schmidt · 20 years ago
  49. 34592a8 added docs for the TAG defines by Stefan Kost · 20 years ago
  50. defab93 gst/schedulers/gstoptimalscheduler.c: Only unref entry if there is an entry. by Ronald S. Bultje · 20 years ago
  51. c6b82b3 gst/schedulers/gstoptimalscheduler.c: Also ref/unref decoupled elements before iterating the group since they are not... by Wim Taymans · 20 years ago
  52. 341f455 docs/manual/highlevel-components.xml: Add subtitle/streamselection as new features to playbin. by Ronald S. Bultje · 20 years ago
  53. 9cf219a docs/manual/manual.xml: Re-enable dataaccess docs (oops). by Ronald S. Bultje · 20 years ago
  54. 7c82638 docs/: by Steve Baker by Ronald S. Bultje · 20 years ago
  55. d4fec07 gst/registries/gstxmlregistry.c: Fix memleak (#163801). by Ronald S. Bultje · 20 years ago
  56. c0ea459 gst/elements/gsttee.c: I think this is actually moer correct... by Ronald S. Bultje · 20 years ago
  57. 7e75b2b gst/gstprobe.c: Another workaround for memory access while destroyed in callback. by Ronald S. Bultje · 20 years ago
  58. 9208245 move legal q and a here by Thomas Vander Stichele · 20 years ago
  59. e1f61a0 gst/elements/gsttee.c: Fix negotiation. by Ronald S. Bultje · 20 years ago
  60. a502d08 replace framerate aproximations by their real value (24000/1001, 30000/1001, 60000/1001) by Stéphane Loeuillet · 20 years ago
  61. e574d0a stupid GstPoptOption by Thomas Vander Stichele · 20 years ago
  62. 805ecd1 gst/: allow probes to work on ghost pads by realizing the pad probe debugging by Thomas Vander Stichele · 20 years ago
  63. 28f5853 Add gst_pad_set_active_recursive(). by Ronald S. Bultje · 20 years ago
  64. b848c8b docs/random/release: updates by Thomas Vander Stichele · 20 years ago
  65. a9713ad gst/gstplugin.c: Fix plugin loading if plugin/lib was already loaded. Fixes #163383 by Stéphane Loeuillet · 20 years ago
  66. 1ffedb4 gst/gstpluginfeature.c: Protect plugin loading by a mutex so it's threadsafe. Fixes #163234. by Ronald S. Bultje · 20 years ago
  67. 58efb5a gst/gstevent.c: Reference source object when copying events, since it'll be dereferenced on event dereferencing as well. by Ronald S. Bultje · 20 years ago
  68. 66d5da4 Add two new functions for filler events (which are used to synchronize streams if one of them is not having any data ... by Ronald S. Bultje · 20 years ago
  69. ba4b71e gst/gstelement.c: fix up g_return_if_fail's by Benjamin Otte · 20 years ago
  70. 84b734d add 2 more DV 4CC codes to DV video section by Stéphane Loeuillet · 20 years ago
  71. 374b65a gst/gstprobe.c: Check for existence of probe after performing the probe before re-accessing it to prevent segfaults c... by Ronald S. Bultje · 20 years ago
  72. 927b5ed testsuite/registry/: A little program that looks through the registry to find elements of a given type. Not particul... by David Schleef · 20 years ago
  73. d84d463 tools/gst-launch.c: Fix deadlocks in signal.h-type signal handlers by not calling forbidden functions, including gst_... by David Schleef · 20 years ago
  74. e763903 gst/gstvalue.h: Mark _gst_reserved[] as private by David Schleef · 20 years ago
  75. 8508c23 gst/gstvalue.c: Fix doc build problem. by David Schleef · 20 years ago
  76. b7f6134 gst/gstvalue.c: Add some documentation by David Schleef · 20 years ago
  77. 3544109 another shell oneliner for empty return value docs more doc fixes (parameters and return values) by Stefan Kost · 20 years ago
  78. d742d80 gst/: Fix macro's for Mingw (fixes #162276). by Ronald S. Bultje · 20 years ago
  79. e2de071 quick shell oneliner to find undocumented members in docs/README more enumtypes cleanup activated documentation comme... by Stefan Kost · 20 years ago
  80. 39ca8fc docs/manual/manual.xml: Add dataaccess part (doh!). by Ronald S. Bultje · 20 years ago
  81. 39ceef3 docs/manual/advanced-autoplugging.xml: Fix typo (intiate -> initiate). by Ronald S. Bultje · 20 years ago
  82. 8599317 docs/random/bbb/streamselection: Add some notes on how to handle multi-subtitle/-audio streams. by Ronald S. Bultje · 20 years ago
  83. 99f2185 removed gstenumtypes section from docs and put all the enums into their sections by Stefan Kost · 20 years ago
  84. f04595f gst/gstplugin.c: document gst_library_load a bit more (riff special case + return value if already loaded) by Stéphane Loeuillet · 20 years ago
  85. eb5cc07 docs/random/bbb/subtitles: Add some first mind rumblings on proper subtitle support. by Ronald S. Bultje · 20 years ago
  86. 30e07f9 updated translations by Thomas Vander Stichele · 20 years ago
  87. 1fef270 docs/manual/advanced-dataaccess.xml: Add section on how to use fakesrc/fakesink/identity in your application, plus se... by Ronald S. Bultje · 20 years ago
  88. 41713ca back to head by Thomas Vander Stichele · 20 years ago
  89. cb607f6 releasing 0.8.8 by Thomas Vander Stichele · 20 years ago
  90. 4a5cb18 second prerelease by Thomas Vander Stichele · 20 years ago
  91. d5e4273 Fix for #159852 - make iterate emission threadsafe by Thomas Vander Stichele · 20 years ago
  92. 691dc33 new fdo account procedure by Thomas Vander Stichele · 20 years ago
  93. 3d57fef Added missing short docs. Added ids for navigation. by Stefan Kost · 20 years ago
  94. 56f05d6 docs/manual/: Rewrites. Remove cothreads, go a bit into opt specifically, document threads and their gotchas, and do ... by Ronald S. Bultje · 20 years ago
  95. 673c8ef fix changelog entry to credit Steve Lhomme for patch, and move David to reviewer by Christian Schaller · 20 years ago
  96. 5f22a8a gst/gstvalue.c: use deprecated g_value_set_string_take_ownership to keep compatible with glib 2.2 by Benjamin Otte · 20 years ago
  97. bdc0432 gst/gstvalue.c: revert last patch, only dom a g_utf8_validate now before accepting the string - caps parsing strips "... by Benjamin Otte · 20 years ago
  98. af234f7 win32/gstenumtypes.c: Update from gst/gstenumtypes.c (See bug #153882) by David Schleef · 20 years ago
  99. df7ac68 gst/gstpad.c: Do query on realized pad, similar to how convert/send_event handle this. Also makes sense, since this p... by Ronald S. Bultje · 20 years ago
  100. 2b11ffc fix broken pipeline example in doc by Christian Schaller · 20 years ago