1. 6802a8b docs/gst/gstreamer-sections.txt: remove double entries from the docs by Thomas Vander Stichele · 19 years ago
  2. a0c4c48 CVS surgery + support to move base, check, and net out of gst and into libs/gst by Thomas Vander Stichele · 19 years ago
  3. 9389a2f check/Makefile.am: look in the right place for elements, a lot more chance of success by Thomas Vander Stichele · 19 years ago
  4. 9e3259d gst/Makefile.am: don't try and build net if we don't even have <sys/socket.h> by Thomas Vander Stichele · 19 years ago
  5. d65ec49 add undefined for core by Thomas Vander Stichele · 19 years ago
  6. f496f75 update LDFLAGS use some more by Thomas Vander Stichele · 19 years ago
  7. 891d05b Removed GstURI , closes bug #321061 by Edward Hervey · 19 years ago
  8. 1698417 gst/Makefile.am (gst_headers): Add glib-compat.h. noinst the -private. by Andy Wingo · 19 years ago
  9. 2754334 Added segment helper structure and methods. Not fully implemented yet. by Wim Taymans · 19 years ago
  10. 4258474 gst/net/: New part of core to hold network elements and objects. Put in core because it exposes API that applications... by Andy Wingo · 19 years ago
  11. c7d92fc gst/Makefile.am: Don't link against VALGRIND_LIBS. That was always the wrong thing to do, but only breaks with newer ... by Michael Smith · 19 years ago
  12. 839de99 gst/base/gstcollectpads.c (gst_collectpads_chain): Slight cleanup. by Andy Wingo · 19 years ago
  13. 0847955 configure.ac: reorganize clean up document more remove cruft by Thomas Vander Stichele · 19 years ago
  14. b98900a remove queryutils headers after moving the two used functions to gstquery. also fixes build problem for gstsiddec by Thomas Vander Stichele · 19 years ago
  15. 41aca72 inlined two more docs factored gstpadtemplate out of gstpad by Stefan Kost · 19 years ago
  16. 0838cd0 more docs inlined, splitted gstindex.{c,h} by Stefan Kost · 19 years ago
  17. 6e96e1b docs/gst/Makefile.am: Ignore a few more internal headers by David Schleef · 19 years ago
  18. e245175 gst/Makefile.am: Dist glib-compat.h by David Schleef · 19 years ago
  19. 162462e gst/Makefile.am: Oh yeah, libgstreamer.so needs to contain the new functions. by David Schleef · 19 years ago
  20. a3bac07 remove by David Schleef · 19 years ago
  21. 93ca1da Rest of the fix for 316155: don't confuse MinGW when running glib-mkenums by Michael Smith · 19 years ago
  22. b5454f7 renamed gsttag -> gsttaglist, gsttaginterface -> gsttagsetter inlined docs for gsttrace, gsttrashstack by Stefan Kost · 19 years ago
  23. 628f773 gst/: splitted gsttypefind into gsttypefind, gsttypefindfactory by Stefan Kost · 19 years ago
  24. 650687b ported gstchildproxy over from 0.8 ported gst-inspect fixes and enhancements over from 0.8 by Stefan Kost · 20 years ago
  25. ab65255 work on builds without check by Thomas Vander Stichele · 20 years ago
  26. 8ce827c move check stuff to its own library to be used by other modules by Thomas Vander Stichele · 20 years ago
  27. e1aeec6 Removed plugable schedulers. by Wim Taymans · 20 years ago
  28. fba0bf7 gst/: Remove old file. by Wim Taymans · 20 years ago
  29. 5ebba48 gst/Makefile.am: No more cothreads.h by Wim Taymans · 20 years ago
  30. d13478b Remove old probes, add new g-signal-based probes and some utility functions. by Ronald S. Bultje · 20 years ago
  31. 4b908e3 gst/gstutils.c: RPAD fixes all around. by Andy Wingo · 20 years ago
  32. e1b5b74 gst/: Move elementfactory methods to separate .h file. by Wim Taymans · 20 years ago
  33. 1b2ade5 gst/: Hi, I'm outdated. Please shoot me. by Ronald S. Bultje · 20 years ago
  34. e134f7f check/Makefile.am: remove GstData checks by David Schleef · 20 years ago
  35. 328ddd7 gst/gstiterator.h: Add some includes. by Andy Wingo · 20 years ago
  36. 01162be gst/Makefile.am: Added gstqueryutils.h to the list of headers to install, that was a 'nachty' move wingo :) by Edward Hervey · 20 years ago
  37. 82bb4f0 automake 1.5 fixes by Thomas Vander Stichele · 20 years ago
  38. d3f4ae1 possible fixes for automake-1.5 by Thomas Vander Stichele · 20 years ago
  39. 46e13eb Convert everything from GstAtomicInt to g_atomic_int_*, and remove gstatomic. by David Schleef · 20 years ago
  40. 65dd8e9 gst/gstpad.c: Remove handling of filtered caps. Fix/merge functions that handle filtered links. by David Schleef · 20 years ago
  41. 7e89cbf gst/Makefile.am: Remove as-libtool stuff. It's likely not and hard to carry around. by David Schleef · 20 years ago
  42. 326d36b Added state change code. by Wim Taymans · 20 years ago
  43. a7abc22 gst/Makefile.am: remove gstcpu.[ch]. The gst_cpu functionality is broken and should be implemented in a different li... by David Schleef · 20 years ago
  44. c2f41a8 Next big merge. by Wim Taymans · 20 years ago
  45. 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
  46. 1512ad8 don't break distcheck by Thomas Vander Stichele · 21 years ago
  47. ca223e7 add a dependency so it triggers a marshal code rebuild by Thomas Vander Stichele · 21 years ago
  48. ca7539c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... by David Schleef · 21 years ago
  49. e7b9201 reorganize C/LIB flags add gst_info to gstcompat.h by Thomas Vander Stichele · 21 years ago
  50. f55a809 remove gst_info remove gstlog.h, fold back to gstinfo.h update translations by Thomas Vander Stichele · 21 years ago
  51. 26d7745 gst/: Convert asm source into inline assembly. by David Schleef · 21 years ago
  52. f8c8133 configure.ac: Changes to remove POSIXisms (mmap in this case) and to build DLLs on Windows. by David Schleef · 21 years ago
  53. e0ab9b5 add support for detecting if GStreamer runs inside valgrind. by Benjamin Otte · 21 years ago
  54. 209c82e docs/gst/gstreamer-sections.txt: More doc hacking. by David Schleef · 21 years ago
  55. 849f5cc adding back RELEASE clean up disting of built files by Thomas Vander Stichele · 21 years ago
  56. c5d76e5 configure.ac: We don't really need glib-2.3. Also remove some unneeded checks for library functions. by David Schleef · 21 years ago
  57. 4efc300 changing error signal add error codes and domains by Thomas Vander Stichele · 21 years ago
  58. 4522682 distcheck fixes by Thomas Vander Stichele · 21 years ago
  59. f5b464f adding i18n tested with nl, seems to work fine by Thomas Vander Stichele · 21 years ago
  60. 6150b02 rename gstcaps2.[ch] to gstcaps.[ch] by David Schleef · 21 years ago
  61. 8c9cd07 Merge CAPS branch by David Schleef · 21 years ago
  62. 44fe952 oops, didn't intend to do last checkin by David Schleef · 21 years ago
  63. 1cd87b3 Change GST_.*_PADDING to _gst_padding[GST_PADDING]; by David Schleef · 21 years ago
  64. 02ce798 remove gstcaps2.h by David Schleef · 21 years ago
  65. 3e4c58b Add gstcaps2.h for installation so gst-plugins builds. by Jan Schmidt · 21 years ago
  66. 57fcf33 Remove old autoplug code by David Schleef · 21 years ago
  67. 385b9ee merge in tagging by Benjamin Otte · 21 years ago
  68. cc00f40 put GST_CACHE_DIR in config.h by Thomas Vander Stichele · 21 years ago
  69. 5539c31 Add GstStructure and GstValue by David Schleef · 21 years ago
  70. 3235f1d merge TYPEFIND branch. Major changes: by Benjamin Otte · 21 years ago
  71. 6fbff1c New typefind system: bytestream is now part of the core all plugins have been modified to use this new typefind syste... by Ronald S. Bultje · 21 years ago
  72. 5d76a2e Implement generic interface stuff, with per-instance support checking instead of per-class checking by Ronald S. Bultje · 21 years ago
  73. 803ce6b GST_DEBUG reorganization containing loads of stuff: by Benjamin Otte · 22 years ago
  74. 582913d make the user registry location major-minor versioned so it doesn't clash with older incompatible registries make gst... by Thomas Vander Stichele · 22 years ago
  75. d19cc5f Updated makefile too.. by Wim Taymans · 22 years ago
  76. b030b5c - Add more --disable options by Wim Taymans · 22 years ago
  77. 1ee670c Added infrastructure to register URI to element+property mappings by Wim Taymans · 22 years ago
  78. f1af3cc code cleanups and further deprecation fixes by Thomas Vander Stichele · 22 years ago
  79. 5529bbc first pass of connect->link gst-plugins and other stuff compiles without change at this point by Thomas Vander Stichele · 22 years ago
  80. 9f92f33 And now it's inlined again :) by Wim Taymans · 22 years ago
  81. eb6c33f - Added PAD_NEGOTIATING flag, remove PAD_EOS flag by Wim Taymans · 22 years ago
  82. 132bab1 - copy kernel headers (waiting for libatomic..) by Wim Taymans · 22 years ago
  83. 347505b - major API breakage (one of the last, I promise...) by Wim Taymans · 22 years ago
  84. 8854eac - First pass at cleaning up the atomic mess by Wim Taymans · 22 years ago
  85. fcd8d12 Renamed GstCache to GstIndex by Wim Taymans · 22 years ago
  86. a022e03 not used anymore by Thomas Vander Stichele · 22 years ago
  87. 7eea6a0 fix for parallel installability by Thomas Vander Stichele · 22 years ago
  88. 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
  89. 91df096 Index caches dir too, add caches to Makefile.am by Wim Taymans · 22 years ago
  90. 2d9c2e4 commiting Leifs registry to /var/cache patch, works well for me :) by Christian Schaller · 22 years ago
  91. a48bce0 - Added first attempt at general caching mechanism (GstTimeCache renamed to GstCache) by Wim Taymans · 22 years ago
  92. d5ba1b6 Added padprobe to makefile by Wim Taymans · 22 years ago
  93. d6f5464 fixing recursive make problem and nonscrdir builds by Thomas Vander Stichele · 23 years ago
  94. 9211961 make dist fix by Thomas Vander Stichele · 23 years ago
  95. af86892 this triggers a regen of the autogenned source files by Thomas Vander Stichele · 23 years ago
  96. c8d3e2e Make the formats dynamic so that plugins can register new seek/query formats by Wim Taymans · 23 years ago
  97. 29ae46b Fixed the missing .h file and some reorg (not sure what's best) by Wim Taymans · 23 years ago
  98. 74eba3a add default bufferpool, clean up some code, add bufferpool testing to fakesrc by Andy Wingo · 23 years ago
  99. fcb10a6 - Removed bufferpool code and move that to gstbuffer.c by Wim Taymans · 23 years ago
  100. d3e33a1 as promised, the header changes and some of wingo's virtual fixes as well by accident by Thomas Vander Stichele · 23 years ago