openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
OpenEXR
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
26 days
ago. based on code collected
over 2 years
ago.
Aug 08, 2022 — Aug 08, 2023
Showing page 4 of 24
Search / Filter on:
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)
fkainz
More...
almost 18 years ago
Silence a bogus compiler warning.
fkainz
More...
almost 18 years ago
Refactored environment map resampling to reduce cut-and-paste code.
fkainz
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.
fkainz
More...
almost 18 years ago
Bug fix: incorrect form factor calculation for the input image pixels.
fkainz
More...
almost 18 years ago
Added "hemispherical blur" option to exrenvmap. (Command line flag "-b")
fkainz
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.
fkainz
More...
almost 18 years ago
Fixed mis-spelled name.
fkainz
More...
almost 18 years ago
Added author's names to documents, changed ReadingAndWritingImageFiles and TechnicalIntroduction from .sxw to .odt format.
fkainz
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.
fkainz
More...
almost 18 years ago
Added initial version of multi-view documentation.
fkainz
More...
almost 18 years ago
Fixed incorrect comment.
fkainz
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.
fkainz
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).
fkainz
More...
about 18 years ago
Rewrote function findEntryAndExitPoints() in ImathBoxAlgo.h. Results are now consistent with those from intersect(), also in ImathBoxAlgo.h.
fkainz
More...
about 18 years ago
Updated ChangeLog
fkainz
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());
fkainz
More...
about 18 years ago
Fixed typo in comment.
fkainz
More...
about 18 years ago
Updated ChangeLogs, increased version numbers.
fkainz
More...
about 18 years ago
Updated ChangeLogs, increased version numbers.
fkainz
More...
about 18 years ago
Removed Visual Studio *.suo files
ewimmer
More...
about 18 years ago
Removed Visual Studio *.suo files
ewimmer
More...
about 18 years ago
Added comment explaining what function fuzzFile() does.
fkainz
More...
about 18 years ago
Bug fix: crash when reading a file with an invalid data window.
fkainz
More...
about 18 years ago
Run damaged-file tests in single-threaded and multi-threaded mode.
fkainz
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.
fkainz
More...
about 18 years ago
* Make sure that IlmImfFuzzTest is only built when OpenEXR has been configure with --enable-imffuzztest
fkainz
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.
fkainz
More...
about 18 years ago
Bug fix: reading damaged image files causes crashes.
fkainz
More...
about 18 years ago
Removed unnecessary #include statements.
fkainz
More...
about 18 years ago
←
1
2
3
4
5
6
7
8
9
…
23
24
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree