aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
...
| * Print Tests: Split 'Printable' to own class, add OffscreenPrintable using NIO...Sven Gothel2013-09-171-1/+1
| * Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW...Sven Gothel2013-09-151-45/+144
| * AWTTilePainter: Fix null clip-rect (consider scaling); Fix non GL-oriented dr...Sven Gothel2013-09-131-31/+55
| * Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ...Sven Gothel2013-09-117-13/+5
| * AWT Printing: AWTTilePainter needs to handle null clip!Sven Gothel2013-09-101-6/+10
| * Add AWTTilePainter.dumpHintsAndScale(..), removing more duplicated code from ...Sven Gothel2013-09-081-0/+17
| * Test: Don't resize frame, tweek print-matrix; AWTPrintLifecycle: Add scale an...Sven Gothel2013-09-081-18/+35
| * TiledPrintingAWTBase: Fix scaling - Fit frame to page, add MSAA RenderingHint...Sven Gothel2013-09-071-1/+1
| * AWT/GL Printing WIP: Abstract AWT tile painting code out to AWTTilePainter, r...Sven Gothel2013-09-071-0/+217
| * GLVBOArrayHandler: Remove unused importsSven Gothel2013-09-051-3/+0
| * Revert commit 4beef4fe856690b070ba06a6caf4515aebd7171b manually for testing p...Sven Gothel2013-09-021-2/+2
| * X11GLXDrawableFactory.Shutdown: Disable shared context destruction since it m...Sven Gothel2013-09-021-2/+2
| * Animator/GLWindow: Catch 'ThreadDeath/Throwable' and dump info in DEBUG mode ...Sven Gothel2013-09-021-1/+1
| * FFMPEGMediaPlayer: Handle use-case of having [av|sw]resample lib, but not com...Sven Gothel2013-09-011-2/+2
| * GLMediaPlayer: pause() -> pause(boolean flush): Allowing to flush buffers, ne...Sven Gothel2013-08-311-14/+16
| * GLMediaPlayer enhancements: State, Camera options, detect and act on orientat...Sven Gothel2013-08-306-35/+75
| * FFMPEGMediaPlayer: Handle v-flipped 'bottom-up' pictures ; Refine API doc 'ca...Sven Gothel2013-08-301-1/+1
| * Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows...Sven Gothel2013-08-299-156/+344
| * Fix libav/ffmpeg compilation; FFMPEGMediaPlayer Enahncements (More YUV*, Use ...Sven Gothel2013-08-283-154/+286
| * FFMPEGMediaPlayer: Fix av-audio-fmt -> AudioFormat parsing (fixedP was wrong ...Sven Gothel2013-08-281-8/+7
| * GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin...Sven Gothel2013-08-277-68/+244
| * ALAudioSink: Remove force DEBUG infoSven Gothel2013-08-261-1/+1
| * FFMPEGNatives*: Add missing license headerSven Gothel2013-08-264-0/+108
| * libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM...Sven Gothel2013-08-267-250/+383
| * ffmpeg/libav: Remove 'dead' audio/video frame count relation snoop-codeSven Gothel2013-08-261-9/+5
| * libav/ffmpeg: version9: Add libavresample support ; Proper AudioFormat negoti...Sven Gothel2013-08-262-80/+171
| * AudioSink: Fixe type names ; Enhance AudioFormat negotiation ; ALAudioSink ad...Sven Gothel2013-08-263-43/+127
| * libav/ffmpeg: Prepare for lavc54.lavf54.lavu52Sven Gothel2013-08-252-8/+64
| * NullGLMediaPlayer: Fix reported VID (fake 0), no AID, textureCount == 2Sven Gothel2013-08-251-2/+12
| * GLAutoDrawableBase: DEBUG code - Avoid NPESven Gothel2013-08-251-2/+4
| * AndroidGLMediaPlayerAPI14: Fix implementation to coop w/ threaded decoder / A...Sven Gothel2013-08-252-57/+127
| * GLMediaPlayer/AudioSink: Add set[Audio]Volume(float v)/get[Audio]Volume() all...Sven Gothel2013-08-255-4/+122
| * AudioSink.init(..) abstract 'frame count' -> duration [ms] allowing non-frame...Sven Gothel2013-08-244-30/+45
| * GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONESven Gothel2013-08-245-141/+210
| * *AudioSink: Add byte/time calc to AudioDataFormat, *AudioFrame OO changes, Re...Sven Gothel2013-08-243-117/+148
| * FFMPEGMediaPlayer: Transform URI spaces '%20' to ' ' manually, libav doesn't ...Sven Gothel2013-08-231-1/+1
| * GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-5) - WIPSven Gothel2013-08-237-343/+471
| * AudioSink: Add END_OF_STREAM_PTS, initSink(..) args: frameGrowAmount and fram...Sven Gothel2013-08-223-60/+134
| * SyncedRingbuffer moved to GlueGen, commit 30475c6bbeb9a5d48899b281ead8bb30567...Sven Gothel2013-08-221-296/+0
| * GLMediaPlayer: Use URI instead of URL / Misc refinementsSven Gothel2013-08-174-31/+52
| * GLMediaPlayerImpl: Refine getNextTexture(..) DEBUG output, put 'last SCR dela...Sven Gothel2013-08-161-10/+8
| * GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-4) - WIPSven Gothel2013-08-167-221/+245
| * SyncedRingbuffer Cleanup: private fields, clarify reset(boolean)Sven Gothel2013-08-161-14/+12
| * Fix Bug 817 (2/2): GLContextImpl's getDefaultPixelDataType()/getDefaultPixelD...Sven Gothel2013-08-161-4/+8
| * SyncedRingbuffer: Add 'reset(boolean full)', simplify 'clear(..)'.Sven Gothel2013-08-151-12/+20
| * Fix Bug 815: GL*: Change glIs<Buffer>Enabled() -> glIs<Buffer>Bound() to refl...Sven Gothel2013-08-141-8/+8
| * GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-3) - WIPSven Gothel2013-08-146-373/+706
| * GLMediaPlayer Multithreaded Decoding: AudioSink (Part-2) - WIPSven Gothel2013-08-143-169/+506
| * SyncedRingbuffer: peek() don't throw an exceptionSven Gothel2013-08-141-2/+4
| * GLMediaPlayer: Add multithreaded decoding w/ textureCount > 2 where available...Sven Gothel2013-08-108-466/+666