summaryrefslogtreecommitdiff
path: root/pipewire-pulseaudio
AgeCommit message (Expand)AuthorFilesLines
2020-08-04pulse: handle NULL pw_streamWim Taymans1-1/+2
2020-08-04pulse: always load the registryWim Taymans3-105/+7
2020-08-04pulse: handle device_name of NULL as errorWim Taymans1-4/+2
2020-08-04stream: let the operation emit the TERMINATED stateWim Taymans1-2/+1
2020-08-04pulse: handle memory user_data of NULLWim Taymans1-1/+2
2020-08-04pulse: improve debugWim Taymans1-8/+8
2020-08-04pulse: actually remember the default sourceWim Taymans1-0/+1
2020-08-03stream: clear user data on flushWim Taymans1-3/+22
2020-08-03stream: fix printf modifierWim Taymans1-1/+1
2020-07-31pulse: remove metadata storeWim Taymans5-148/+24
2020-07-31pulse: improve param enumerationWim Taymans1-16/+29
2020-07-31pulse: refactor param enumerationWim Taymans2-19/+27
2020-07-30pulse: also use PIPEWIRE_LATENCY as a fallbackWim Taymans1-2/+15
2020-07-30pulse: use the right sample specWim Taymans1-1/+1
2020-07-30permission: add M permissionWim Taymans2-2/+2
2020-07-30pulse: check that we have access to change metadataWim Taymans2-8/+14
2020-07-29pulse: use format from node if availableWim Taymans2-16/+28
2020-07-29Parse format param and store in nodeWim Taymans4-165/+187
2020-07-29pulse: take queued data into account when asking for moreWim Taymans1-2/+11
2020-07-28pulse: fix signedness warningWim Taymans1-1/+1
2020-07-28stream: improve flagsWim Taymans1-3/+5
2020-07-28keys: add stream to avoid remixing channelsWim Taymans1-2/+4
2020-07-23context: connect to given serverWim Taymans1-0/+3
2020-07-23use id to store default sink/sourceWim Taymans3-20/+17
2020-07-21pulse: remove useless leaked propertyWim Taymans1-5/+0
2020-07-20stream: put target string in node.targetWim Taymans1-9/+13
2020-07-20introspect: set metadata type as wellWim Taymans1-1/+6
2020-07-20stream: remove wrong warningWim Taymans1-2/+0
2020-07-20pulse: clean up introspectionWim Taymans2-321/+315
2020-07-20introspect: set target node as propertyWim Taymans1-16/+84
2020-07-16pulse: don't try to do set_param when not writableWim Taymans3-0/+16
2020-07-08pulse: emit server change events when default sink/source changeWim Taymans3-5/+21
2020-07-08pulse: improve name of monitorsWim Taymans3-7/+38
2020-07-07metadata: free item value as wellWim Taymans1-2/+11
2020-07-07pulse: use metadata to store default source/sinkWim Taymans5-11/+232
2020-07-07pulse: wait for READY before calling callbacksWim Taymans2-4/+4
2020-07-07acp: add volume base and stepWim Taymans3-5/+15
2020-07-06pod: add HARDWARE flag to spa_pod_propWim Taymans3-6/+14
2020-07-03internal: improve assertWim Taymans1-2/+10
2020-07-01introspect: fix default source/sinkWim Taymans1-4/+23
2020-07-01context: fix context_id, use the client bound idWim Taymans2-1/+13
2020-07-01context: fix sorted insertWim Taymans1-3/+8
2020-07-01context: use different variable to avoid confusionWim Taymans1-21/+25
2020-07-01context: don't enum profile/route when one is pendingWim Taymans1-0/+6
2020-07-01pulse: control volume on device or nodeWim Taymans3-89/+142
2020-07-01pulse: handle volume and mute with the Route paramsWim Taymans1-178/+324
2020-07-01pulse: use route param to set current active portsWim Taymans1-12/+95
2020-07-01pulse: handle error from volume setWim Taymans1-32/+34
2020-07-01pulse: use route param to get/set current active routesWim Taymans1-3/+26
2020-07-01context: update the Profiles and Routes in the cardWim Taymans3-194/+376