5
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month 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
pragmas to silence MSVC .Net 2005 warning 4290. More... about 19 years ago
Wrong return type for method tryWait(). More... about 19 years ago
Added convenience functions to return the exact values of commonly used frame rates, and to guess exact frame rates from approximate ones. More... about 19 years ago
Fixed comment. More... about 19 years ago
Better double-to-Rational conversion routine, provided by Greg Ward. More... about 19 years ago
Bug fix: Imath::Frustum<T>::planes() returns incorrect planes if the frustum is orthogonal. (Philip Hubbard) More... about 19 years ago
Added optional standard attribute framesPerSecond. More... about 19 years ago
Bug fix: bad data in RLE or ZIP-compressed input file throws Iex::BaseExc instead of Iex::InputExc. More... about 19 years ago
Fixed typo in comment. More... about 19 years ago
Rewrote Quat<T>::slerp(), using Don Hatch's method, which is numerically more accurate. Added confidence tests. More... about 19 years ago
Eliminated variable n in Quat<T>::setRotationInternal(). More... about 19 years ago
Fixed typo in comment. More... about 19 years ago
- Replaced multiple redundant definitions of type Int64 in Imath and IlmImf with a single definition in header file ImathInt64.h. - Deleted redundant operation in rand48next(). More... about 19 years ago
Eliminated unused variable edge2 in intersect(). More... about 19 years ago
Simplified Quat<T>::setRotationInternal(). More... about 19 years ago
Fixed typo in comment. More... about 19 years ago
Fixed comments. More... about 19 years ago
Make sure that gaussRand() calls log(double) and sqrt(double) as indicated by the comments in the function. More... about 19 years ago
Imath cleanup: More... about 19 years ago
Fixed typos in comments. More... about 19 years ago
Rewrote Imath::Quat<T>::setRotation() to make it numerically more accurate. More... about 19 years ago
Added recommendation on how to store CIE XYZ images in OpenEXR files. More... about 19 years ago
*** empty log message *** More... about 19 years ago
When loading an RGB image, exrdisplay now converts the pixels from the file's to the display's RGB space. This allows the program to display images with RGB spaces such as RIMM or XYZ on a monitor with Rec.709/sRGB chromaticities. More... about 19 years ago
* Removed trailing comma after last enumerator in an enum. (found by Kai-Uwe Behrmann) More... about 19 years ago
Semaphores now have a tryWait() method (added by Wojciech). More... about 19 years ago
Added parentheses to avoid MSVC warning. More... about 19 years ago
replaced mempcpy() with memcpy(), added missing "#include <math.h>" More... about 19 years ago
Added function Imath::srand() (Rick Hankins) More... over 19 years ago
Added a brief description of B44 compression. More... over 19 years ago