summaryrefslogtreecommitdiff
path: root/ext/jack
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-26jack: port jack elementsWim Taymans2-47/+38
2011-04-16jack: fix unused-but-set-variable warnings with gcc-4.6Tim-Philipp Müller2-32/+43
2011-04-11jack: also handle deprecations for jack 1.9.7Stefan Kost2-4/+4
2011-04-05jack: Fix build with jack 0.120.1Jon Nordby2-4/+4
2011-03-16jackaudiosink: Fix typo from 9544622674c0d0a3147a9b51145159b02eec68e9Robert Swain1-1/+1
2011-03-11jack: fix build against jack 0.120.2Philippe Normand2-3/+25
2011-01-02jack: fix up element details and some other minor clean-upsTim-Philipp Müller5-11/+6
2011-01-02jack: template caps had lists with one value, just use value directlyTim-Philipp Müller2-2/+2
2011-01-02jack: make get_type functions thread-safeTim-Philipp Müller3-30/+32
2011-01-02various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2-4/+6