Commit History

Author SHA1 Message Date
  Melanie 2362da2ad0 Add config option for switching between CSJ2K and BuggyJPEG. 14 years ago
  John Hurliman fa38cf3ee8 * Added code to support either CSJ2K or OpenJPEG texture decoding. Currently hardcoded to CSJ2K (so no functional change) but this could easily be switched to a config option 14 years ago
  John Hurliman df76e95aa2 Changed asset CreatorID to a string 14 years ago
  John Hurliman 7665aad002 * Adds CreatorID to asset metadata. This is just the plumbing to support CreatorID, it doesn't modify database backends or OAR files to support storing/loading it 14 years ago
  Justin Clark-Casey (justincc) 7f5d0a6735 Merge branch 'master' of ssh://[email protected]/var/git/opensim 15 years ago
  Justin Clark-Casey (justincc) a7af92d5d0 minor: remove some mono compiler warnings 15 years ago
  John Hurliman afef1ac191 Changing the AssetBase constructors to avoid initializing assets with an unknown asset type, and log an error if it ever does happen 15 years ago
  John Hurliman 387e9f7a7f * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) 15 years ago
  John Hurliman 6e0c79b8fe * Rewrote LLImageManager to use a real priority queue and hold minimal state 15 years ago
  John Hurliman f56dc5fcda Attempting to improve the robustness of texture decoding by always ignoring LayerInfo.End values and creating guessed default layer boundaries on failed decodes Changed a noisy J2K decode log message from Info to Debug Replacing openjpeg-dotnet decoding with managed CSJ2K decoding. Should be much more reliable, faster, and use less memory 15 years ago
  Melanie f908e32f62 Revert "Attempting to improve the robustness of texture decoding by always ignoring LayerInfo.End values and creating guessed default layer boundaries on failed decodes Changed a noisy J2K decode log message from Info to Debug" 15 years ago
  John Hurliman 22cc31135e Attempting to improve the robustness of texture decoding by always ignoring LayerInfo.End values and creating guessed default layer boundaries on failed decodes Changed a noisy J2K decode log message from Info to Debug 15 years ago
  Melanie 1a6b30e092 Add a slow cache cleaner thread. By default, the thread starts a cleanup 15 years ago
  Melanie 2a5b9f7740 the beginning of some changes to the decode cache to address concerns about 15 years ago
  Melanie 4b2e62fd3c Make the j2kDecodeCache expire after 50 minutes (configurable). Alse allows 15 years ago
  Teravus Ovares 64bd9a3354 * Updates libOMV to version 0.7.0 15 years ago
  Jeff Ames 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
  Justin Clarke Casey 509ec2637b * Refactor: Simplify InventoryFolderImpl. No functional change. 15 years ago
  Teravus Ovares bd7d00db33 * Remove null reference exception in the J2KDecoderModule's J2K repair routine for when the asset we're looking up isn't an image at all. (did someone set the texture on the side of a primitive to some other kind of asset with the script engine?) 15 years ago
  Teravus Ovares b857635712 * Adding some heuristic error correction to the j2k decoder module to combat some of the situations that we see in mantis 3049 . 15 years ago
  lbsa71 801da4346a * optimized usings. 15 years ago
  Dr Scofield a89d097355 starting phase 2 of the OpenSim.Region.Environment commit: relocating 15 years ago