summaryrefslogtreecommitdiff
path: root/ext/jack
AgeCommit message (Expand)AuthorFilesLines
2021-06-17gst: don't use volatile to mean atomic1.16Matthew Waters3-5/+5
2020-09-25jack: Use jack_free(3) to release portsokuoku2-5/+5
2018-07-27meson: Add feature options for all pluginsNirbheek Chauhan1-1/+1
2018-04-25Meson: Generate pc file for all plugins in goodXavier Claessens1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-09-15ext, gst: fix indentationTim-Philipp Müller1-2/+2
2016-09-13jack: Fix pipeline hang when jack changes sample rate or buffer sizeThomas Scheuermann1-14/+16
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+20
2016-07-08jack: don't wait for callbacks if the jack server shut downThomas Scheuermann1-1/+7
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM2-4/+3
2015-02-19jack: case missing break statementLuis de Bethencourt1-0/+1
2015-02-17jack: Add property port-pattern to specify which JACK ports to connect tohark4-7/+70
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2-4/+0
2014-02-23jack: add some simple log handlers for jackStefan Sauer1-0/+15
2013-11-18docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller2-12/+4
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-12-12ext/sys: Fix some compilation errors caused by circular includesSebastian Dröge5-1/+7
2012-11-04Fix FSF addressTim-Philipp Müller11-22/+22
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2-2/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2-3/+4
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-05Merge branch 'master' into 0.11Mark Nauwelaerts7-24/+22
2012-03-05jack: fix obvious wrong definition for the master flagStefan Sauer1-1/+1
2012-03-04jack: change the transport-mode enum into flagsStefan Sauer7-24/+22
2012-02-10Merge branch 'master' into 0.11Wim Taymans3-26/+44
2012-02-07jack: rework transport supportStefan Sauer3-26/+43
2012-01-19port to new gthread APIWim Taymans1-20/+20
2012-01-12eqMerge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller8-12/+203
2012-01-11jack: add a transport mode enumStefan Sauer6-36/+148
2012-01-10jack: deactivate the request_state codeStefan Sauer2-2/+14
2012-01-10jack: add transport control handlingStefan Sauer4-1/+68
2012-01-10jack: use jack type for the callbackStefan Sauer1-1/+1
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge5-6/+76
2012-01-05jack: Add the new layout field to the raw audio capsSebastian Dröge2-0/+4
2012-01-05jackaudiosrc: Port to the new multichannel audio capsSebastian Dröge3-28/+25
2011-12-12Work around deprecated thread API in glib masterTim-Philipp Müller1-0/+2
2011-12-09jack: don't leak client name when freeing the elementTim-Philipp Müller2-0/+26
2011-12-09jack: add "client-name" property to jackaudiosink and jackaudiosrcNicolas Baron4-6/+48
2011-11-28various: fix pad template leaksVincent Penquerc'h2-4/+3
2011-11-11update for audiobase* renameWim Taymans3-7/+7
2011-11-11audio: update for base class renameWim Taymans4-16/+16
2011-11-11update for ringbuffer changeWim Taymans3-54/+56
2011-09-06-good: port to new audio capsWim Taymans1-2/+2
2011-08-18port to new audio caps.Wim Taymans3-26/+34
2011-08-16Merge branch 'master' into 0.11Wim Taymans1-2/+2
2011-08-13jackaudiosrc: fix error message codeTim-Philipp Müller1-2/+2
2011-08-03Merge branch 'master' into 0.11Wim Taymans2-7/+10
2011-08-03jackaudiosink: Don't call g_alloca() in process_cbTristan Matthews2-7/+10
2011-06-09jack: port some moreWim Taymans2-4/+6