]> git.sesse.net Git - nageru/commit
Add support for V4L2 output.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 6 Apr 2020 19:12:41 +0000 (21:12 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 6 Apr 2020 19:12:41 +0000 (21:12 +0200)
commitdcb238eb81768be4021f01dc7102c6c73821d0c0
tree0310c2a8e631a0c9438012e6e015b59a5773860a
parent0aa4c2665980537a02b15f74acd32a207f67e520
Add support for V4L2 output.

This is video-only (no audio) and unsynchronized. It's intended mainly
for a way to pipe Nageru output into a videoconferencing application,
in these Covid-19 days.
meson.build
nageru/flags.cpp
nageru/flags.h
nageru/quicksync_encoder.cpp
nageru/quicksync_encoder_impl.h
nageru/v4l_output.cpp [new file with mode: 0644]
nageru/v4l_output.h [new file with mode: 0644]