]> git.sesse.net Git - nageru/history - chroma_subsampler.cpp
Support audio-only FFmpeg inputs. Somewhat wonky, though.
[nageru] / chroma_subsampler.cpp
2017-08-07 Steinar H. GundersonConvert some NULL instances to nullptr.
2017-07-04 Steinar H. GundersonUse the new Movit VAO functionality.
2017-07-02 Steinar H. GundersonOptimize away some glGetUniformLocation calls.
2017-03-15 Steinar H. GundersonSupport 4:2:2 v210 (10-bit) output for DeckLink.
2017-03-08 Steinar H. GundersonDisplay a copy of the Y'CbCr images instead of an RGB56...
2017-01-23 Steinar H. GundersonRemove a FIXME; practical loopback testing showed this...
2017-01-15 Steinar H. GundersonAdd UYVY support to ChromaSubsampler.
2017-01-09 Steinar H. GundersonMove chroma subsampling into its own class.