]> git.sesse.net Git - movit/history - ycbcr_input_test.cpp
Add explicit support for requesting no mipmaps.
[movit] / ycbcr_input_test.cpp
2018-01-18 Steinar H. GundersonAdd explicit support for requesting no mipmaps.
2017-11-23 Steinar H. GundersonUse C++11 override everywhere it is appropriate.
2017-11-15 Steinar H. GundersonUse nullptr everywhere, now that we have C++11.
2017-09-14 Pascal Massiminofix compile error: "error: variable-sized object ‘red_d...
2017-04-29 Steinar H. GundersonAllow YCbCrInput to change input format after finalize.
2017-02-19 Steinar H. GundersonFix a stack buffer overrun in ycbcr_input_test.
2017-02-19 Steinar H. GundersonImplement mipmap generation in YCbCrInput, now that...
2017-02-14 Steinar H. GundersonAdd support for 10- and 12-bit planar Y'CbCr inputs.
2017-02-14 Steinar H. GundersonAdd input support for packed 10-bit Y'CbCr.
2017-02-13 Steinar H. GundersonSupport interleaved (chunky) 4:4:4 in YCbCrInput.
2017-02-11 Steinar H. GundersonAllow adjusting the output Y'CbCr coefficients after...
2016-02-24 Steinar H. GundersonDo not send NULL to glTexSubImage2D if there is no...
2015-12-13 Steinar H. GundersonFix a double scaling issue in Y'CbCr conversion.
2015-10-05 Steinar H. GundersonMake FlatInput and YCbCrInput support taking in externa...
2015-09-17 Steinar H. GundersonAdd a mode for YCbCrInput where Cb and Cr are in the...
2015-09-08 Steinar H. GundersonPrepare for better understanding of 10- and 12-bit...
2015-07-29 Steinar H. GundersonRename the YCbCrInput test to YCbCrInputTest, for consi...
2015-07-28 Steinar H. GundersonAllow inputs to say they cannot support mipmaps.
2014-03-28 Steinar H. GundersonMerge branch 'epoxy'
2014-03-22 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-22 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-18 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-17 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-16 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-15 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-13 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-12 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-11 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-10 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-10 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-09 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-09 Steinar H. GundersonMerge branch 'master' into epoxy
2014-03-09 Steinar H. GundersonSwitch from using GLEW to epoxy.
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2014-01-23 Steinar H. GundersonAnother round of include-what-you-use.
2014-01-12 Steinar H. GundersonLet the application manage PBOs.
2013-12-30 Steinar H. GundersonAdd partial Rec. 2020 support.
2013-02-02 Steinar H. GundersonRun include-what-you-use over all of movit. Some hand...
2012-10-16 Steinar H. GundersonSupport different chroma positioning for Cb and Cr...
2012-10-15 Steinar H. GundersonAdd a unit test for Rec. 709 YCbCr.
2012-10-15 Steinar H. GundersonAdd a unit test for 4:2:0 YCbCr input.
2012-10-14 Steinar H. GundersonAdd a unit test for full-range Rec. 601 YCbCr.
2012-10-14 Steinar H. GundersonAdd a unit test for YCbCrInput (not done yet).