1. 57e3555 jack: fix up element details and some other minor clean-ups by Tim-Philipp Müller · 14 years ago
  2. 79a8e0e jack: template caps had lists with one value, just use value directly by Tim-Philipp Müller · 14 years ago
  3. 1f5083a jack: make get_type functions thread-safe by Tim-Philipp Müller · 14 years ago
  4. 3c43a9e various (ext): add missing G_PARAM_STATIC_STRINGS flags by Stefan Kost · 14 years ago
  5. 11c4157 jack: added translatable text for server not found error by Tristan Matthews · 14 years ago
  6. c070cfa jack: added client property by Tristan Matthews · 15 years ago
  7. a110fe3 jack: removed unused file gstjackbin.c by Tristan Matthews · 15 years ago
  8. 71b06e4 jacksrc: make sure we always read nframes by Wim Taymans · 15 years ago
  9. e05b723 jack: improve process_cb by Tristan Matthews · 15 years ago
  10. 55f1ea0 jack: implement multichannel support correctly for jackaudiosrc by Tristan Matthews · 15 years ago
  11. 3153aa9 jack: remove empty dispose and finalize methods by Stefan Kost · 15 years ago
  12. 2b7ca14 jack: don't leak caps by Stefan Kost · 15 years ago
  13. 084e826 jack: don't use GST_DEBUG_FUNCPTR for gobject vmethods by Stefan Kost · 15 years ago
  14. 0a22a42 jack: fix element name in section doc blob by Stefan Kost · 15 years ago
  15. de91f84 Add -Wold-style-definition by Benjamin Otte · 15 years ago
  16. 71366f8 Add -Wmissing-declarations -Wmissing-prototypes to configure flags by Benjamin Otte · 15 years ago
  17. 4ccda26 gst_element_class_set_details => gst_element_class_set_details_simple by Benjamin Otte · 15 years ago
  18. f20c736 jack: ensure segtotal is at least 2 by Stefan Kost · 15 years ago
  19. 45fb781 jack: don't crash in ringbuffer with SIGFPE on small buffer-times by Stefan Kost · 15 years ago
  20. 8a002a1 jack: when stopping playback, do one more cycle to flush the port. Fixes #582167 by Stefan Kost · 16 years ago
  21. 7dde7ec jack: Add new connection mode by Wim Taymans · 16 years ago
  22. fb03eb6 ext/jack/: Query port latencies for sink/src delays. by Stefan Kost · 16 years ago
  23. 7ba1bcb Don't install static libs for plugins. Fixes #550851 for -bad. by Stefan Kost · 16 years ago
  24. 051dba6 Fix compiler warnings on OS/X by Jan Schmidt · 16 years ago
  25. e0d25d4 ext/jack/gstjackaudiosrc.c: Try committing this once again. Now properly renamed. by Stefan Kost · 17 years ago
  26. 37f51bb docs/plugins/: docs/plugins/inspect/plugin-jack.xml by Stefan Kost · 17 years ago
  27. b34bd14 ext/jack/: Add a jackaudiosrc. Refactor sink slightly for better code reuse. by Tristan Matthews · 17 years ago
  28. d32bf24 docs/plugins/: docs/plugins/inspect/plugin-mythtv.xml by Stefan Kost · 17 years ago
  29. 8909b10 Do not use short_description in section docs for elements. We extract them from element details and there will be war... by Stefan Kost · 17 years ago
  30. 102b2e3 ext/jack/gstjackaudiosink.c: Include the element name in the port name to avoid duplicate port names. by Wim Taymans · 17 years ago
  31. d418db9 ext/jack/gstjackaudiosink.c: Work around missing bits of thread-safety on older GLibs some more to avoid assertions w... by Tim-Philipp Müller · 17 years ago
  32. 459484b Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcoding values where possible. Fixes bug #522212. by Sebastian Dröge · 17 years ago
  33. be5f69b ext/jack/gstjackaudiosink.c: Add stdlib include here too. by Stefan Kost · 18 years ago
  34. 5b2d689 ext/jack/gstjackaudiosink.c: Try t better name clients. properly handle return codes when re- establishing links. by Stefan Kost · 18 years ago
  35. a70ffee ext/jack/gstjackaudioclient.c: Don't need to take the connection lock, it will not be used and could cause deadlocks. by Paul Davis · 18 years ago
  36. 60bcffa ext/jack/: Make an object to manage client connections to the jack server which we will use in the future to run sele... by Paul Davis · 18 years ago
  37. b0bfe6f ext/jack/gstjackaudiosink.*: Improve docs. by Wim Taymans · 18 years ago
  38. 8beff1f ext/jack/.cvsignore: Ignore old files as requested by the build slave. by Jan Schmidt · 18 years ago
  39. e2546f8 ext/Makefile.am: Fix build. by Wim Taymans · 18 years ago
  40. 32aaf1e Added fully functional jackaudiosink. by Wim Taymans · 18 years ago
  41. 8fa70e3 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) by Stefan Kost · 19 years ago
  42. cef77bf rework build; add translations for v4l2 by Thomas Vander Stichele · 19 years ago
  43. c038b32 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition by Stefan Kost · 19 years ago
  44. 473a76d Fix up all the state change functions. by Jan Schmidt · 20 years ago
  45. 567ac42 fixes for G_DISABLE_ASSERT and friends by Benjamin Otte · 21 years ago
  46. da195d3 second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ... by Stéphane Loeuillet · 21 years ago
  47. f88ab24 don't mix tabs and spaces by Thomas Vander Stichele · 21 years ago
  48. 44f714a *.h: Revert indenting by Johan Dahlin · 21 years ago
  49. c2bcfc8 gst-indent by Thomas Vander Stichele · 21 years ago
  50. d952e72 Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap(). by David Schleef · 21 years ago
  51. 9d2631e Merge CAPS branch by David Schleef · 21 years ago
  52. 93cb77d removed GST_*_CAST. Disabling of type checking is done in glib. by Benjamin Otte · 21 years ago
  53. d8b7611 remove copyright field from plugins by Andy Wingo · 21 years ago
  54. 56906e2 Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro... by Ronald S. Bultje · 21 years ago
  55. 04c63f1 Jack fixed too by Iain Holmes · 21 years ago
  56. bc5b62d change gst/bytestream.h to gst/bytestream/bytestream.h by David Schleef · 21 years ago
  57. bbc133e merge TYPEFIND branch. Major changes: by Benjamin Otte · 21 years ago
  58. 45aedd5 /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. by Andy Wingo · 21 years ago
  59. fc1b8b4 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
  60. b5802bd conform to the buffer-frames props entry -- much nicer now... by Andy Wingo · 21 years ago
  61. b87729b Remove redundant plugindir definition by David Schleef · 22 years ago
  62. 25dd7cc + changes for new float caps without slope/intercept + some category changes for plugins by Leif Johnson · 22 years ago
  63. 8bdd27f New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as descri... by Ronald S. Bultje · 22 years ago
  64. 9a04390 fix type punning by David Schleef · 22 years ago
  65. c28be5c compatibility fix for new GST_DEBUG stuff. by Benjamin Otte · 22 years ago
  66. c48b1d6 Removed ugly caps fixed flag hack, will be done automatically in core soon by Wim Taymans · 22 years ago
  67. c357ceb update for the latest jack cvs and non-cothreaded gst scheduler by Andy Wingo · 22 years ago
  68. a75afe6 Changed caps->fixed to use FLAG_SET by Jan Schmidt · 22 years ago
  69. 5781a1a PadConnect -> PadLink by Thomas Vander Stichele · 22 years ago
  70. 7980637 another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so t... by Thomas Vander Stichele · 22 years ago
  71. e2c03f4 parallel install fixes by Thomas Vander Stichele · 22 years ago
  72. cc1c710 licenses again by Andy Wingo · 22 years ago
  73. c7692e1 plugins part of license field patch by Christian Schaller · 22 years ago
  74. 3d25650 This updates all plugins to the new API for gst_pad_try_set_caps by Ronald S. Bultje · 22 years ago
  75. bec3f5c removing warnings as approved by wim by Thomas Vander Stichele · 23 years ago
  76. 3129540 fix jack input port connection by Andy Wingo · 23 years ago
  77. 925babb compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4 by Andy Wingo · 23 years ago
  78. c2880b1 make jack work in all its full duplex glory by Andy Wingo · 23 years ago
  79. af472ca working jack elements (fixed a problem in upstream jack) random other fixen... by Andy Wingo · 23 years ago
  80. 5789a18 use new bytestream api by Steve Baker · 23 years ago
  81. f11d85c update to new jack api by Andy Wingo · 23 years ago
  82. b2ef7f9 add some includes by Andy Wingo · 23 years ago
  83. e166e85 better initialization. it doesn't work over here, though. by Andy Wingo · 23 years ago
  84. d9d5b97 a commit so that jack will build without errors on Uraeus's system ;) by Andy Wingo · 23 years ago
  85. 35a8893 set caps once we know the sample rate of the system by Andy Wingo · 23 years ago
  86. fdd9428 some jack fixes, alsa touchups, and add rtp by default to the build if there are any problems building rtp, we're mov... by Andy Wingo · 23 years ago
  87. 1613f0e a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br... by Andy Wingo · 23 years ago
  88. 6ef5499 Finally we're on to a proper jack setup, with a specialized bin and elements that can only go in a jack bin. I had to... by Andy Wingo · 23 years ago
  89. a9161e1 GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. by Andy Wingo · 23 years ago
  90. 2d8f33b alphabetization fixen a jack caps fix by Andy Wingo · 23 years ago
  91. b3ce1be add notify back to filesrc, it's needed for MVC applications remove notify printouts from gst-launch cleanup in gst-p... by Andy Wingo · 23 years ago
  92. 2f2a02b s/Gnome-Streamer/GStreamer/ by Andy Wingo · 23 years ago
  93. fe8058a removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with... by Andy Wingo · 23 years ago
  94. 3b8cad1 s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi... by Andy Wingo · 23 years ago
  95. 90ee1e4 s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way added jack ... by Andy Wingo · 23 years ago