]> git.sesse.net Git - nageru/commit
Add support for FFmpeg inputs.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 12 Apr 2017 17:06:48 +0000 (19:06 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 12 Apr 2017 17:06:48 +0000 (19:06 +0200)
commitbcdbb7bdfcfc45b34ccdf36d3950e7e0af6444bd
tree5ebd3fca0ca20dfa45157abce53b727cc8a853fa
parent63f0f22270455648d31a190089be58317a45b9cd
Add support for FFmpeg inputs.

This has a variety of uses; most notably to play video, but it can
also be used to feed a CasparCG feed into Nageru. For this reason,
it uses RGBA as a format (for now), not Y'CbCr. There are some
limitations, but hopefully we can figure them out eventually.
Makefile
ffmpeg_capture.cpp [new file with mode: 0644]
ffmpeg_capture.h [new file with mode: 0644]
mixer.cpp
mixer.h
theme.cpp
theme.h