aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/TextureSender/J2KDecoderModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-1/+1
* Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2009-11-091-4/+3
|\
| * Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-051-4/+3
* | minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-091-2/+2
|/
* * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman2009-10-021-2/+2
* * Rewrote LLImageManager to use a real priority queue and hold minimal stateJohn Hurliman2009-10-011-1/+0
* Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman2009-09-301-528/+160
* Revert "Attempting to improve the robustness of texture decoding by always ig...Melanie2009-09-301-68/+168
* Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman2009-09-301-168/+68
* Add a slow cache cleaner thread. By default, the thread starts a cleanupMelanie2009-08-291-7/+47
* the beginning of some changes to the decode cache to address concerns aboutMelanie2009-08-291-9/+30
* Make the j2kDecodeCache expire after 50 minutes (configurable). Alse allowsMelanie2009-08-291-4/+24
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-1/+2
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Refactor: Simplify InventoryFolderImpl. No functional change.Justin Clarke Casey2009-05-041-5/+1
* * Remove null reference exception in the J2KDecoderModule's J2K repair routin...Teravus Ovares2009-04-131-2/+14
* * Adding some heuristic error correction to the j2k decoder module to combat ...Teravus Ovares2009-03-281-1/+83
* * optimized usings.lbsa712009-02-121-5/+4
* starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield2009-02-091-0/+533