]> git.sesse.net Git - nageru/commit
Implement basic support for CEF.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 24 Feb 2018 17:49:36 +0000 (18:49 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 26 Feb 2018 17:06:16 +0000 (18:06 +0100)
commitb68d8a25951faf5b967b7a35fa0a363b4b68fbc0
treefe3ffd6af9950431e74a4ff9622110ab2d9db7b1
parent25ea462c2847313afd702cea1db29199b845fbd4
Implement basic support for CEF.

Having CEF directly into the process is less cumbersome than calling out
to CasparCG over a pipe, and typically yields higher performance.
Makefile
cef_capture.cpp [new file with mode: 0644]
cef_capture.h [new file with mode: 0644]
main.cpp
mixer.cpp
mixer.h
nageru_cef_app.cpp [new file with mode: 0644]
nageru_cef_app.h [new file with mode: 0644]
theme.cpp
theme.h