]> git.sesse.net Git - nageru/history - chroma_subsampler.cpp
Fix a dangling reference (found by GCC 14).
[nageru] / chroma_subsampler.cpp
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-01 Steinar H. GundersonMove everything into a separate futatabi/ subdir, for...
2018-12-01 Steinar H. GundersonMove everything into a separate futatabi/ subdir, for...
2018-11-25 Steinar H. GundersonEmbed shaders into the binary.
2018-10-14 Steinar H. GundersonAssorted clang-format fixes (not complete).
2018-09-16 Steinar H. GundersonSubsample chroma on the GPU instead of the CPU.
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.