index
:
streamer.git
compute
master
next
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
Age
Commit message (
Collapse
)
Author
2024-05-26
Do not crash when audio capturing is disabled
Mikhail Burakov
2024-05-20
Read audio config from args and pass it to client
Mikhail Burakov
2024-05-19
Do not crash when audio capturing is disabled
Mikhail Burakov
2024-05-19
Fix audio latency calculation
Mikhail Burakov
2024-05-18
Add primitive latency calculation
Mikhail Burakov
2024-05-12
Add audio capturing switch to the commandline
Mikhail Burakov
2024-05-12
Write raw audio frames to client
Mikhail Burakov
2024-05-09
Initial audio capturing via virtual pipewire sink
Mikhail Burakov
2024-05-05
Set TCP_NODELAY on accepted client connections
Mikhail Burakov
2023-10-17
Remove capture context fd from the io muxer on client disconnect
v5
Mikhail Burakov
2023-10-17
Allow disabling uhid interop from the commandline
Mikhail Burakov
2023-10-15
Initial implementation of wlr capturing
Mikhail Burakov
2023-10-15
Preparations for adding wlr capturing
Mikhail Burakov
2023-10-14
Track video frame encoding latency
v4
Mikhail Burakov
2023-04-12
Restructure gpu frames interface and handling
Mikhail Burakov
2023-04-09
Fix occasional issues appearing on client disconnection
Mikhail Burakov
2023-04-09
Add input pipeline handling to streamer
Mikhail Burakov
2023-04-09
Switch from stdin to sockets and use io muxer
Mikhail Burakov
2023-04-09
Replace util and perf with toolbox counterparts
Mikhail Burakov
2023-04-09
Get rid of auto variables
Mikhail Burakov
2023-03-24
More precise and detailed performance measurements
Mikhail Burakov
2023-03-19
Add colorspace and ranges handling to streamer
Mikhail Burakov
2023-03-18
Proper handling of clients closing their stdin
Mikhail Burakov
2023-03-16
Write encoded frames to provided fd
Mikhail Burakov
2023-03-14
Initial import of streamer source code
Mikhail Burakov