summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-19Revert "global: combine all permissions of the object tree"fedora-30Wim Taymans1-8/+2
2019-06-19deviceprovider: fix probing without startingMichael Olbrich2-3/+7
2019-06-19connection: add do_close flag to connect_fdWim Taymans5-11/+13
2019-06-19alsa: handle alsa-lib 1.1.9Wim Taymans4-4/+4
2019-05-22Release 0.2.6Wim Taymans2-2/+85
2019-05-22gstpipewiresrc: clear timestamps when processing a bufferMichael Olbrich1-0/+3
2019-05-22meson.build: Test for ptrdiff_t in <stddef.h>Thomas Zimmermann1-2/+3
2019-05-22autogen.sh: Immediately fail on command errorsThomas Zimmermann1-0/+2
2019-05-22autogen.sh: Check for mesonThomas Zimmermann1-1/+12
2019-05-22autogen.sh: Put meson arguments right after command nameThomas Zimmermann1-1/+1
2019-05-22autogen.sh: Replace symbolic link to MakefileThomas Zimmermann1-1/+1
2019-05-22autogen.sh: Reuse existing build directoryThomas Zimmermann1-3/+2
2019-05-22destroy resources first, then the globalWim Taymans7-18/+33
2019-05-22Return -EEXIST when registering an object twiceWim Taymans4-0/+13
2019-05-22client-node: don't destroy the resource from its eventWim Taymans2-7/+1
2019-05-21list: use spa_list_consume some moreWim Taymans6-19/+15
2019-05-21node: use spa_list_for_each_safe() for pw_node_events_*Michael Olbrich2-1/+14
2019-05-20module-portal: Handle no app_id being setJonas Ådahl1-1/+2
2019-05-20module-portal: Ignore if pipewire.access.portal.is_portal is "yes"Jonas Ådahl1-1/+17
2019-05-17core: small cleanup in _find_format()Wim Taymans1-16/+10
2019-05-17core: fix pw_core_find_format() for active portsMichael Olbrich1-8/+32
2019-05-16module-portal: Use permission store for portal initiated clientsjadahl-wip/module-portalJonas Ådahl1-268/+476
2019-05-16Rename module-flatpak module-portalJonas Ådahl3-2/+2
2019-05-16pipewire/node: Pass along 'media.role' node property tooJonas Ådahl1-0/+2
2019-05-14remove libv4l2 dependencyMichael Olbrich2-2/+1
2019-05-13global: emit permissions_changed eventWim Taymans4-3/+38
2019-05-13global: combine all permissions of the object treeWim Taymans1-2/+8
2019-05-13link: check permissionsWim Taymans1-0/+28
2019-05-10protocol: add security label to a clientWim Taymans5-49/+46
2019-05-10core: don't send remove_id in helloWim Taymans5-5/+14
2019-05-06remote: only remove the proxy id when it existedWim Taymans1-3/+3
2019-05-06core: destroy all resources on helloWim Taymans1-2/+12
2019-05-06list: add _consume methodWim Taymans11-38/+43
2019-05-06client: properties with "pipewire." prefix are read-onlyWim Taymans2-4/+14
2019-05-06pipewiresrc: actually use the fd when setWim Taymans1-1/+4
2019-04-30v4l2: add Camera media.roleWim Taymans1-0/+1
2019-04-10format: map all mjpeg formats to video/mjpegWim Taymans2-2/+3
2019-04-10rtkit: improve DISABLE_RTKITWim Taymans1-5/+8
2019-04-10rtkit: Allow disabling with DISABLE_RTKITNicolas Dufresne1-0/+3
2019-04-02daemon: use correct type for getopt_long() return valueMatthias Fend1-1/+1
2019-04-02v4l2: do not keep non-capture devices openPhilipp Zabel1-0/+4
2019-02-13Quote "$@" in autogen.shncraun-vivint1-1/+1
2019-02-06add SPA_EXPORT where neededWim Taymans48-8/+275
2019-02-06example: use core methods to register typesWim Taymans2-18/+22
2019-02-06spa: don't use constructor attribute to register factoriesWim Taymans7-84/+39
2019-02-06fix some compiler warnings with clangWim Taymans20-46/+67
2019-02-06type: add function to map typesWim Taymans3-1/+66
2019-02-06utils: add SPA_EXPORTWim Taymans1-0/+2
2019-01-02Avoid invalid conversion error with C++ compilatorsJan Grulich1-1/+1
2018-12-20thread-loop: fix leak of eventWim Taymans1-5/+7