]> git.sesse.net Git - movit/history - ycbcr.cpp
Fix a typo in ResizeEffect. Found by virtual → override transition.
[movit] / ycbcr.cpp
2017-11-15 Steinar H. GundersonUse nullptr everywhere, now that we have C++11.
2017-03-13 Steinar H. GundersonSupport 10-/12-bit Y'CbCr output packed in 16-bit.
2017-02-19 Steinar H. GundersonTreat num_levels == 0 as 256, for the benefit of older...
2017-02-12 Steinar H. GundersonSupport 10- and 12-bit Y'CbCr output.
2015-12-13 Steinar H. GundersonFix a double scaling issue in Y'CbCr conversion.
2015-09-08 Steinar H. GundersonPrepare for better understanding of 10- and 12-bit...
2015-08-31 Steinar H. GundersonFix broken YCbCr subpixel positioning. Caught by the...
2015-07-30 Steinar H. GundersonDo some IEEE trickery to help the shader optimizer...
2015-07-30 Steinar H. GundersonAdd a small note on unit testing of ycbcr.cpp.
2015-07-29 Steinar H. GundersonAdd an effect for 4:2:2 interleaved YCbCr input (UYVY).