]> git.sesse.net Git - nageru/history - cef_capture.cpp
Support audio-only FFmpeg inputs. Somewhat wonky, though.
[nageru] / cef_capture.cpp
2018-04-21 Steinar H. GundersonFix a few Clang warnings.
2018-03-18 Steinar H. GundersonFix an issue where we could discard a CEF frame in...
2018-03-18 Steinar H. GundersonWhen dropping CEF frames, ask for invalidation only...
2018-03-13 Steinar H. Gunderson(Hopefully! :-) ) fix some deadlocks during CEF shutdown.
2018-03-01 Steinar H. GundersonAdd resize(), so that HTML inputs do not need to be...
2018-02-26 Steinar H. GundersonMake execute_javascript_async() wait for any pending...
2018-02-26 Steinar H. GundersonFix an issue where the mixer lagging too much behind... cef
2018-02-26 Steinar H. GundersonWhen asked to execute JavaScript, defer until the curre...
2018-02-26 Steinar H. GundersonImplement HTMLInput::execute_javascript_async().
2018-02-26 Steinar H. GundersonImplement HTMLInput::set_max_fps().
2018-02-26 Steinar H. GundersonImplement HTMLInput::reload().
2018-02-26 Steinar H. GundersonImplement HTMLInput::set_url().
2018-02-26 Steinar H. GundersonImplement basic support for CEF.