pipewire/src/pipewire
2021-01-23 07:15:55 +01:00
..
.gitignore
array.h array: add and use pw_array_consume 2020-05-06 15:56:31 +02:00
buffers.c buffers: increase max datas and metadata in buffers 2020-07-01 11:43:18 +02:00
buffers.h
client.h Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
context.c daemon: add support for mlockall 2021-01-19 12:17:29 +01:00
context.h Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
control.c clean the hook lists 2020-11-06 15:55:33 +01:00
control.h
core.c core: silence the errors 2020-11-29 16:25:41 +01:00
core.h Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
data-loop.c clean the hook lists 2020-11-06 15:55:33 +01:00
data-loop.h data-loop: add function to invoke 2020-04-30 11:54:15 +02:00
device.h Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
factory.h
filter.c Revert "remove mlock and use MAP_LOCKED" 2021-01-19 14:47:52 +01:00
filter.h filter: stop mapping of dmabufs 2020-11-23 15:22:11 +00:00
global.c context: return -ENOENT for destroyed globals 2020-11-19 11:34:44 +01:00
global.h global: add method to update global keys 2020-08-05 12:29:19 +02:00
impl-client.c context: return -ENOENT for destroyed globals 2020-11-19 11:34:44 +01:00
impl-client.h Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
impl-core.c Make getrandom() failure fatal 2021-01-23 07:15:55 +01:00
impl-core.h
impl-device.c impl: always copy the id in param_info 2020-12-17 16:11:30 +01:00
impl-device.h
impl-factory.c clean the hook lists 2020-11-06 15:55:33 +01:00
impl-factory.h
impl-link.c impl-link: mark feedback links with property 2020-12-20 12:32:54 +01:00
impl-link.h
impl-module.c impl-module: turn an error into debug 2021-01-14 15:08:14 +01:00
impl-module.h
impl-node.c impl-node: log quantum in XRun error 2021-01-18 11:24:53 +01:00
impl-node.h Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
impl-port.c jack: move monitor ports after playback ports 2021-01-05 15:38:52 +01:00
impl-port.h port: add param_changed event 2020-06-18 15:47:29 +02:00
impl.h
introspect.c impl-link: add an active state 2020-10-09 16:43:31 +02:00
keys.h impl-link: mark feedback links with property 2020-12-20 12:32:54 +01:00
link.h impl-link: add an active state 2020-10-09 16:43:31 +02:00
log.c log: don't re-initialize the log level in pw_init() 2020-05-14 16:54:53 +03:00
log.h log: add option to set log before pw_init() 2020-05-08 11:00:48 +02:00
loop.c
loop.h
main-loop.c clean the hook lists 2020-11-06 15:55:33 +01:00
main-loop.h Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
map.h
mem.c mem: add LOCKED flag to mlock the mapped memory 2021-01-19 10:52:29 +01:00
mem.h mem: add LOCKED flag to mlock the mapped memory 2021-01-19 10:52:29 +01:00
meson.build pkgconfig: require libspa on the libpipewire pkgconfig file 2020-02-11 14:01:52 +00:00
module.h
node.h Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
permission.h permission: add M permission 2020-07-30 16:35:14 +02:00
pipewire.c pipewire: also set journal log level 2020-11-18 17:43:24 +01:00
pipewire.h Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
port.h Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
private.h node: improve profiler 2020-12-20 20:37:21 +01:00
properties.c properties: just use the parser in all cases 2020-12-31 10:12:09 +01:00
properties.h properties: Expose _update_string() method 2020-12-29 13:15:54 +01:00
protocol.c clean the hook lists 2020-11-06 15:55:33 +01:00
protocol.h
proxy.c proxy: also clean the object_listeners 2020-11-06 15:34:13 +01:00
proxy.h Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
resource.c clean the hook lists 2020-11-06 15:55:33 +01:00
resource.h Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
stream.c stream: use busy metadata 2021-01-21 17:46:47 +01:00
stream.h stream: stop mapping of dmabufs 2020-11-23 15:22:11 +00:00
thread-loop.c clean the hook lists 2020-11-06 15:55:33 +01:00
thread-loop.h thread-loop: fix comment 2020-07-21 11:02:11 +02:00
type.h
utils.c
utils.h utils: don't include config.h 2020-11-11 12:24:24 +01:00
version.h.in
work-queue.c work-queue: avoid invalid sequence numbers 2020-09-16 10:36:09 +02:00
work-queue.h