summaryrefslogtreecommitdiff
path: root/spa
AgeCommit message (Expand)AuthorFilesLines
2019-08-01bluez: add sco-sink and sco-source nodesJulian Bouzas6-98/+2352
2019-08-01bluez: unset sco and rfcomm fd when destroying transportJulian Bouzas1-0/+2
2019-08-01fix compilationWim Taymans8-162/+18
2019-08-01spa: install missing utils headersGeorge Kiagiadakis1-0/+2
2019-08-01audioadapter: Format param is write onlyWim Taymans1-1/+1
2019-07-31bluez: clean up nodesWim Taymans1-2/+3
2019-07-30audioconvert/fmtconvert: assume F32 on the other port when listing formatsGeorge Kiagiadakis1-1/+1
2019-07-29tests: fix unit tests againWim Taymans1-1/+2
2019-07-26Add support for client fd memoryWim Taymans4-18/+13
2019-07-25node: remove port_alloc_buffersWim Taymans16-390/+55
2019-07-25node: add flags to port_use_bufferWim Taymans17-64/+80
2019-07-25videoconvert: beginnings of video converterWim Taymans5-0/+1078
2019-07-25mem: Add tag to memmapWim Taymans2-5/+15
2019-07-24mem: use MemId to pass buffer memoryWim Taymans1-0/+1
2019-07-17adapter: remove slave hooksWim Taymans1-0/+3
2019-07-16audioadapter: don't fail if the slave can't provide a filterWim Taymans1-8/+11
2019-07-15improve some debugWim Taymans5-6/+16
2019-07-15resample-native: only do full resample when rate == 1.0Wim Taymans1-3/+4
2019-07-15audioadapter: handle set_io errors betterWim Taymans1-4/+7
2019-07-12audioconvert: clear buffer allocation state as wellWim Taymans1-0/+2
2019-07-12audioconvert: do setup internal links and buffers also in convert modeGeorge Kiagiadakis1-4/+6
2019-07-12move some debug to traceWim Taymans3-5/+5
2019-07-12a2dp: pull more data when neededWim Taymans2-3/+10
2019-07-12audioadapter: implement reuse_buffer on the slaveWim Taymans1-0/+14
2019-07-12node: return ENOTSUP for unimplemented callbacksWim Taymans1-1/+1
2019-07-11props: remove pointers in property values in protocolWim Taymans5-10/+10
2019-07-11adapter: produce output when we have a monitorWim Taymans1-0/+7
2019-07-11merger: respect DYNAMIC_DATA flag when copy pointersWim Taymans1-1/+7
2019-07-11audioadapter: we don't need to clear the dynamic flagWim Taymans1-11/+9
2019-07-11cleanups and debug improvementsWim Taymans2-4/+4
2019-07-11alsa: don't clear io area everWim Taymans1-3/+0
2019-07-10adapter: set driver propertyWim Taymans1-8/+20
2019-07-10adapter: move to SPA pluginWim Taymans4-5/+962
2019-07-09add SPA_SENTINELWim Taymans1-1/+3
2019-07-09Improve rate matching and clock slavingWim Taymans8-81/+128
2019-07-09resample: fix phase calculationWim Taymans2-7/+9
2019-07-08resample: add functions to calculate in/out lengthWim Taymans3-0/+76
2019-07-08small cleanupsWim Taymans4-14/+9
2019-07-02Improve debug and small cleanupsWim Taymans4-9/+22
2019-07-01small cleanupsWim Taymans1-1/+0
2019-06-26v4l2: handle and recover from control failureWim Taymans1-3/+8
2019-06-26builder: make _rewind part of _reset()Wim Taymans2-13/+9
2019-06-26builder: add _rewind methodWim Taymans2-0/+76
2019-06-26v4l2: warn when control failsWim Taymans1-1/+4
2019-06-26builder: take size of the frameWim Taymans1-2/+4
2019-06-26pod: _builder_deref() always works with builder sizeWim Taymans2-3/+4
2019-06-24evl: add build optionevlWim Taymans1-2/+20
2019-06-24Add evl system supportWim Taymans2-0/+545
2019-06-21don't use error()Wim Taymans3-16/+17
2019-06-21names: add standard factory name definitionsWim Taymans31-38/+159