Multimedia processing graphs
Find a file
Wim Taymans d2f877912a Use graph to schedule things
Make real spa_graph nodes and ports and schedule those. This makes
it possible to add explicit tee and mixers in the real graph.
Rework the way we add and remove ports and nodes from the graph.
Remove confusing pw_port_link and merge core with pw_link_new()
Move scheduling in separate files, add some more graph-schedulers.
2017-06-30 19:36:39 +02:00
doc Update docs a little 2017-06-21 13:17:43 +02:00
man man: fixes 2017-06-16 17:56:18 +02:00
pipewire Use graph to schedule things 2017-06-30 19:36:39 +02:00
pkgconfig Add beginnings of jack module 2017-06-26 13:04:47 +02:00
po pinos -> pipewire 2017-05-23 19:15:33 +02:00
spa Use graph to schedule things 2017-06-30 19:36:39 +02:00
.gitignore pinos -> pipewire 2017-05-23 19:15:33 +02:00
autogen.sh Add beginnings of jack module 2017-06-26 13:04:47 +02:00
config.h.meson Don't hardcode plugin path 2017-06-19 12:19:22 +02:00
git-version-gen Initial commit 2015-04-16 16:58:33 +02:00
GPL Initial commit 2015-04-16 16:58:33 +02:00
LGPL Initial commit 2015-04-16 16:58:33 +02:00
LICENSE pinos -> pipewire 2017-05-23 19:15:33 +02:00
Makefile.in Release 0.1.1 2017-06-26 13:13:21 +02:00
meson.build Fix build for jack 2017-06-28 09:11:05 +02:00
NEWS pinos -> pipewire 2017-05-23 19:15:33 +02:00
pipewire.spec update 2017-06-28 11:56:22 +02:00
PROTOCOL Initial commit 2015-04-16 16:58:33 +02:00
README readme: fix typo (#1) 2017-06-21 13:20:30 +02:00

PipeWire
--------

PipeWire is a server and user space API to deal with multimedia
pipelines. This includes:

  - Making available sources of video (such as from a capture devices or
       application provided streams) and multiplexing this with
       clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.

Nodes in the graph can be implemented as separate processes,
communicating with sockets and exchanging multimedia content using fd
passing.