5
I Use This!
Inactive

Commits : Listings

Analyzed 26 days ago. based on code collected over 2 years ago.
Aug 08, 2022 — Aug 08, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug fix: missing template arguments in T& typedAttribute<T>(const string &) and T* findTypedAttribute<T>(const string &) (found by Jim Hourihan) More... almost 18 years ago
Silence a bogus compiler warning. More... almost 18 years ago
Refactored environment map resampling to reduce cut-and-paste code. More... almost 18 years ago
On output, store an adoptedNeutral attribute in the file header. On input, use the adoptedNeutral attribute instead of chromaticities.white to construct the color adaptation transform for conversion to ACES. More... almost 18 years ago
Bug fix: incorrect form factor calculation for the input image pixels. More... almost 18 years ago
Added "hemispherical blur" option to exrenvmap. (Command line flag "-b") More... almost 18 years ago
Added experimental version of I/O classes for ACES file format (restricted OpenEXR format with special primaries and white point); added exr2aces file converter. More... almost 18 years ago
Fixed mis-spelled name. More... almost 18 years ago
Added author's names to documents, changed ReadingAndWritingImageFiles and TechnicalIntroduction from .sxw to .odt format. More... almost 18 years ago
* Minor fixes in MultiViewOpenEXR document. * Added stringvector attribute type to OpenEXRFileLayout document. * Upgraded OpenEXRFileLayout document from .sxw to .odt format. More... almost 18 years ago
Added initial version of multi-view documentation. More... almost 18 years ago
Fixed incorrect comment. More... almost 18 years ago
* Added Weta Digital's code to library support for multi-view (i.e., stereo) images: StringVector attribute type, multiView standard attribute of type StringVector, utility functions related to grouping channels into separate views. More... about 18 years ago
* Rewrote function closestPointOnBox(point,box). Shortened the code, improved numerical accuracy, fixed a bug (closestPointOnBox(box.center(),box) would always return the center of the +Z side of the box, even if the +/-X or +/-Y sides were closer). More... about 18 years ago
Rewrote function findEntryAndExitPoints() in ImathBoxAlgo.h. Results are now consistent with those from intersect(), also in ImathBoxAlgo.h. More... about 18 years ago
Updated ChangeLog More... about 18 years ago
* Vec2<T>::length() and Vec3<T>::length() are more accurate for vectors whose length is less than sqrt(limits<T>::smallest()); More... about 18 years ago
Fixed typo in comment. More... about 18 years ago
Updated ChangeLogs, increased version numbers. More... about 18 years ago
Updated ChangeLogs, increased version numbers. More... about 18 years ago
Removed Visual Studio *.suo files More... about 18 years ago
Removed Visual Studio *.suo files More... about 18 years ago
Added comment explaining what function fuzzFile() does. More... about 18 years ago
Bug fix: crash when reading a file with an invalid data window. More... about 18 years ago
Run damaged-file tests in single-threaded and multi-threaded mode. More... about 18 years ago
Bug fix: exceptions thrown during construction of an input file or output file object can cause file descriptors to be leaked. More... about 18 years ago
* Make sure that IlmImfFuzzTest is only built when OpenEXR has been configure with --enable-imffuzztest More... about 18 years ago
* Added new IlmImfFuzzTest program to test how resilient the IlmImf library is with respect broken input files: the program first damages OpenEXR files by partially overwriting them with random data; then it tries to read the damaged files. If all goes well, then the program doesn't crash. More... about 18 years ago
Bug fix: reading damaged image files causes crashes. More... about 18 years ago
Removed unnecessary #include statements. More... about 18 years ago