1. c019530 shout2send: print actual username in debug log out by Adrián Pardini · 8 years ago
  2. c820478 shout2: use gint and guint in place of int and uint by Philippe Renon · 7 years ago
  3. b26d445 shout2send: use non-blocking I/O and a configurable network operations timeout by George Kiagiadakis · 8 years ago
  4. 6cb49cf Fix up package name and origin in some plugins by Tim-Philipp Müller · 8 years ago
  5. b68d936 Remove plugin specific static build option by Nicolas Dufresne · 8 years ago
  6. ca0ed8a Fix plugin filenames to match plugin names by Nicolas Dufresne · 8 years ago
  7. 6c8c9a6 shout2: fix 404 in package origin by Reynaldo H. Verdejo Pinochet · 8 years ago
  8. b09f478 Add support for Meson as alternative/parallel build system by Nirbheek Chauhan · 8 years ago
  9. 9abc31d shout2: Use a non-timer GstPoll by Sebastian Dröge · 9 years ago
  10. 1071309 good: use new gst_element_class_add_static_pad_template() by Vineeth TM · 9 years ago
  11. f58841c shout2: remove unnecessary NULL checks before g_free() by Reynaldo H. Verdejo Pinochet · 9 years ago
  12. 2e412a4 docs: update example pipelines in element docs by Tim-Philipp Müller · 10 years ago
  13. 4480a25 shout2send: error out if no caps were received by Tim-Philipp Müller · 11 years ago
  14. d7210be shout2send: accept audio/webm, audio/ogg and video/ogg as well by Tim-Philipp Müller · 11 years ago
  15. ac7d346 shout2send: change audio_format field to format by Reynaldo H. Verdejo Pinochet · 11 years ago
  16. 667c803 shout2send: clarify meaning of the URL prop by Reynaldo H. Verdejo Pinochet · 11 years ago
  17. e6321ec shout2send: docs, add a sample pipeline by Reynaldo H. Verdejo Pinochet · 11 years ago
  18. 9dd6e22 shout2send: drop IP only requirement for _set_host() by Reynaldo H. Verdejo Pinochet · 11 years ago
  19. 786f87e shout2send: Retarget FIXME to 2.0 by Reynaldo H. Verdejo Pinochet · 11 years ago
  20. 1dfc1f2 Don't use setlocale in plugins() by Tim-Philipp Müller · 11 years ago
  21. b0b0557 gst: Add better support for static plugins by Sebastian Dröge · 12 years ago
  22. 81b9e19 shout2send: accept audio/webm as well as video/webm by Tim-Philipp Müller · 12 years ago
  23. 230cf41 Fix FSF address by Tim-Philipp Müller · 12 years ago
  24. c074bfd gst_tag_list_free -> gst_tag_list_unref by Tim-Philipp Müller · 12 years ago
  25. e0eddb4 shout2: update for ogg media type changes by Tim-Philipp Müller · 13 years ago
  26. e09ae57 Use new gst_element_class_set_static_metadata() by Tim-Philipp Müller · 13 years ago
  27. aa2cd46 gst: Update for GST_PLUGIN_DEFINE() API changes by Sebastian Dröge · 13 years ago
  28. 594867f shout2: use some more boilerplate by Mark Nauwelaerts · 13 years ago
  29. 834c63f shout2: port to 0.11 by Mark Nauwelaerts · 13 years ago
  30. 225e98d Merge branch 'master' into 0.11 by Wim Taymans · 13 years ago
  31. 8b2ca70 shout2send: send video/webm through libshout. by Ralph Giles · 13 years ago
  32. c0e101e various: fix pad template leaks by Vincent Penquerc'h · 13 years ago
  33. 45f6707 various (ext): add a missing G_PARAM_STATIC_STRINGS flags by Stefan Kost · 14 years ago
  34. 59f2cb3 shout2: Don't wait if we're late by Benjamin Otte · 15 years ago
  35. 073201b build: Makefile.am cleanups by Tim-Philipp Müller · 15 years ago
  36. cccfeaa gst_element_class_set_details => gst_element_class_set_details_simple by Benjamin Otte · 15 years ago
  37. 5479255 shout2send: Add 'public' property by Robert Weidlich · 15 years ago
  38. 8cb3452 shout2: Convert delay correctly by Thiago Santos · 15 years ago
  39. 4519bdc shout2: use gstpoll for timeouts by Wim Taymans · 15 years ago
  40. 084812b Don't install static libs for plugins. Fixes #550851 for -good. by Stefan Kost · 16 years ago
  41. 426721f Make sure gettext returns translations in UTF-8 encoding rather than in the current locale encoding (#546822). by Frederic Crozat · 16 years ago
  42. de1357a Fix a bunch of leaks shown by the newly-added states test. by Jan Schmidt · 18 years ago
  43. 570e2ff ext/shout2/gstshout2.*: Add a property for username. by Michael Smith · 18 years ago
  44. 8d70a78 ext/shout2/gstshout2.*: Properly handle tags in shout2send. Fixes #399825. by charles · 18 years ago
  45. 11cb7a3 Const-ify GEnumValue arrays. by Tim-Philipp Müller · 19 years ago
  46. 1c8e824 Rewrite a bit: use GstBaseSink::start and stop instead of a state change function; use GST_ELEMENT_ERROR for error re... by Tim-Philipp Müller · 19 years ago
  47. 52563ea ext/shout2/gstshout2.*: Handle tags being received before the connection to the server is established properly (see #... by Philippe Valembois · 19 years ago
  48. d0b7fc0 ext/shout2/gstshout2.c: Don't crash in case the connection to the server fails: don't set pointer to NULL by assignin... by Tim-Philipp Müller · 19 years ago
  49. b5af832 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) by Stefan Kost · 19 years ago
  50. 629fb23 better/unified long descriptions by Wim Taymans · 19 years ago
  51. 02a1c79 ext/shout2/gstshout2.c: Make shout2 work for non ogg streams by Zaheer Abbas Merali · 19 years ago
  52. 3ecf433 expand tabs by Thomas Vander Stichele · 19 years ago
  53. 842a43f fix up more enums by Thomas Vander Stichele · 19 years ago
  54. 8d223d7 Update for gst_tag_setter API changes. by Andy Wingo · 19 years ago
  55. 3650ac0 use gst_version_string by Thomas Vander Stichele · 19 years ago
  56. 7593b38 fix build and use of GST_LIBS by Thomas Vander Stichele · 19 years ago
  57. 7ebd7b9 All plugins updated for element state changes. by Andy Wingo · 19 years ago
  58. c50893f Various event updates and cleanups. by Wim Taymans · 19 years ago
  59. da8915b more macro splitting; fix po problem by Thomas Vander Stichele · 19 years ago
  60. d0e0853 Way, way, way too many files: Remove crack comment from the 2000 era. by Andy Wingo · 20 years ago
  61. 094d0b4 ext/shout2/gstshout2.c: Fix build. by Wim Taymans · 20 years ago
  62. 1987170 Port shout2 plugin by Zaheer Abbas Merali · 20 years ago
  63. d9cccd2 ext/lame/gstlame.c: send tag events downstream by Zaheer Abbas Merali · 20 years ago
  64. 8448310 fix shout2send compilation problem with -Wall -Werror by Stéphane Loeuillet · 21 years ago
  65. e0dc323 ext/Makefile.am: add rules to build shout2send (was removed by accident when this module was no more marked experimen... by Stéphane Loeuillet · 21 years ago
  66. 4c89978 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
  67. eb3614a ext/shout2/gstshout2.c: Guimond, fixes #142432) by Benjamin Otte · 21 years ago
  68. a0de263 configure.ac: enable shout2 by default by Benjamin Otte · 21 years ago
  69. 6cc1c73 don't mix tabs and spaces by Thomas Vander Stichele · 21 years ago
  70. 5acffea *.h: Revert indenting by Johan Dahlin · 21 years ago
  71. 5d25c00 gst-indent by Thomas Vander Stichele · 21 years ago
  72. 76a5c85 Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugger uses mad and not faad for mp3 decoding... by Ronald S. Bultje · 21 years ago
  73. e46d349 remove copyright field from plugins by Andy Wingo · 21 years ago
  74. e1b1275 More cruft by Ronald S. Bultje · 21 years ago
  75. f2d5cae /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
  76. 37fe79e Remove redundant plugindir definition by David Schleef · 21 years ago
  77. 6fcc950 + changes for new float caps without slope/intercept + some category changes for plugins by Leif Johnson · 21 years ago
  78. 292fec2 New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as descri... by Ronald S. Bultje · 21 years ago
  79. 90da904 compatibility fix for new GST_DEBUG stuff. by Benjamin Otte · 22 years ago
  80. fcb030b state change fixes from Pedro Corte-Real for shout and shout2 plugins by Christian Schaller · 22 years ago
  81. c2a01f4 PadConnect -> PadLink by Thomas Vander Stichele · 22 years ago
  82. be876ae 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
  83. 7c03811 #fixes 101992 by Thomas Vander Stichele · 22 years ago
  84. d9f2daf fix location by Thomas Vander Stichele · 22 years ago
  85. efa337d Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac by Iain Holmes · 22 years ago
  86. e16c505 parallel install fixes by Thomas Vander Stichele · 22 years ago
  87. 37d7c43 people interpreting .m4's make me laugh with wild abandonment by Thomas Vander Stichele · 22 years ago
  88. a96a74b Added the new shout plugin by Wim Taymans · 22 years ago