]> git.sesse.net Git - nageru/history - video_stream.cpp
Give the VideoStream thread a name.
[nageru] / video_stream.cpp
2018-09-16 Steinar H. GundersonGive the VideoStream thread a name.
2018-09-15 Steinar H. GundersonMake VideoStream capable of using the shared JPEG cache...
2018-09-15 Steinar H. GundersonRelease flow textures when we are done with them.
2018-09-15 Steinar H. GundersonMake the output actually follow the input in an interpo...
2018-09-15 Steinar H. GundersonFix some flickering due to YCbCr interpretation.
2018-09-15 Steinar H. GundersonEncode JPEGs from the interpolated frames.
2018-09-15 Steinar H. GundersonStart hacking in support for interpolated frames in...
2018-09-15 Steinar H. GundersonMove stream generation into a new class VideoStream...