]> git.sesse.net Git - movit/history - flat_input.h
Use autoconf defaults for CXX and CXXFLAGS.
[movit] / flat_input.h
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-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...
2012-10-28 Steinar H. GundersonCheck required extensions at start.
2012-10-14 Steinar H. GundersonColorSpace -> Colorspace. I kept typing it wrong, so...
2012-10-13 Steinar H. GundersonMore deallocation.
2012-10-12 Steinar H. Gundersoncan_output_linear_gamma() should never return true...
2012-10-11 Steinar H. GundersonLet FlatInput take in float data (sort of kludgy, thoug...
2012-10-08 Steinar H. GundersonPull EffectChain a step closer to input resolution...
2012-10-08 Steinar H. GundersonFlatInput can only auto-expand from linear or sRGB...
2012-10-08 Steinar H. GundersonOutput the graph in dot form at finalize time.
2012-10-07 Steinar H. GundersonMove pixel_format out of the ImageFormat struct, since...
2012-10-07 Steinar H. GundersonAdd YCbCr input. Required a bit of reworking of the...
2012-10-06 Steinar H. GundersonMake Input an abstract base class, and move the current...