]> git.sesse.net Git - movit/history - input.h
Document the FFTW3 requirement.
[movit] / input.h
2014-02-12 Steinar H. GundersonMove everything into “namespace movit”.
2014-01-26 Steinar H. GundersonRemove the finalize() member function from Input.
2013-02-03 Steinar H. GundersonPrefix include guards with _MOVIT to avoid clashes...
2012-10-14 Steinar H. GundersonColorSpace -> Colorspace. I kept typing it wrong, so...
2012-10-08 Steinar H. GundersonPull EffectChain a step closer to input resolution...
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...
2012-10-05 Steinar H. GundersonAllow Input to set pitch. Currently only before the...
2012-10-05 Steinar H. GundersonGenerate PBOs on-the-fly instead of having hard-coded...
2012-10-05 Steinar H. GundersonSplit inputs into a separate class (descending from...