summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-30conf: disable bluez5f32Wim Taymans1-1/+1
2020-04-300.3.4Wim Taymans2-3/+11
2020-04-30protocol: use bool for Bool podWim Taymans3-4/+4
2020-04-30jack: fix unlockWim Taymans1-1/+1
2020-04-30jack: also sync position area with data threadWim Taymans1-25/+25
2020-04-30remote: free io area after we set the new areaWim Taymans2-19/+21
2020-04-30add more warnings and fix oneWim Taymans2-2/+5
2020-04-300.3.3Wim Taymans2-3/+31
2020-04-30filter: make sure to sync the position with data threadWim Taymans2-6/+38
2020-04-30jack: free some objectsWim Taymans1-0/+2
2020-04-30jack: improve lockingWim Taymans2-100/+181
2020-04-30remote-node: remove unused position areaWim Taymans1-10/+0
2020-04-30data-loop: add function to invokeWim Taymans2-0/+19
2020-04-29alsa-monitor: remove timeout in destroyWim Taymans1-0/+1
2020-04-29suspend-node: remove idle handler in destroyWim Taymans1-0/+1
2020-04-29jack: make dummy server and net librariesWim Taymans2-0/+67
2020-04-29add pw-jack and pw-pulse to set the library pathWim Taymans4-0/+135
2020-04-29install replacement libraries in modules directoryWim Taymans4-18/+33
2020-04-28jack: always initialize the port bufferWim Taymans1-15/+15
2020-04-28client-node: don't error in cleanupWim Taymans2-3/+4
2020-04-28pulse: implement cork nowWim Taymans1-2/+1
2020-04-28link: improve state managementWim Taymans1-4/+4
2020-04-28link: track active state of nodesWim Taymans2-46/+57
2020-04-28context: improve statesWim Taymans1-15/+17
2020-04-28context: reorganize graph recalcWim Taymans3-65/+59
2020-04-27support: add dummy driverWim Taymans5-0/+401
2020-04-27metadata: fix order of type/valueWim Taymans1-2/+2
2020-04-27jack: add more metadata keysWim Taymans1-12/+12
2020-04-27log: add option to disable line numbersWim Taymans3-12/+22
2020-04-27context: improve graph statesWim Taymans2-9/+16
2020-04-24system: don't use _GNU_SOURCE in public headerWim Taymans1-3/+1
2020-04-24system: define _GNU_SOURCE for itimerspecWim Taymans1-0/+4
2020-04-24node: improve debugWim Taymans1-3/+4
2020-04-24context: improve graph recalcWim Taymans4-15/+28
2020-04-23gst: remove internal queueWim Taymans2-35/+20
2020-04-23node: also IDLE when not activeWim Taymans1-1/+1
2020-04-23node: don't suspend when already suspendedWim Taymans1-2/+5
2020-04-23gst: use the pw_stream queueWim Taymans2-43/+12
2020-04-23gst: always use the clock timeWim Taymans1-3/+3
2020-04-22factory: do more version checksWim Taymans6-2/+23
2020-04-22plugin: increment version and avoid inspecting old versionsWim Taymans2-1/+7
2020-04-22context: simplify state changesWim Taymans5-139/+53
2020-04-22improve debugWim Taymans33-125/+141
2020-04-22mem: implement remove_idWim Taymans3-6/+9
2020-04-22tools: handle connection errorWim Taymans1-1/+5
2020-04-21jack: only do transport when there is a driverWim Taymans1-2/+2
2020-04-21core: send an error when receiving invalid memWim Taymans2-1/+2
2020-04-21client-node: don't try to clear port when destroyedWim Taymans1-1/+7
2020-04-21jack: clear buffers when freeing the mixerWim Taymans1-21/+22
2020-04-21improve debugWim Taymans3-19/+31