summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-20thread-loop: improve error checkingWim Taymans1-17/+23
2018-12-20Release 0.2.5Wim Taymans2-8/+9
2018-12-20free() can handle NULL just fine so skip the checkWim Taymans10-87/+46
2018-12-18video-src: set valid cursor idWim Taymans1-1/+1
2018-12-18Add some more error checkingWim Taymans2-12/+37
2018-12-14loop: use simple hook emissionWim Taymans2-2/+14
2018-12-12flatpak: only update permissions on sandboxed clientsWim Taymans1-2/+6
2018-11-30meta: use spa_point and spa_rectangleWim Taymans4-32/+42
2018-11-30video-play: handle arbitrary cursor sizesWim Taymans2-22/+46
2018-11-30meta: define invalid cursor metadataWim Taymans2-2/+3
2018-11-30meta: add cursor metadata and examplesWim Taymans3-10/+124
2018-11-26module-rtkit: define RLIMIT_RTTIME in case it isn't defined.maxice81-0/+4
2018-11-26meson: don't add systemd_dep to dependencies if systemd option is false.maxice81-1/+7
2018-11-26meson: Fix configure when systemd option is set to falsemaxice81-1/+1
2018-11-22Release 0.2.4Wim Taymans2-15/+9
2018-11-22v4l2: fix crash when unpluggingWim Taymans2-2/+7
2018-11-22examples: add video crop exampleWim Taymans3-8/+55
2018-11-12spa: explicitly cast the offset to signed intWim Taymans1-1/+1
2018-11-06flatpak: also check for client property changesWim Taymans1-9/+39
2018-11-06improve update_propertiesWim Taymans4-26/+36
2018-11-06properties: don't add NULL valuesWim Taymans1-15/+38