summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-23interface: add an interface structiface2Wim Taymans85-2932/+2983
2019-05-23fmtconvert: also return all formats when not negotiatedWim Taymans1-1/+2
2019-05-23alsa: handle alsa-lib 1.1.9Wim Taymans4-4/+4
2019-05-23gstpipewiresrc: clear timestamps when processing a bufferMichael Olbrich1-0/+3
2019-05-23meson.build: Test for ptrdiff_t in <stddef.h>Thomas Zimmermann1-2/+3
2019-05-23autogen.sh: Immediately fail on command errorsThomas Zimmermann1-0/+2
2019-05-23autogen.sh: Check for mesonThomas Zimmermann1-1/+12
2019-05-23autogen.sh: Put meson arguments right after command nameThomas Zimmermann1-1/+1
2019-05-23autogen.sh: Replace symbolic link to MakefileThomas Zimmermann1-1/+1
2019-05-23autogen.sh: Reuse existing build directoryThomas Zimmermann1-3/+2
2019-05-23destroy resources first, then the globalWim Taymans3-8/+12
2019-05-23Return -EEXIST when registering an object twiceWim Taymans4-0/+10
2019-05-23list: use spa_list_consume some moreWim Taymans2-6/+6
2019-05-21interface: get_registry always returns a Registry typeWim Taymans7-21/+15
2019-05-20Move implementation helpers to utilsWim Taymans29-41/+65
2019-05-20pipewire: only load spa_handleWim Taymans5-127/+85
2019-05-17core: simply load the dbus interface in coreWim Taymans3-15/+2
2019-05-17core: fix pw_core_find_format() for active portsMichael Olbrich1-13/+27
2019-05-17pipewire/node: Pass along 'media.role' node property tooJonas Ã…dahl1-0/+2
2019-05-17Remove libv4l2 dependencyWim Taymans2-4/+1
2019-05-17audioconvert: don't use rangeWim Taymans3-49/+83
2019-05-16a2dp: also acquire when the state is pendingWim Taymans1-1/+1
2019-05-16io: remove unused rangeWim Taymans10-74/+2
2019-05-16bluez: fix a2dp sourceWim Taymans6-34/+213
2019-05-15map: handle more error casesWim Taymans4-19/+29
2019-05-15hook: separate spa_callbacks from the hookWim Taymans28-84/+97
2019-05-15hooks: use hook to implement the callbacksWim Taymans26-111/+121
2019-05-15a2dp: cleanupsWim Taymans2-116/+211
2019-05-14a2dp: add events and implementationWim Taymans4-35/+142
2019-05-14hook: handle port and factory implementation with hookWim Taymans5-26/+23
2019-05-14device: rename internal variable for consistency with nodeWim Taymans2-9/+9
2019-05-14audioconvert: improve debugWim Taymans2-2/+4
2019-05-14hook: add option to call hook with return valueWim Taymans1-4/+13
2019-05-14bluez5: add a2dp-source pluginJulian Bouzas4-12/+1189
2019-05-14link: remove error from methodWim Taymans4-13/+15
2019-05-14link: listen to permission changes on the portsWim Taymans1-8/+34
2019-05-14global: update child permissionsWim Taymans1-5/+25
2019-05-14global: keep track of child globalsWim Taymans2-3/+17
2019-05-13link: listen for permission changesWim Taymans1-8/+26
2019-05-13global: don't follow NULL parentWim Taymans1-1/+1
2019-05-13client: update permission before calling global_updateWim Taymans1-2/+3
2019-05-13global: add permissions_changed eventWim Taymans3-0/+8
2019-05-13global: combine all permissions of the object treeWim Taymans1-3/+9
2019-05-13link: check permissionsWim Taymans1-0/+28
2019-05-13client: call find_permission only onceWim Taymans1-3/+6
2019-05-13introspect: fix enumWim Taymans1-1/+1
2019-05-13protocol-native: also handle 0 recvmsg as EOFWim Taymans2-10/+27
2019-05-10protocol: add security label to a clientWim Taymans5-50/+35
2019-05-10core: don't remove client resource in helloWim Taymans4-3/+15
2019-05-10core: destroy all resources on helloWim Taymans3-1/+15