]> git.sesse.net Git - movit/history - overlay_effect.h
Make all fp16 routines work with fp32 as input instead of fp64, since that is what...
[movit] / overlay_effect.h
2015-09-02 Steinar H. GundersonCollapse passes more aggressively in the face of size...
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2013-02-03 Steinar H. GundersonPrefix include guards with _MOVIT to avoid clashes...
2013-02-02 Steinar H. GundersonRun include-what-you-use over all of movit. Some hand...
2013-02-02 Steinar H. GundersonAdd a new alpha handling method, INPUT_PREMULTIPLIED_AL...
2013-02-01 Steinar H. GundersonGive the alpha enums somewhat better/more consistent...
2013-01-14 Steinar H. GundersonAdd the rest of the files for the premultiplied alpha...
2013-01-13 Steinar H. GundersonFix an error in a comment; we are implementing over...
2013-01-12 Steinar H. GundersonAdded an overlay effect, implementing the atop effect.