aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/util/jpeg
Commit message (Expand)AuthorAgeFilesLines
* Bug 1153 - Adopt to ArrayHashSet change, don't use deprecated ctor (gluegen c...Sven Gothel2015-04-011-1/+1
* Bug 1106: JPEGDecoder adopt to GlueGen Bitstream change commit 9e13e8c78ed69b...Sven Gothel2014-12-061-2/+2
* Findbugs: Use inner static class where possibleSven Gothel2014-07-081-7/+7
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-53/+56
* jogl: avoid bugs with sign-extension in JPEGDecoderHarvey Harrison2014-04-111-4/+4
* Match Bitstream changes of gluegen commit 4447232af0d95a4348d09d4ed03fbef4839...Sven Gothel2014-02-211-35/+35
* Bug 980: Use Bitsream class for JPEGDecoderSven Gothel2014-02-201-69/+32
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+12
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-66/+66
* Fix Bug 745: NPE - QTT definition shall be allowd to _follow_ SOF (frame) - R...Sven Gothel2013-06-141-19/+53
* TextureData: Add PixelAttributes and PixelBufferProvider; ColorSink back to J...Sven Gothel2013-04-271-2/+19
* Move JPEGDecoder.PixelStorage -> TextureData.ColorSink: Appropriate name + pu...Sven Gothel2013-04-271-16/+2
* Fix Bug 671: Add JPEG Decoder w/o AWT DependenciesSven Gothel2013-04-011-0/+1505