]> git.sesse.net Git - movit/history - flat_input.h
Use the bilinear sampling trick in ResampleEffect.
[movit] / flat_input.h
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...