1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 11 hours ago.
Nov 19, 2024 — Nov 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Win64 directory. More... about 18 years ago
Made gain work without a mask present, having spent an hour debugging why I'd broken everything! More... over 18 years ago
Fixed commiting files without iostream. More... over 18 years ago
Made the VS projects build the correct bundle structure. More... over 18 years ago
Made the dynamic property names by cached in the ImageEffectDescriptor, so the char C-array persists for the lifetime of the plug-in, as per the OFX spec.For example, the properties using in clip preferences were dynamically assembled as a std::string, but it then went out of scope More... over 18 years ago
Updated doxygen file to match new file names More... over 18 years ago
Added the new suites to the index of suites More... over 18 years ago
More details More... over 18 years ago
new files More... over 18 years ago
Implemented much more of the support code and tidied it up alot. See README for more details. More... over 18 years ago
Added several hash defines for standard clip names More... over 18 years ago
Added a simple invert example More... over 18 years ago
Fixed cut and paste typo in function description. More... over 18 years ago
Added the progress and the timeline suites More... over 18 years ago
Slightly better comments More... over 18 years ago
Renamed .h to .H files and a few tweaks to allow some custom properties to be supported More... over 18 years ago
Removed .H files as I am renaming them '.h' More... over 18 years ago
Added copyright header More... over 18 years ago
Comment tweak More... over 18 years ago
New progress suite More... over 18 years ago
Fixed two mistakes in the docs. kOfxParamPropCanUndo was missing from the props on a value param and kOfxImageClipPropFieldOrder was mistakenly said to be the pixel aspect prop on the clip preferences action. More... over 18 years ago
+ Ensure time in render callback is initialised from the inArgs. Will cause a crash on VS2005 if runtime checks are enabled since it hasn't been initialised. More... over 18 years ago
copy to pf/common files and initialise mask params More... over 18 years ago
Implement more bits of parameter sets. More... over 18 years ago
Versioning of cache so that old cache files will be ignored. More... over 18 years ago
Fixes. More... over 18 years ago
cache clips More... over 18 years ago
Update More... over 18 years ago
do a descibe_in_context for each context an Image Effect plugin supports. cache this as well. More... over 18 years ago
irefactor such that the findApiHandler() only gets called when created a Plugin. after its creation the Plugin will remember which api handler made it. More... over 18 years ago