aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/TextureSender/J2KDecoderModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+1
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-26/+7
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-7/+26
2009-11-09minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-4/+3
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman1-2/+2
2009-10-01* Rewrote LLImageManager to use a real priority queue and hold minimal stateJohn Hurliman1-1/+0
2009-09-30Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman1-528/+160
2009-09-30Revert "Attempting to improve the robustness of texture decoding by always ig...Melanie1-68/+168
2009-09-30Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman1-168/+68
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-08-29Add a slow cache cleaner thread. By default, the thread starts a cleanupMelanie1-7/+47
2009-08-29the beginning of some changes to the decode cache to address concerns aboutMelanie1-9/+30
2009-08-29Make the j2kDecodeCache expire after 50 minutes (configurable). Alse allowsMelanie1-4/+24
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-1/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-04* Refactor: Simplify InventoryFolderImpl. No functional change.Justin Clarke Casey1-5/+1
2009-04-13* Remove null reference exception in the J2KDecoderModule's J2K repair routin...Teravus Ovares1-2/+14
2009-03-28* Adding some heuristic error correction to the j2k decoder module to combat ...Teravus Ovares1-1/+83
2009-02-12* optimized usings.lbsa711-5/+4
2009-02-09starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-01-25* Adds console command, 'predecode-j2k <number of threads>' to load all of th...Teravus Ovares1-1/+2
2009-01-23* Adds a synchronous jpeg decode for pre-caching purposesTeravus Ovares1-0/+10
2009-01-22* Added some more commentsTeravus Ovares1-1/+26
2009-01-22* Add File cache for j2k layer decodes. This will make it so that the server...Teravus Ovares1-38/+304
2009-01-21* More friendly OpenJpeg error handling.Teravus Ovares1-29/+45
2009-01-19* Set SVN PropertiesTeravus Ovares1-215/+215
2009-01-19* Progressive texture patch + PriorityQueue put into the LLClient namespace.Teravus Ovares1-0/+215