summaryrefslogtreecommitdiff
path: root/src/modules/module-client-node/client-stream.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-23interface: add an interface structiface2Wim Taymans1-65/+53
2019-05-20pipewire: only load spa_handleWim Taymans1-4/+11
2019-05-17audioconvert: don't use rangeWim Taymans1-18/+10
2019-05-15hook: separate spa_callbacks from the hookWim Taymans1-2/+2
2019-05-15hooks: use hook to implement the callbacksWim Taymans1-5/+3
2019-04-10make bitfields unsignedWim Taymans1-1/+5
2019-04-10client-stream: Don't allow DYNAMIC_DATAWim Taymans1-2/+5
2019-03-21Add FASTPATH trace logWim Taymans1-12/+4
2019-03-21audioconvert: mark ports and buffers as DYNAMICWim Taymans1-0/+1
2019-03-15client-node: add get_node methodWim Taymans1-1/+1
2019-03-15client-node: don't make add_listener asyncWim Taymans1-1/+2
2019-03-15client-stream: make PropInfo visibleWim Taymans1-6/+8
2019-03-14client-stream: emit property change eventsWim Taymans1-19/+30
2019-03-14client-stream: only add link onceWim Taymans1-0/+3
2019-03-14control: make control links many to manyWim Taymans1-4/+9
2019-03-11client-stream: improve cleanupWim Taymans1-1/+4
2019-03-08client-stream: first destroy the nodeWim Taymans1-1/+1
2019-03-07stream: prepare output before signaling readyWim Taymans1-1/+3
2019-03-07client-stream: handle driverWim Taymans1-0/+42
2019-03-06scheduling: don't use the graph helpers.Wim Taymans1-24/+1
2019-03-06client-node: improve cleanupWim Taymans1-5/+17
2019-03-04remote-node: handle driver nodesWim Taymans1-0/+2
2019-03-01interfaces: make events return voidWim Taymans1-5/+3
2019-03-01node: make add_listener methodWim Taymans1-70/+68
2019-02-27node: add port and node paramsWim Taymans1-14/+22
2019-02-25Improve async handlingWim Taymans1-60/+74
2019-02-21node: improve pending resultsWim Taymans1-2/+2
2019-02-21link: handle the right port in the callbackWim Taymans1-0/+1
2019-02-21node: improve async handlingasyncWim Taymans1-62/+62
2019-02-18node: add props to add_portWim Taymans1-2/+3
2019-02-18interfaces: improve remote APIWim Taymans1-5/+20
2019-02-14node: add max_ports to node infoWim Taymans1-2/+2
2019-02-14node: Add port_info eventWim Taymans1-116/+84
2019-02-13node: remove port_send_commandWim Taymans1-25/+0
2019-02-12node: implement activationWim Taymans1-6/+18
2019-02-07node: allocate shared mem for activationWim Taymans1-3/+10
2019-01-25alloc: improve alignment in alloactorWim Taymans1-4/+2
2019-01-16pod: improve the vararg pod builder and parserWim Taymans1-9/+8
2019-01-08add const to info changesWim Taymans1-1/+1
2018-12-19free() can handle NULL just fine so skip the checkWim Taymans1-7/+3
2018-12-05client-stream: activate peaks resampler when monitoringWim Taymans1-5/+11
2018-12-04client-stream: fix cleanupWim Taymans1-3/+4
2018-11-26node: remove info from node interfaceWim Taymans1-1/+0
2018-11-05Relicense as MIT/X11Wim Taymans1-13/+18
2018-10-31node: allow for setting driver rootWim Taymans1-2/+2
2018-10-24client-node: use spa_io_positionWim Taymans1-1/+1
2018-10-23add node set_io functionWim Taymans1-0/+6
2018-10-18client-stream: implement enum_param and set_param betterWim Taymans1-3/+52
2018-10-18client-stream: add media.class on nodeWim Taymans1-3/+5
2018-10-17improve debug and error handlingWim Taymans1-1/+2