From: Vleuten, R. v. d. <ren...@ph...> - 2012-08-07 12:21:27
|
Dear users, cpfspd release 1.12.3 is now available on sourceforge. Best regards, René Done in release 1.12.3 (dd. July 12, 2012) --------------------------------------------- Highlights Windows file I/O performance bug fixed. Convenience functions for float <> f16 conversion made available to end user. Bug fixes - Windows file I/O performance bug fixed. In some cases, reading a image near the end of the file was very time-consuming (though correct data was returned). Detailed explanation: jump to an image in the last buffer and start reading there. This caused a ReadFile of the next buffer, which happens to be located _after_ the end of the file. This "read ahead" operation returned an eof flag, which was (erroneously) ignored. Hence, every successive fread() operation caused this ReadFile attempt on the file system, resulting in a huge overhead. In cpfspd, every video line is read using a fread(). This is solved by taking the eof flag into account when starting the "read ahead" ReadFile operation. Functionality - Convenience functions for HDR (float <> f16 conversions) made available to end user Miscellaneous - None -------------------------------------------------------------- Dr. René J. van der Vleuten Philips Research Laboratories High Tech Campus 36 5656 AE Eindhoven The Netherlands Phone: +31 40 2742941 ________________________________ The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message. |