]> git.sesse.net Git - nageru/history - video_stream.cpp
Implement fades.
[nageru] / video_stream.cpp
2018-10-10 Steinar H. GundersonImplement fades.
2018-10-10 Steinar H. GundersonMove Y'CbCr conversion into a common utility class.
2018-10-05 Steinar H. GundersonFix some Clang warnings.
2018-09-29 Steinar H. GundersonDecode 4:2:2 JPEGs via VA-API if available.
2018-09-20 Steinar H. GundersonShow interpolated frames in the live window.
2018-09-16 Steinar H. GundersonSubsample chroma on the GPU instead of the CPU.
2018-09-16 Steinar H. GundersonChange from operating point 3 to 2 (more laptop-friendl...
2018-09-16 Steinar H. GundersonDo deinterleaving on the GPU (subsampling still remains).
2018-09-16 Steinar H. GundersonDo the interpolation in Y'CbCr instead of RGBA; saves...
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...