Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-22 | merge changes for storm-1187 | Oz Linden | |
2011-04-13 | EXP-663 : Allow creation of j2c images with precincts and blocks, limited to ↵ | Merov Linden | |
llimage_libtest, no viewer change | |||
2011-04-13 | EXP-669 : Refactor code to use correct LLImageFormatted methods to load ↵ | Merov Linden | |
images of all formats, reviewed by richard | |||
2011-04-08 | STORM-1118 FIXED STORM-1118 Viewer crashes when user tries to upload image ↵ | Vadim ProductEngine | |
without JFIF header. * Added checks for image file contents not matching the file extension (e.g. a bitmap named file.jpg). * Added checks for abnormally short files to avoid crashes when parsing them. | |||
2011-04-04 | STORM-746 : add precincts and blocks arguments taken into account in j2c output | Merov Linden | |
2011-04-04 | STORM-746 : add new arguments for precincts and blocks on output, region and ↵ | Merov Linden | |
level on input, add code for input loading restriction | |||
2011-03-10 | STORM-987 : Took Vadim's comment into account: check arguments consistency, ↵ | Merov Linden | |
make sure remaining perf data are flushed on exit. | |||
2011-03-09 | STORM-987 : Add the --image-stats argument, make argument passing more ↵ | Merov Linden | |
consistent, fix typos in comments in llimage header | |||
2011-02-01 | fix a minor memory leaking flaw for SH-895: some mild memory leaking (partially) | Xiaohong Bao | |
2011-01-21 | Merge viewer-development-shining up to REV 3bf724ecb7c6 (fix for SH-829: ↵ | Xiaohong Bao | |
Viewer attempting to load precached images in file types that are not being used.) | |||
2011-01-20 | fix for SH-829: Viewer attempting to load precached images in file types ↵ | Xiaohong Bao | |
that are not being used. | |||
2011-01-09 | FIX VWR-24420 Keep alpha channel in PNG images with background color. | Thickbrick Sleaford | |
Remove code that composites RGBA PNG images that specify a background color down to RGB. | |||
2010-12-17 | STORM-744 : Turn llimage/tests/ on again | Merov Linden | |
2010-11-10 | merge with STORM-105 and viewer-development | Merov Linden | |
2010-11-08 | STORM-105 : takes Vadim's comments into account, clean up use of static ↵ | Merov Linden | |
globals and magic strings, enforce naming conventions | |||
2010-11-05 | STORM-105 : Take Vadim code review into account, code clean up | Merov Linden | |
2010-11-04 | merge with STORM-105 | Merov Linden | |
2010-11-04 | merge with STORM-105 | Merov Linden | |
2010-11-04 | merge with viewer-development | Merov Linden | |
2010-11-04 | STORM-105 : Tweak the data labels to make them easier to read | Merov Linden | |
2010-11-03 | STORM-472 Fixed crash that happened while decoding jpg image. | Andrew Productengine | |
In case of files provided in ticket problem occured in libjpeg's jpeg_start_decompress(to be more specofic- inside it's _jinit_color_deconverter()) because if cinfo's out_color_space is RGB, then jpeg_color_space can't be JCS_YCCK (JCS_YCCK jpeg_color_space is possible for JCS_CMYK out_color_space). So when the combination of RGB and JCS_YCCK was encountered, jpeglib called ERREXIT() inside which exit() was called and viewer crashed. - Checking for this combination before calling jpeg_start_decompress() would solve this problem in this specific case, but there are a lot of possible error combinations which cause libjpeg to exit and thus crash viewer, so copypasting checks from it into viewer code would be cumbersome, uneffective and ugly. So another approach was used instead- by default libjpeg calls exit() after encountering an error, but user can provide his own error handling function instead. on_jpeg_error() function was added in fix for this. It sets true a boolean flag that is used to determine whether there were errors in getImageDimensionsJpeg(), and this function's return value depends on it. | |||
2010-10-27 | STORM-104 : make kdu statically linked, suppress the need for llkdu | Merov Linden | |
2010-10-27 | STORM-105 : improve decompression perf gathering, allow perf name to be ↵ | Merov Linden | |
passed on the command line, fix crash in analysis phase | |||
2010-09-17 | STORM-105 : Add compression data gathering, took partial decompression into ↵ | Merov Linden | |
account in stats | |||
2010-09-16 | Pull update from viewer-development | Merov Linden | |
2010-09-15 | merged STORM-130 (a.k.a. VWR-22769, SNOW-737 Version agnostic libPNG linking) | Boroondas Gupte | |
2010-09-08 | VWR-22761 : Rearchitecture of llmetricperformancetester and simple (non ↵ | Merov Linden | |
complete) implementation in llimagej2c | |||
2010-09-07 | Automated merge with http://bitbucket.org/TheShining/viewer-development | Xiaohong Bao | |
2010-09-07 | fix for VWR-22813: crash at [1] LLImageBase::allocateData(int) ↵ | Xiaohong Bao | |
[secondlife-bin llimage.cpp] | |||
2010-08-29 | SNOW-737 FIXED Version agnostic libPNG linking | Boroondas Gupte | |
Patch from http://jira.secondlife.com/secure/attachment/41125/version_agnostic_libpng__1.diff applied with fuzz 3: patching file indra/cmake/PNG.cmake Hunk #1 succeeded at 6 with fuzz 3 (offset -2 lines). patching file indra/llimage/llpngwrapper.cpp Hunk #1 succeeded at 215 (offset -2 lines). Hunk #2 succeeded at 363 (offset -2 lines). patching file indra/llimage/llpngwrapper.h Hunk #1 succeeded at 31 (offset -2 lines). Added entry in doc/contributions.txt. No further changes other than that. | |||
2010-08-24 | standardizing test suite names as class name under test | Aaron Terrell (Enus) | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-04 | merge the fix of SNOW-793: memory leak in LLImageFormatted::appendData | Xiaohong Bao | |
2010-06-16 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Xiaohong Bao | |
2010-06-15 | EXT-7851 FIXED Cleaned up code to avoid confusion. | Lynx Linden | |
The mTmpWriteBuffer member variable was never actually being allocated because it was being shadowed by a local variable. This is why the code never crashed. I've removed the member variable as it was clearly never used and really confused the code. | |||
2010-06-14 | EXT-7851 FIXED Memory leak in LLImagePNG::encode() | Lynx Linden | |
We were not freeing the temporary image buffer if the PNG encoding failed. This probably doesn't happen very often, but it's good to plug the leak all the same. | |||
2010-06-16 | EXT-6567: POSSIBLE FIXED: crash at LLImageBase::allocateData [secondlife-bin ↵ | Xiaohong Bao | |
llimage.cpp:170]; also removed the debug code for this bug. | |||
2010-04-28 | fix for EXT-7159: textures are not fully loaded when http-texture is enabled. | Xiaohong Bao | |
and EXT-6928: Viewer crashes immediately after enabling HTTP Textures on a http-texture-server-1 simulator | |||
2010-04-21 | dos2unix this header :( | Tofu Linden | |
2010-04-20 | fix for EXT-4082 Normal Uploading huge image crashes viewer | Yuri Chebotarev | |
https://codereview.productengine.com/secondlife/r/11/ reviewed Tofu Linden --HG-- branch : product-engine | |||
2010-04-01 | make LLImageBase::allocateData() thread-safe. | Xiaohong Bao | |
insert debug code for EXT-6567: crash at LLImageBase::allocateData [secondlife-bin llimage.cpp:170] | |||
2010-03-10 | debug code for EXT-5599: Viewer crashes consistently, in Linden Homes region. | Xiaohong Bao | |
2010-02-13 | CID-3 | Tofu Linden | |
Checker: CHECKED_RETURN Function: LLImageDecodeThread::update(unsigned int) File: /indra/llimage/llimageworker.cpp | |||
2010-02-08 | EXT-4929 Crash in llimage.cpp | Karl Stiefvater (qarl) | |
EXT-4713 Hook attachment from loco pocos pirate outfit causes viewer crash removed broken assert (all cases are covered by asserts downstream.) reviewed by James. | |||
2010-01-21 | checking for null in LLImageRaw::copy to prevent a crash | Leyla Farazha | |
2009-11-06 | merge | Steve Bennetts | |
2009-11-06 | merge from texture-pipeline | Steve Bennetts | |
2009-11-06 | SNOW-329 Handling of error case in llimage.cpp incorrect | Tofu Linden | |
This is the same fix as DEV-32269, trivially ported to viewer2. reviewed by merov, james, moss! | |||
2009-11-06 | merge QAR-1829: texture pipeline branch in viewer-2.0.0.3 | Xiaohong Bao | |
2009-10-16 | merge from latest svn/viewer-2-0 to hg/viewer-2-0 | Mark Palange (Mani) | |