summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2024-05-26Do not crash when audio capturing is disabledMikhail Burakov
2024-05-20Read audio config from args and pass it to clientMikhail Burakov
2024-05-19Do not crash when audio capturing is disabledMikhail Burakov
2024-05-19Fix audio latency calculationMikhail Burakov
2024-05-18Add primitive latency calculationMikhail Burakov
2024-05-12Add audio capturing switch to the commandlineMikhail Burakov
2024-05-12Write raw audio frames to clientMikhail Burakov
2024-05-09Initial audio capturing via virtual pipewire sinkMikhail Burakov
2024-05-05Set TCP_NODELAY on accepted client connectionsMikhail Burakov
2023-10-17Remove capture context fd from the io muxer on client disconnectv5Mikhail Burakov
2023-10-17Allow disabling uhid interop from the commandlineMikhail Burakov
2023-10-15Initial implementation of wlr capturingMikhail Burakov
2023-10-15Preparations for adding wlr capturingMikhail Burakov
2023-10-14Track video frame encoding latencyv4Mikhail Burakov
2023-04-12Restructure gpu frames interface and handlingMikhail Burakov
2023-04-09Fix occasional issues appearing on client disconnectionMikhail Burakov
2023-04-09Add input pipeline handling to streamerMikhail Burakov
2023-04-09Switch from stdin to sockets and use io muxerMikhail Burakov
2023-04-09Replace util and perf with toolbox counterpartsMikhail Burakov
2023-04-09Get rid of auto variablesMikhail Burakov
2023-03-24More precise and detailed performance measurementsMikhail Burakov
2023-03-19Add colorspace and ranges handling to streamerMikhail Burakov
2023-03-18Proper handling of clients closing their stdinMikhail Burakov
2023-03-16Write encoded frames to provided fdMikhail Burakov
2023-03-14Initial import of streamer source codeMikhail Burakov