summaryrefslogtreecommitdiff
path: root/remoting
AgeCommit message (Expand)AuthorFilesLines
2024-04-15remoting: Handle non-fatal errors in gst_parse_launchRay Smith1-1/+3
2023-09-15backend-drm,pipewire,remoting: do not set monitor serial to "unknown"Pekka Paalanen1-2/+1
2023-02-20remoting-plugin: Check virtual outputs/remoting instanceMarius Vlad1-0/+13
2023-02-20remoting-plugin: Release and detach the headMarius Vlad1-1/+2
2022-06-10backend-drm: prepare virtual output API for heterogeneous outputsPhilipp Zabel1-6/+1
2022-03-14pipewire,remoting,tests: Replace asprintf w/ str_printfMarius Vlad1-1/+2
2021-11-27remoting: Fix warnings for multi-planar interfaceDaniel Stone1-3/+4
2021-02-25Add weston-drm-fourcc.hPekka Paalanen1-1/+1
2020-11-09remoting,pipewire: Use the connector and the output name for the head nameMarius Vlad1-1/+4
2020-09-04plug-ins: Migrate pipewire and remoting plug-ins headers to public headerMarius Vlad3-80/+1
2020-08-27remoting, pipewire: Install pipewire and remoting plug-ins headersMarius Vlad1-0/+1
2020-08-27remoting: Add DPMS support in remoting plugingMarius Vlad1-2/+21
2019-11-21Use weston_compositor_add_destroy_listener_once() in pluginsPekka Paalanen1-2/+8
2019-11-11remoting: Use DRM FourCC formats instead of GBM formatsDaniel Stone2-5/+7
2019-10-25remoting: make sure GL renderer is enabledStefan Agner1-2/+2
2019-10-24build: separate deps for int and ext libweston usersPekka Paalanen1-1/+1
2019-10-04build: simplify include_directoriesPekka Paalanen1-1/+1
2019-07-18libweston: Introduce backend.hMarius Vlad1-0/+1
2019-07-18libweston: Migrate functions that operate on 'weston_compositor'Marius Vlad1-0/+1
2019-07-12backend-drm: fix race during system suspendAntonio Borneo1-2/+4
2019-07-09remoting: make a gstreamer pipeline configurableTomohito Esaki2-15/+48
2019-06-25doc: Move helper scripts to doc/scriptsMarius Vlad1-1/+1
2019-06-17build: Fix hint to disable remotingSilva Alejandro Ismael1-1/+1
2019-04-18Rename plugin-registry.h to libweston/plugin-registry.hPekka Paalanen1-1/+1
2019-04-18Rename public backend headersPekka Paalanen1-1/+1
2019-04-18Rename compositor.h to libweston/libweston.hPekka Paalanen1-1/+1
2019-03-28meson: link remoting with glib and gobjectPekka Paalanen1-1/+2
2019-02-20Fix typos all around (thanks codespell!)Emmanuel Gil Peyrot1-2/+2
2018-12-09Add Meson build systemDaniel Stone1-0/+31
2018-10-30Add remoting plugin for output streamingTomohito Esaki3-0/+1009