Searched hist:b91634cbeadb62faf309d8c825ba7be7c8a37833 (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/translators/jpeg/ |
H A D | be_jerror.cpp | b91634cbeadb62faf309d8c825ba7be7c8a37833 Wed Jan 16 15:52:36 UTC 2008 Stephan Aßmus <superstippi@gmx.de> * extended the jpeg_error_mgr structure to hold the jmp_buf that we need in the critical error handler. In the high level function, the jmp_buf is now allocated on the stack and placed in the "cinfo->err" structure. This should make the mechanism thread-safe. Unfortunately, we don't use the original libjpeg anymore as is, but this seems to be frozen code since a few years anyways. If you have any better suggestions, please don't hesitate to mention them! :-)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23560 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | JPEGTranslator.h | b91634cbeadb62faf309d8c825ba7be7c8a37833 Wed Jan 16 15:52:36 UTC 2008 Stephan Aßmus <superstippi@gmx.de> * extended the jpeg_error_mgr structure to hold the jmp_buf that we need in the critical error handler. In the high level function, the jmp_buf is now allocated on the stack and placed in the "cinfo->err" structure. This should make the mechanism thread-safe. Unfortunately, we don't use the original libjpeg anymore as is, but this seems to be frozen code since a few years anyways. If you have any better suggestions, please don't hesitate to mention them! :-)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23560 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | JPEGTranslator.cpp | b91634cbeadb62faf309d8c825ba7be7c8a37833 Wed Jan 16 15:52:36 UTC 2008 Stephan Aßmus <superstippi@gmx.de> * extended the jpeg_error_mgr structure to hold the jmp_buf that we need in the critical error handler. In the high level function, the jmp_buf is now allocated on the stack and placed in the "cinfo->err" structure. This should make the mechanism thread-safe. Unfortunately, we don't use the original libjpeg anymore as is, but this seems to be frozen code since a few years anyways. If you have any better suggestions, please don't hesitate to mention them! :-)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23560 a95241bf-73f2-0310-859d-f6bbb57e9c96
|