summaryrefslogtreecommitdiff
path: root/indra/llimage/llimagepng.cpp
AgeCommit message (Collapse)Author
2018-07-26MAINT-8923 Better allocation failure handling, createGLTexture crashesandreykproductengine
2017-05-31STORM-2148 Crash on trying to save texture file(s) to computer from inventorypavelkproductengine
2016-07-22MAINT-6584: Convert LLImage class hierarchy to standard 'bool'Nat Goodspeed
instead of legacy BOOL.
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-09-15MAINT-3562 FIXED Viewer crashes when updating local textures using Substance ↵ruslantproductengine
Designer : add code for control input buffer size
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-04-06STORM-1837: check for valid png header before attempting to decodeOz Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-06-15EXT-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-14EXT-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.
2009-01-08Result of svn merge -r107256:107258 ↵Aaron Brashears
svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2007-10-04Result of svn merge -r71162:71205 ↵Aaron Brashears
svn+ssh://svn/svn/linden/branches/new-license into release. only changes files which are not deployed or the comments section of code.
2007-06-21merge -r62831:64079 branches/maintenance to releaseKelly Washington