1. 944f347 lv2: fix inverted boolean properties by Tim-Philipp Müller · 7 years ago
  2. fbd9a62 lv2: Try and reflect better lilv default path by Nicolas Dufresne · 7 years ago
  3. 8c850b3 lv2: Recursively monitor the lv2 plugin path by Nicolas Dufresne · 7 years ago
  4. 387e229 meson: Enable building LV2 by Nicolas Dufresne · 7 years ago
  5. 4261692 Remove plugin specific static build option by Nicolas Dufresne · 8 years ago
  6. 78022a6 docs: Port all docstring to gtk-doc markdown by Thibault Saunier · 8 years ago
  7. e985754 fix for https://bugzilla.gnome.org/show_bug.cgi?id=771871 by Sergey Mamonov · 8 years ago
  8. ea443a3 lv2: make it build with older lilv by Stefan Sauer · 8 years ago
  9. 8330f7a lv2: planning update by Stefan Sauer · 9 years ago
  10. 13d963f lv2: keep working with older versions by Stefan Sauer · 9 years ago
  11. adf2092 lv2: add support for saving presets by Stefan Sauer · 9 years ago
  12. e9a2c4f lv2: support for loading presets by Stefan Sauer · 9 years ago
  13. a1bf2e1 lv2: support CVPorts by Stefan Sauer · 9 years ago
  14. c66d390 lv2: use _OBJECT log variants and lower log level when processing by Stefan Sauer · 9 years ago
  15. b483717 lv2: cleanup the predicates by Stefan Sauer · 9 years ago
  16. 63afc05 lv2: tweak enum logging by Stefan Sauer · 9 years ago
  17. 04a957c lv2: generate enums from scalepoints by Stefan Sauer · 9 years ago
  18. 5aee046 lv2: reduce log spam for property bounds by Stefan Sauer · 9 years ago
  19. e2184b2 lv2: remove lv2_symbol_pred by Stefan Sauer · 9 years ago
  20. 78572e2 lv2: remove leftover FIME by Stefan Sauer · 9 years ago
  21. 1c83ce7 lv2: add registry caching by Stefan Sauer · 9 years ago
  22. da0a3d9 lv2: implemnt the map-extension by Stefan Sauer · 9 years ago
  23. 3101fe7 lvs: add require_feature checks by Stefan Sauer · 9 years ago
  24. dfa6fb3 lv2: add a source plugin by Stefan Sauer · 9 years ago
  25. 8a6c459 lv2: add support for host features by Stefan Sauer · 9 years ago
  26. d7b7d9d lv2: skip plugins that need host features by Stefan Sauer · 9 years ago
  27. f35d4d4 lv2: add classification from metadata by Stefan Sauer · 9 years ago
  28. a05f8dd lv2: extract helper code into lv2utils by Stefan Sauer · 9 years ago
  29. bbcd659 README: update to 1.0 and lilv by Stefan Sauer · 9 years ago
  30. 44b9710 lv2filter: remove the variable for the registry klass tag by Stefan Sauer · 9 years ago
  31. bec6042 lv2filter: remove copy and paste of doc blob by Stefan Sauer · 9 years ago
  32. c32e74f lv2: Port filters to GStreamer 1.0 and use lilv instead of slv2 by Thibault Saunier · 9 years ago
  33. e51cd4f gst: Add better support for static plugins by Sebastian Dröge · 12 years ago
  34. 9e1b75f Fix FSF address by Tim-Philipp Müller · 12 years ago
  35. 578861a replace gst_element_class_set_details_simple with gst_element_class_set_metadata by Mark Nauwelaerts · 12 years ago
  36. cda192b gst: Update for GST_PLUGIN_DEFINE() API changes by Sebastian Dröge · 13 years ago
  37. 1318a97 gst: Update versioning by Sebastian Dröge · 13 years ago
  38. 9f73890 controller: port to new controller location and api by Stefan Sauer · 13 years ago
  39. e8d2485 Fix compilation for unused but not set by Nicolas Dufresne · 13 years ago
  40. 579188d lv2: ensure uniqe property names by Stefan Kost · 14 years ago
  41. fcf7b11 lv2: update url for port-groups extension by Stefan Kost · 14 years ago
  42. 67c21b1 ladspa,lv2: don't fail in plugin_init when having 0 elements by Stefan Kost · 15 years ago
  43. e4a3bc4 lv2: add more examples by Stefan Kost · 15 years ago
  44. 775c758 gst_element_class_set_details => gst_element_class_set_details_simple by Benjamin Otte · 15 years ago
  45. 8800908 lv2: code cleanups by Stefan Kost · 15 years ago
  46. ebdf1c2 signalprocessor,lv2,ladspa: move sample-rate to baseclass by Stefan Kost · 15 years ago
  47. 8f1bb31 lv2: shorter element names by Stefan Kost · 15 years ago
  48. 1658472 lv2: simpify property registration by Stefan Kost · 15 years ago
  49. 792c181 lv2: use plugin dependency registry api by Stefan Kost · 15 years ago
  50. 6f4bf4c lv2: lookup GQuark just once instead for each plugin+1 by Stefan Kost · 15 years ago
  51. ee2c1e6 ladspa/lv2: link and init to gst-controller by Stefan Kost · 15 years ago
  52. 78b6992 lv2: add more debug and remove "\n" from debug logging by Stefan Kost · 15 years ago
  53. 6aed9cf lv2: better gobject properties by Stefan Kost · 15 years ago
  54. faa007d lv2: create valid gobject property names. Fixes #602528 by Stefan Kost · 15 years ago
  55. 89d9aae [cleanup] Various style and cleanups by Benjamin Otte · 15 years ago
  56. 1803eb4 lv2: set the audio-channel positions again, but now in _setup by Stefan Kost · 15 years ago
  57. d7a4293 lv2: only use g_return_val_if_fail for checking pre-conditions by Stefan Kost · 15 years ago
  58. 8a5e9a3 signalprocessor: change _setup to pass whole caps and not just sampling_rate by Stefan Kost · 15 years ago
  59. fac1f74 signalprocessor: Use correct CFLAGS for the signalprocessor headers in LV2/LADSPA by Yaakov Selkowitz · 15 years ago
  60. 38592a5 signalprocessor: don't set channel positions in template-caps, Fixes #601775 by Stefan Kost · 15 years ago
  61. 63734cb lv2: fix pad direction for ungrouped ports by Stefan Kost · 15 years ago
  62. ac3ed46 Revert "LV2 preset support." by Stefan Kost · 15 years ago
  63. f82a4fa Revert "Fix property index when setting preset." by Stefan Kost · 15 years ago
  64. 0a6b22b Fix property index when setting preset. by Dave Robillard · 15 years ago
  65. c95f59c LV2 preset support. by Dave Robillard · 15 years ago
  66. fa47a5f More tolerate port group support, plugin cleanup. by Dave Robillard · 15 years ago
  67. 9956118 Make mono warning visible in public documentation. by Dave Robillard · 15 years ago
  68. 374d52d Multi-channel support with channel positions. by Dave Robillard · 15 years ago
  69. 8538d38 Add documentation for LV2 element. by Dave Robillard · 15 years ago
  70. 00a4088 Add swh and calf LV2 port group patches. by Dave Robillard · 16 years ago
  71. 403f58b Working multi-channel pads for LV2 plugins. by Dave Robillard · 16 years ago
  72. c076e7d Allocate a static predicate for pg:inGroup. by Dave Robillard · 16 years ago
  73. 1ef08ed Only allocate lv2:inPlaceBroken predicate once. by Dave Robillard · 16 years ago
  74. b849ae8 Separate port discovery from pad template creation. by Dave Robillard · 16 years ago
  75. 28b35ae Use silly glib types :). by Dave Robillard · 16 years ago
  76. 8eeb2f3 Query and store port group information. by Dave Robillard · 16 years ago
  77. db1a4ba Working basic LV2 signal processing. by Dave Robillard · 16 years ago
  78. ab96789 Set class inPlaceBroken property. by Dave Robillard · 16 years ago
  79. 5a8e9cd signalprocessor: Fix various build/dist issues by Sebastian Dröge · 15 years ago
  80. 60fa2e2 make: remove whitespace after trailing backslash by Stefan Kost · 15 years ago
  81. 78a12a3 Use GST_WARNING instead of fprintf. by Dave Robillard · 16 years ago
  82. 72ae74e Add LV2 quick start README. by Dave Robillard · 16 years ago
  83. a2a0322 signalprocessor: use $(top_builddir) instead of relative paths by Stefan Kost · 16 years ago
  84. ea184d7 Working LV2 plugin discovery. by Dave Robillard · 16 years ago