]> git.sesse.net Git - movit/history - ycbcr_input.cpp
Rename .compute to .comp, to be in line with the Khronos reference compiler.
[movit] / ycbcr_input.cpp
2017-11-15 Steinar H. GundersonUse nullptr everywhere, now that we have C++11.
2017-05-20 Steinar H. GundersonFix multiply-defined symbols with multiple YCbCrInputs...
2017-04-29 Steinar H. GundersonAllow YCbCrInput to change input format after finalize.
2017-04-29 Steinar H. GundersonIn YCbCrInput, fix an issue where offsets would be...
2017-03-13 Steinar H. GundersonSupport 10-/12-bit Y'CbCr output packed in 16-bit.
2017-02-19 Steinar H. GundersonCosmetic tweak in YCbCrInput.
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.
2016-02-24 Steinar H. GundersonDo not send NULL to glTexSubImage2D if there is no...
2015-11-21 Steinar H. GundersonAllow setting width/height on FlatInput and YCbCrInput...
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-13 Steinar H. GundersonRework uniform setting.
2015-07-29 Steinar H. GundersonAdd an effect for 4:2:2 interleaved YCbCr input (UYVY).
2015-07-29 Steinar H. GundersonSmall refactoring in YCbCrInput.
2015-07-29 Steinar H. GundersonUnbreak YCbCrInput (it needs to still support setting...
2015-07-28 Steinar H. GundersonAllow inputs to say they cannot support mipmaps.
2015-07-28 Steinar H. GundersonSave a mul in YCbCrInput by folding the scaling into...
2015-03-07 Steinar H. GundersonDrop setting the locale altogether.
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-03-08 Steinar H. GundersonUse the GL_RED texture format instead of GL_LUMINANCE.
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2014-01-26 Steinar H. GundersonRemove the finalize() member function from Input.
2014-01-23 Steinar H. GundersonMove to 'using namespace std;' in all .cpp files.
2014-01-21 Steinar H. GundersonMake FlatInput and YCbCrInput release the texture to...
2014-01-21 Steinar H. GundersonImplement the texture freelist in ResourcePool.
2014-01-21 Steinar H. GundersonFix YCbCrInput after the ResourcePool texture changes.
2014-01-21 Steinar H. GundersonAdd support to the ResourcePool for 2D textures.
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. GundersonSplit out some private utilities into effect_util.cpp...
2013-02-02 Steinar H. GundersonRun include-what-you-use over all of movit. Some hand...
2013-01-19 Steinar H. GundersonSet pixel_data[] to NULL in YCbCrInput as well.
2013-01-09 Steinar H. GundersonChange to using GLEW everywhere.
2012-10-16 Steinar H. GundersonSupport different chroma positioning for Cb and Cr...
2012-10-16 Steinar H. GundersonRefactor YCbCr chroma offset calculation into a separat...
2012-10-15 Steinar H. GundersonThe chroma positioning in YCbCrInput was broken; it...
2012-10-15 Steinar H. GundersonFix initial pitch calculation in YCbCrInput when using...
2012-10-14 Steinar H. GundersonFix YCbCrInput returning bogus data if we do set_pixel_...
2012-10-14 Steinar H. GundersonConvert from our home-grown matrices to Eigen all over.
2012-10-13 Steinar H. GundersonMove the GL_UNPACK_ALIGNMENT setting into the texture...
2012-10-13 Steinar H. GundersonDeallocation in YCbCrInput.
2012-10-08 Steinar H. GundersonAllow changing pitch on YCbCrInput as we go.
2012-10-07 Steinar H. GundersonMove all OpenGL includes into one file.
2012-10-07 Steinar H. GundersonAdd YCbCr input. Required a bit of reworking of the...