summaryrefslogtreecommitdiff
path: root/ext/jack
Commit message (Expand)AuthorAgeFilesLines
* gst: don't use volatile to mean atomicMatthew Waters2021-04-133-5/+5
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-2/+2
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle2020-06-031-0/+3
* jack: Use G_DECLARE_FINAL_TYPENiels De Graef2020-03-162-31/+6
* Remove autotools build systemTim-Philipp Müller2019-10-142-10/+0
* documentation: fix a number of typosAaron Boxer2019-10-051-1/+1
* doc: Port documentation to hotdocThibault Saunier2019-05-131-0/+1
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-05-134-23/+23
* jack: Use jack_free(3) to release portsokuoku2019-04-242-5/+5
* meson: Add feature options for all pluginsNirbheek Chauhan2018-07-271-1/+1
* Meson: Generate pc file for all plugins in goodXavier Claessens2018-04-251-0/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* ext, gst: fix indentationTim-Philipp Müller2016-09-151-2/+2
* jack: Fix pipeline hang when jack changes sample rate or buffer sizeThomas Scheuermann2016-09-131-14/+16
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+20
* jack: don't wait for callbacks if the jack server shut downThomas Scheuermann2016-07-081-1/+7
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-4/+3
* jack: case missing break statementLuis de Bethencourt2015-02-191-0/+1
* jack: Add property port-pattern to specify which JACK ports to connect tohark2015-02-174-7/+70
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-262-4/+0
* jack: add some simple log handlers for jackStefan Sauer2014-02-231-0/+15
* docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller2013-11-182-12/+4
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* ext/sys: Fix some compilation errors caused by circular includesSebastian Dröge2012-12-125-1/+7
* Fix FSF addressTim-Philipp Müller2012-11-0411-22/+22
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-272-2/+2
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-102-3/+4
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* Merge branch 'master' into 0.11Mark Nauwelaerts2012-03-057-24/+22
|\
| * jack: fix obvious wrong definition for the master flagStefan Sauer2012-03-051-1/+1
| * jack: change the transport-mode enum into flagsStefan Sauer2012-03-047-24/+22
* | Merge branch 'master' into 0.11Wim Taymans2012-02-103-26/+44
|\ \ | |/
| * jack: rework transport supportStefan Sauer2012-02-073-26/+43
* | port to new gthread APIWim Taymans2012-01-191-20/+20
* | eqMerge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2012-01-128-12/+203
|\ \ | |/
| * jack: add a transport mode enumStefan Sauer2012-01-116-36/+148
| * jack: deactivate the request_state codeStefan Sauer2012-01-102-2/+14
| * jack: add transport control handlingStefan Sauer2012-01-104-1/+68
| * jack: use jack type for the callbackStefan Sauer2012-01-101-1/+1
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-105-6/+76
|\ \ | |/
| * Work around deprecated thread API in glib masterTim-Philipp Müller2011-12-121-0/+2
| * jack: don't leak client name when freeing the elementTim-Philipp Müller2011-12-092-0/+26
| * jack: add "client-name" property to jackaudiosink and jackaudiosrcNicolas Baron2011-12-094-6/+48
| * various: fix pad template leaksVincent Penquerc'h2011-11-282-4/+3
* | jack: Add the new layout field to the raw audio capsSebastian Dröge2012-01-052-0/+4
* | jackaudiosrc: Port to the new multichannel audio capsSebastian Dröge2012-01-053-28/+25
* | update for audiobase* renameWim Taymans2011-11-113-7/+7
* | audio: update for base class renameWim Taymans2011-11-114-16/+16
* | update for ringbuffer changeWim Taymans2011-11-113-54/+56