summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-06use SPA_EXPORT to export symbolsWim Taymans36-2/+297
2019-01-31client-node: handle _set_io on the nodeWim Taymans1-12/+50
2019-01-31node: warn when _set_io fails on the nodeWim Taymans1-4/+9
2019-01-31examples: improve examplesWim Taymans4-25/+106
2019-01-31remote: move node export code to client-node moduleWim Taymans20-1045/+1226
2019-01-31video-src: always set chunk infoWim Taymans1-2/+4
2019-01-30stream: small cleanups in notify/control handlingWim Taymans1-15/+28
2019-01-30export-source: fix exampleWim Taymans1-2/+13
2019-01-30conf: remove old moduleWim Taymans1-1/+0
2019-01-30media-session: report error when bindingWim Taymans1-5/+11
2019-01-29properties: handle prealloc of 0Wim Taymans1-1/+2
2019-01-29media-session: handle unknown mediaWim Taymans1-0/+4
2019-01-29link: don't call use_buffers after alloc_buffersWim Taymans1-1/+3
2019-01-29link-factory: fix cleanupWim Taymans1-8/+30
2019-01-29global: first emit then destroy, then unregisterWim Taymans1-2/+2
2019-01-29audio-dsp: clean ports when the node is destroyedWim Taymans1-0/+7
2019-01-29media-session: track our DSP linkWim Taymans1-0/+16
2019-01-29global: remove the global from the map when we unlinkWim Taymans1-3/+1
2019-01-29port: make it possible to clear the mix node againWim Taymans1-0/+6
2019-01-25alloc: document alloc functionsWim Taymans1-63/+1
2019-01-25alloc: improve alignment in alloactorWim Taymans3-79/+38
2019-01-24mem: align memory to requested alignmentWim Taymans5-29/+45
2019-01-22pod: improve parser and builderWim Taymans12-337/+358
2019-01-17pod: add more helpersWim Taymans4-13/+15
2019-01-17builder: control_header -> controlWim Taymans3-3/+3
2019-01-16add some padding and fix typesWim Taymans1-2/+2
2019-01-16pod: improve the vararg pod builder and parserWim Taymans18-761/+750
2019-01-14Don't use __ in defines or declarations, it's reservedWim Taymans83-268/+216
2019-01-11properties: avoid NULL and empty keysWim Taymans2-7/+190
2019-01-11tests: add more properties testsWim Taymans2-11/+62
2019-01-11tests: add test for propertiesWim Taymans3-1/+100
2019-01-10tests: add test for utilsWim Taymans2-1/+96
2019-01-10tests: add test for interfacesWim Taymans3-0/+318
2019-01-10cli: add get-permissions methodWim Taymans1-1/+57
2019-01-10client: implement get_permissionsWim Taymans1-1/+11
2019-01-10client: only set client active onceWim Taymans1-1/+0
2019-01-10client: rework permissionsWim Taymans1-28/+36
2019-01-10protocol: fix permission marshal, skip default permissionsWim Taymans1-5/+12
2019-01-10cli: fix node-paramsWim Taymans1-2/+7
2019-01-10cli: copy nameWim Taymans1-2/+4
2019-01-10interfaces: make permissions constWim Taymans2-2/+2
2019-01-10interfaces: remove core properties updateWim Taymans4-72/+6
2019-01-10interfaces: add method to update propertiesWim Taymans3-3/+74
2019-01-10interfaces: remove core permissionsWim Taymans4-89/+15
2019-01-10protocol: automatically bind to the client as wellWim Taymans4-16/+38
2019-01-10improve debugWim Taymans2-2/+12
2019-01-10remote: buffer id is now just the index of the bufferWim Taymans1-5/+2
2019-01-10remote: remove some eventsWim Taymans9-134/+90
2019-01-09add const to infoWim Taymans7-38/+38
2019-01-09rtkit: improve DISABLE_RTKITWim Taymans1-5/+8