]> git.sesse.net Git - movit/history - white_balance_effect.cpp
Reduce the amount of arithmetic in the BlurEffect shader a bit.
[movit] / white_balance_effect.cpp
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2014-01-23 Steinar H. GundersonAnother round of include-what-you-use.
2014-01-23 Steinar H. GundersonMove to 'using namespace std;' in all .cpp files.
2014-01-01 Steinar H. GundersonCalculate the RGB-to-XYZ matrix ourselves instead of...
2013-12-30 Steinar H. GundersonFix a minor error in one of the color temperature const...
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-09 Steinar H. GundersonChange to using GLEW everywhere.
2012-11-03 Steinar H. GundersonAdd a missing const.
2012-11-03 Steinar H. GundersonCorrect some untrue statements about CIECAM02 chromatic...
2012-11-03 Steinar H. GundersonWhen correcting for white balance, move the D65 normali...
2012-11-03 Steinar H. GundersonSwitch from the HPE matrix (RLAB space) to the Bradford...
2012-10-14 Steinar H. GundersonConvert from our home-grown matrices to Eigen all over.
2012-10-14 Steinar H. GundersonThe white balance effect was computing all wrong LMS...
2012-10-08 Steinar H. GundersonAdd a white balance effect (port of my white balance...