1. 3d57fef Added missing short docs. Added ids for navigation. by Stefan Kost · 20 years ago
  2. 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
  3. 756fba1 ignore more by Thomas Vander Stichele · 20 years ago
  4. 52b882a adding more people to maintainers doc and minor cosmetic change to REQUIREMENTS doc by Christian Schaller · 20 years ago
  5. 673c8ef fix changelog entry to credit Steve Lhomme for patch, and move David to reviewer by Christian Schaller · 20 years ago
  6. 5dbc1e3 ignore more by Thomas Vander Stichele · 20 years ago
  7. 305e424 make the test slightly less expensive by Thomas Vander Stichele · 20 years ago
  8. 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
  9. 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
  10. af234f7 win32/gstenumtypes.c: Update from gst/gstenumtypes.c (See bug #153882) by David Schleef · 20 years ago
  11. 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
  12. 2b11ffc fix broken pipeline example in doc by Christian Schaller · 20 years ago
  13. 0c11c63 gst/gstvalue.c: check that a simple string that gets deserialized does not contain invalid characters by Benjamin Otte · 20 years ago
  14. 48c7d4d don't reference file that doesn't exist by Thomas Vander Stichele · 20 years ago
  15. f24de41 docs/manual/intro-motivation.xml: Fix typos. by Ronald S. Bultje · 20 years ago
  16. e8d967a docs/gst/tmpl/gstprobe.sgml: Fix documentation of probe callback - it is supposed to return by Ronald S. Bultje · 20 years ago
  17. a507544 gst/gstelementfactory.c: Fix compile failure if compiling without libxml2 support (#149936). by Ronald S. Bultje · 20 years ago
  18. bff4d60 docs/manual/: Move spider from autoplugging to components. Autoplugging is for internals, not for solutions. ;-). by Ronald S. Bultje · 20 years ago
  19. 70960c0 docs/random/ds/0.9-suggested-changes: Make note on device/location/uri property names. by Ronald S. Bultje · 20 years ago
  20. d0bcc34 docs/manual/: Try 2. This time, include a short preface as a "general introduction", also add code blocks around all ... by Ronald S. Bultje · 20 years ago
  21. 5ebd927 fix last example. Add example of adding code blocks that are not shown in docbook output. by Thomas Vander Stichele · 20 years ago
  22. c1ab023 Make it possible to extract example code from separate blocks. by Thomas Vander Stichele · 20 years ago
  23. d960f7f gst/schedulers/gstoptimalscheduler.c: Fix bug where a flag was not updated on a decoupled entry point because we were... by Wim Taymans · 20 years ago
  24. a9c15fa remove newly added files pending reintegration by Thomas Vander Stichele · 20 years ago
  25. e831cfd remove christian's double entry by Thomas Vander Stichele · 20 years ago
  26. e438315 put back old manual structure before integrating ronald's changes by Thomas Vander Stichele · 20 years ago
  27. 5700e43 docs/manual/: First try at rewriting the ADM. Needs lotsamore work, but some parts might already be somewhat useful. by Ronald S. Bultje · 20 years ago
  28. 7569c4e gst/gstpad.c: Allow caps to be NULL (bug #160220). by David Schleef · 20 years ago
  29. 88d3af9 configure.ac: remove all mmx stuff, because it's not used. by David Schleef · 20 years ago
  30. 7974616 add 4CC code for h264 in avi (VSSH) by Stéphane Loeuillet · 20 years ago
  31. 2e3914c add more 4CC codes for h263 by Stéphane Loeuillet · 20 years ago
  32. 1faccbf put the same mail for Zaheer Merali everywhere by Stéphane Loeuillet · 20 years ago
  33. 3efae9f Added more gst-launch examples by Stefan Kost · 20 years ago
  34. b0af935 more notes by David Schleef · 20 years ago
  35. f9f59df more notes by David Schleef · 20 years ago
  36. 775fdce gst/gstqueue.c: Check for availability again. by Ronald S. Bultje · 20 years ago
  37. 563aa73 gst/gstcaps.c: Simple caps go first. This has the nice side-effect of fixing an obscure warning. by Ronald S. Bultje · 20 years ago
  38. de305e8 gst/gstversion.h.in: Protect header. by Ronald S. Bultje · 20 years ago
  39. 474d041 gst/schedulers/gstoptimalscheduler.c: When we're recursing into a chain run, only run the directly related group, not... by Ronald S. Bultje · 20 years ago
  40. 047c0a3 remove patch if autopoint fails by Thomas Vander Stichele · 20 years ago
  41. 1fd4bed docs/gst/gstreamer-sections.txt: Document Thomas' addition, fix build, make Luis the sheriff happy. by Ronald S. Bultje · 20 years ago
  42. 6688e2f add accessor for version field by Thomas Vander Stichele · 20 years ago
  43. 23a4951 yay for the TP, italian added by Thomas Vander Stichele · 20 years ago
  44. 8291c44 gst/gstpad.c: GST_RPAD_* will only operate on a RealPad (it casts the pointer, it doesn't actually check the contents... by Ronald S. Bultje · 20 years ago
  45. d6e66ee gst/gstqueue.c: Reverted to 1.110 until this makes the testsuite and various apps work. by Wim Taymans · 20 years ago
  46. bcacdad usecases by Thomas Vander Stichele · 20 years ago
  47. 2aed185 fix cvs conflict strings mistakenly included by Christian Schaller · 20 years ago
  48. 6af3cb7 gst/gstelement.c: Use g_error_new_literal because error text may have percentage signs in it. Fixes #160019. by Ronald S. Bultje · 20 years ago
  49. 802e187 gst/elements/gstbufferstore.c: don't try to make subbuffers bigger than they can be. (fixes #159970) by Benjamin Otte · 20 years ago
  50. 88b8855 docs/gst/: Add new function to docs to fix build. by Ronald S. Bultje · 20 years ago
  51. 522f5f7 Added testcase for failing bin iterate function due to glib thread-unsafeness. by Wim Taymans · 20 years ago
  52. 8d61d90 gst/: Deprecate _type_is_fixed, use _value_is_fixed instead, since the fixedness depends on the content. by Ronald S. Bultje · 20 years ago
  53. 4c20dfd testsuite/threads/: Added a bunch of testcases that show threadsafety bugs in glib. by Wim Taymans · 20 years ago
  54. ab472f9 Added a first batch of gst-launch examples, as provided by ronald and other from the devel-mlist by Stefan Kost · 20 years ago
  55. 1d4aeab Added docs with proposals for major rewrite for 0.9. by Wim Taymans · 20 years ago
  56. a9bad8a gst/gstelement.c: simplify by Benjamin Otte · 20 years ago
  57. 7d5e716 testsuite/threads/: Added testsuite to show bug #159566 by Wim Taymans · 20 years ago
  58. 9364ba1 updated release practice by Thomas Vander Stichele · 20 years ago
  59. afe15de fix some typos by Thomas Vander Stichele · 20 years ago
  60. 12a0211 gst/gstthread.c: Ref the thread object in the GThread mainloop. Break out of the thread mainloop if it holds the last... by Wim Taymans · 20 years ago
  61. 6c376ec gst/gstqueue.c (gst_queue_link_sink): Grab the lock only when it is necessary to wait. by Martin Soto · 20 years ago
  62. eea114a docs/pwg/building-boiler.xml: Make description somewhat clearer. by Ronald S. Bultje · 20 years ago
  63. 7a8e5e6 docs/upload.mak: Apparently docs changed location on FDO's server. by Ronald S. Bultje · 20 years ago
  64. a664742 docs/pwg/appendix-checklist.xml: Add some random notes on thinks to check when writing an element. by Ronald S. Bultje · 20 years ago
  65. 709bfe8 gst/gstqueue.c (gst_queue_init, gst_queue_link_sink) by Martin Soto · 20 years ago
  66. 4a2df81 docs/manual/quotes.xml: add a quote by Thomas Vander Stichele · 20 years ago
  67. 4f8aa88 fix build after commit of fair :) by Christian Schaller · 20 years ago
  68. 93f541e gst/elements/: Subtract size of internally stored data from position queries. by Christophe Fergeau · 20 years ago
  69. 7bf7d80 gst/gstpad.c (gst_pad_collectv): Fix the return line. by Martin Soto · 20 years ago
  70. 727725d gst/schedulers/: New cothread based scheduler: Fair scheduler. by Martin Soto · 20 years ago
  71. a358d1c gst/autoplug/gstspideridentity.c: Don't crash if that function is not implemented. by Ronald S. Bultje · 20 years ago
  72. eb87b3f docs/pwg/advanced-types.xml: Another typo. by Ronald S. Bultje · 20 years ago
  73. 1dc833e docs/pwg/intro-preface.xml: Hm, ok, so the brackets weren't really useful... by Ronald S. Bultje · 20 years ago
  74. c7f0590 typo by Stéphane Loeuillet · 20 years ago
  75. f634aba docs/pwg/intro-preface.xml: Rewrite preface. by Ronald S. Bultje · 20 years ago
  76. 79b7744 docs/pwg/: Typo fixes. by Ronald S. Bultje · 20 years ago
  77. df7f3e4 Added testcase for schduler segfault. by Wim Taymans · 20 years ago
  78. a1892cc gst/gstmarshal.list: add missing marshaller, fixes build by Christophe Fergeau · 20 years ago
  79. a3bdc2c docs/random/signal: added notes about using BOXED for GstBuffer signal marshallers, not POINTER by Christophe Fergeau · 20 years ago
  80. 074dc03 gst/elements/: more by Christophe Fergeau · 20 years ago
  81. e3b6aa4 gst/elements/gstidentity.c: GstBuffer is a boxed type, marshal the signal with VOID__BOXED, not VOID__POINTER by Christophe Fergeau · 20 years ago
  82. e56b667 added some more docs, removed two obsolete defines by Stefan Kost · 20 years ago
  83. 6d42edd gst/: Aplied part of patch #157127: Cleanup of issues reported by sparse. by Wim Taymans · 20 years ago
  84. 6a110e0 gst/schedulers/gstoptimalscheduler.c: Aplied patch #154061. Running a pipeline in which an element calls GST_ELEMENT_... by Wim Taymans · 20 years ago
  85. 824c331 gst/gststructure.c: Remove that ugly if-then thing in the code that converts between strings and types. by Wim Taymans · 20 years ago
  86. 3207eb2 gst/gstscheduler.c: Aplied clock distribution patch, this should fix bug #148787. by Wim Taymans · 20 years ago
  87. 47dd0dc added norwegian bokmaal translation by Thomas Vander Stichele · 20 years ago
  88. 3f06646 tools/gst-inspect.c: print signal arguments as pointers if they are by Benjamin Otte · 20 years ago
  89. 99acdfd exchanged GTK_ macros with G_TYPE macros (as pointed out by mathrick) by Stefan Kost · 20 years ago
  90. 3cf9fdf Since parse can do 'element name=a:b' make 'a:b.' work as well. by Wim Taymans · 20 years ago
  91. 47bf817 tools/gst-inspect.c: Use the realpad when printing the direction. by Wim Taymans · 20 years ago
  92. 956e807 quote of the day by Thomas Vander Stichele · 20 years ago
  93. 7a054da examples/manual/Makefile.am: $< isn't portable in Makefile rules. by David Schleef · 20 years ago
  94. e719825 more api documentation better error signaling and logging by Stefan Kost · 20 years ago
  95. c36f2f8 gst/gstqueue.c: Subtract current queue contents from position queries. by Ronald S. Bultje · 20 years ago
  96. 970da8b gst/gsturi.c (gst_uri_get_location): unescape string escape string. by Johan Dahlin · 20 years ago
  97. bedb0be gst/gstpad.c: allow renegotiation of unconnected pads (as inside spider). Simply return OK if unconnected - mimic try... by Benjamin Otte · 20 years ago
  98. 1a8ff9d gst/gstbin.c: Add missing break. by Ronald S. Bultje · 20 years ago
  99. 852fb1e gst/elements/gstfakesrc.c: Set element to EOS before sending EOS event by Zaheer Abbas Merali · 20 years ago
  100. b2db2cd gst/elements/gsttypefindelement.c: Handle EOS events when doing the transition from typefind to data passing. This sh... by Wim Taymans · 20 years ago