aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/TextureSender/J2KDecoderModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-19Add J2K decoder routine that converts directly to an image.Robert Adams1-0/+20
2013-08-03Making the J2KDecoderModule decoder function async. Could this be the cause o...Diva Canto1-1/+1
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto1-0/+2
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
2012-11-11J2KDecoderModule: move the code out of PostInitialise()Diva Canto1-8/+17
2012-11-10One more module converted: J2KDecoderModule.Diva Canto1-10/+32
2012-01-05Improve "j2k decode" command to tell us how many layers and components were d...Justin Clark-Casey (justincc)1-5/+16
2012-01-05Add a "j2k decode" region console command that allows a manual request for a ...Justin Clark-Casey (justincc)1-8/+10
2012-01-04Minor formatting changes and commented out log lines for future debugging of ...Justin Clark-Casey (justincc)1-0/+4
2012-01-02Adding commented out log messages and some minor formatting for future bug hu...Justin Clark-Casey (justincc)1-0/+3
2010-03-08Add config option for switching between CSJ2K and BuggyJPEG.Melanie1-3/+9
2010-03-07* Added code to support either CSJ2K or OpenJPEG texture decoding. Currently ...John Hurliman1-20/+33
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
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