]> git.sesse.net Git - nageru/history - video_stream.h
Fix some Clang warnings.
[nageru] / video_stream.h
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-16 Steinar H. GundersonSubsample chroma on the GPU instead of the CPU.
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-15 Steinar H. GundersonRelease flow textures when we are done with them.
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...