aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/TextureSender/J2KDecoderModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-5/+6
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-2/+26
* Another 21 modules' directives moved out of .addin.xmlDiva Canto2012-11-131-0/+2
* Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-121-1/+1
* J2KDecoderModule: move the code out of PostInitialise()Diva Canto2012-11-111-8/+17
* One more module converted: J2KDecoderModule.Diva Canto2012-11-101-10/+32
* Improve "j2k decode" command to tell us how many layers and components were d...Justin Clark-Casey (justincc)2012-01-051-5/+16
* Add a "j2k decode" region console command that allows a manual request for a ...Justin Clark-Casey (justincc)2012-01-051-8/+10
* Minor formatting changes and commented out log lines for future debugging of ...Justin Clark-Casey (justincc)2012-01-041-0/+4
* Adding commented out log messages and some minor formatting for future bug hu...Justin Clark-Casey (justincc)2012-01-021-0/+3
* Add config option for switching between CSJ2K and BuggyJPEG.Melanie2010-03-081-3/+9
* * Added code to support either CSJ2K or OpenJPEG texture decoding. Currently ...John Hurliman2010-03-071-20/+33
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
* * 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