summaryrefslogtreecommitdiff
path: root/src/modules/module-client-node
AgeCommit message (Expand)AuthorFilesLines
2019-05-23interface: add an interface structiface2Wim Taymans4-210/+236
2019-05-20Move implementation helpers to utilsWim Taymans1-0/+1
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 Taymans2-5/+5
2019-05-15hooks: use hook to implement the callbacksWim Taymans2-11/+6
2019-05-14hook: handle port and factory implementation with hookWim Taymans1-3/+1
2019-05-10Fix cleanupWim Taymans1-1/+2
2019-04-17remote-node: reuse activation logic in pw_nodeWim Taymans1-79/+12
2019-04-10make bitfields unsignedWim Taymans2-3/+7
2019-04-10client-stream: Don't allow DYNAMIC_DATAWim Taymans1-2/+5
2019-03-21Add FASTPATH trace logWim Taymans2-16/+8
2019-03-21audioconvert: mark ports and buffers as DYNAMICWim Taymans1-0/+1
2019-03-19protocol-native: pass a message aroundWim Taymans1-37/+40
2019-03-15client-node: add get_node methodWim Taymans5-7/+67
2019-03-15client-node: don't make add_listener asyncWim Taymans2-9/+7
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 Taymans2-6/+11
2019-03-13node: improve debugWim Taymans1-1/+0
2019-03-12remote-node: improve some errorsWim Taymans1-7/+8
2019-03-11client-stream: improve cleanupWim Taymans2-4/+15
2019-03-11client-node: ignore io on the node itselfWim Taymans1-7/+4
2019-03-11fix some small memory leaksWim Taymans1-4/+14
2019-03-08client-stream: first destroy the nodeWim Taymans1-1/+1
2019-03-07stream: prepare output before signaling readyWim Taymans3-6/+22
2019-03-07client-stream: handle driverWim Taymans1-0/+42
2019-03-07remote-node: first run the tee and then signal readyWim Taymans1-0/+4
2019-03-07remote-node: handle add/remove of activationWim Taymans1-4/+37
2019-03-06scheduling: don't use the graph helpers.Wim Taymans3-46/+15
2019-03-06port: simplify statesWim Taymans1-5/+4
2019-03-06client-node: send own activation to client for statsWim Taymans1-0/+11
2019-03-06client-node: improve cleanupWim Taymans2-7/+22
2019-03-04remote-node: handle driver nodesWim Taymans3-12/+32
2019-03-04client-node: also send param idssWim Taymans2-1/+6
2019-03-04client-node: pass spa_node_info alongWim Taymans3-69/+186
2019-03-01interfaces: make events return voidWim Taymans2-10/+8
2019-03-01node: make add_listener methodWim Taymans3-101/+109
2019-02-27node: add port and node paramsWim Taymans4-34/+65
2019-02-25more async improvementsWim Taymans2-4/+8
2019-02-25Improve async handlingWim Taymans3-136/+113
2019-02-21node: improve pending resultsWim Taymans2-6/+8
2019-02-21link: handle the right port in the callbackWim Taymans2-4/+6
2019-02-21node: improve async handlingasyncWim Taymans5-129/+205
2019-02-18node: add props to add_portWim Taymans4-29/+72
2019-02-18interfaces: improve remote APIWim Taymans4-212/+217
2019-02-14client-node: only update info when change_mask setWim Taymans1-1/+2
2019-02-14client-node: handle NULL info in updateWim Taymans1-1/+1
2019-02-14node: add max_ports to node infoWim Taymans2-3/+3