| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 818: Enable new quirk GLSLNonCompliant on OSX < 10.7 w/ NV GPU; GLJPanel:... | Sven Gothel | 2013-10-03 | 1 | -6/+16 |
* | Bug 548: GLRendererQuirks.GLFlushBeforeRelease is needed on OSX < 10.7.3 w/ N... | Sven Gothel | 2013-10-03 | 1 | -2/+2 |
* | TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct... | Sven Gothel | 2013-09-27 | 1 | -3/+3 |
* | Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn... | Sven Gothel | 2013-09-21 | 6 | -28/+28 |
* | AWT Printing: Fix non vertical-flipped printing, i.e. cut-off top-row's tile ... | Sven Gothel | 2013-09-20 | 1 | -19/+20 |
* | Bug 839: Clarifying GLStateTracker.clearStates(..) remove 'enable' change - P... | Sven Gothel | 2013-09-20 | 2 | -9/+12 |
* | AWTTilePainter.setupGraphics2DAndClipBounds(): Use 'Shape getClip()'; Use dou... | Sven Gothel | 2013-09-19 | 1 | -31/+42 |
* | AWTTilePainter: Fix case with no GLOrientation, i.e. no vertical-flip. Tile l... | Sven Gothel | 2013-09-18 | 1 | -11/+2 |
* | AWTTilePainter: Fix DEBUG message (used wrong value at println) | Sven Gothel | 2013-09-18 | 1 | -1/+1 |
* | Fix SharedResourceRunner's potential race-conditions. Use top-level synchroni... | Sven Gothel | 2013-09-18 | 3 | -104/+109 |
* | Print Tests: Split 'Printable' to own class, add OffscreenPrintable using NIO... | Sven Gothel | 2013-09-17 | 1 | -1/+1 |
* | Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW... | Sven Gothel | 2013-09-15 | 1 | -45/+144 |
* | AWTTilePainter: Fix null clip-rect (consider scaling); Fix non GL-oriented dr... | Sven Gothel | 2013-09-13 | 1 | -31/+55 |
* | Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ... | Sven Gothel | 2013-09-11 | 7 | -13/+5 |
* | AWT Printing: AWTTilePainter needs to handle null clip! | Sven Gothel | 2013-09-10 | 1 | -6/+10 |
* | Add AWTTilePainter.dumpHintsAndScale(..), removing more duplicated code from ... | Sven Gothel | 2013-09-08 | 1 | -0/+17 |
* | Test: Don't resize frame, tweek print-matrix; AWTPrintLifecycle: Add scale an... | Sven Gothel | 2013-09-08 | 1 | -18/+35 |
* | TiledPrintingAWTBase: Fix scaling - Fit frame to page, add MSAA RenderingHint... | Sven Gothel | 2013-09-07 | 1 | -1/+1 |
* | AWT/GL Printing WIP: Abstract AWT tile painting code out to AWTTilePainter, r... | Sven Gothel | 2013-09-07 | 1 | -0/+217 |
* | GLVBOArrayHandler: Remove unused imports | Sven Gothel | 2013-09-05 | 1 | -3/+0 |
* | Revert commit 4beef4fe856690b070ba06a6caf4515aebd7171b manually for testing p... | Sven Gothel | 2013-09-02 | 1 | -2/+2 |
* | X11GLXDrawableFactory.Shutdown: Disable shared context destruction since it m... | Sven Gothel | 2013-09-02 | 1 | -2/+2 |
* | Animator/GLWindow: Catch 'ThreadDeath/Throwable' and dump info in DEBUG mode ... | Sven Gothel | 2013-09-02 | 1 | -1/+1 |
* | FFMPEGMediaPlayer: Handle use-case of having [av|sw]resample lib, but not com... | Sven Gothel | 2013-09-01 | 1 | -2/+2 |
* | GLMediaPlayer: pause() -> pause(boolean flush): Allowing to flush buffers, ne... | Sven Gothel | 2013-08-31 | 1 | -14/+16 |
* | GLMediaPlayer enhancements: State, Camera options, detect and act on orientat... | Sven Gothel | 2013-08-30 | 6 | -35/+75 |
* | FFMPEGMediaPlayer: Handle v-flipped 'bottom-up' pictures ; Refine API doc 'ca... | Sven Gothel | 2013-08-30 | 1 | -1/+1 |
* | Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows... | Sven Gothel | 2013-08-29 | 9 | -156/+344 |
* | Fix libav/ffmpeg compilation; FFMPEGMediaPlayer Enahncements (More YUV*, Use ... | Sven Gothel | 2013-08-28 | 3 | -154/+286 |
* | FFMPEGMediaPlayer: Fix av-audio-fmt -> AudioFormat parsing (fixedP was wrong ... | Sven Gothel | 2013-08-28 | 1 | -8/+7 |
* | GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin... | Sven Gothel | 2013-08-27 | 7 | -68/+244 |
* | ALAudioSink: Remove force DEBUG info | Sven Gothel | 2013-08-26 | 1 | -1/+1 |
* | FFMPEGNatives*: Add missing license header | Sven Gothel | 2013-08-26 | 4 | -0/+108 |
* | libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM... | Sven Gothel | 2013-08-26 | 7 | -250/+383 |
* | ffmpeg/libav: Remove 'dead' audio/video frame count relation snoop-code | Sven Gothel | 2013-08-26 | 1 | -9/+5 |
* | libav/ffmpeg: version9: Add libavresample support ; Proper AudioFormat negoti... | Sven Gothel | 2013-08-26 | 2 | -80/+171 |
* | AudioSink: Fixe type names ; Enhance AudioFormat negotiation ; ALAudioSink ad... | Sven Gothel | 2013-08-26 | 3 | -43/+127 |
* | libav/ffmpeg: Prepare for lavc54.lavf54.lavu52 | Sven Gothel | 2013-08-25 | 2 | -8/+64 |
* | NullGLMediaPlayer: Fix reported VID (fake 0), no AID, textureCount == 2 | Sven Gothel | 2013-08-25 | 1 | -2/+12 |
* | GLAutoDrawableBase: DEBUG code - Avoid NPE | Sven Gothel | 2013-08-25 | 1 | -2/+4 |
* | AndroidGLMediaPlayerAPI14: Fix implementation to coop w/ threaded decoder / A... | Sven Gothel | 2013-08-25 | 2 | -57/+127 |
* | GLMediaPlayer/AudioSink: Add set[Audio]Volume(float v)/get[Audio]Volume() all... | Sven Gothel | 2013-08-25 | 5 | -4/+122 |
* | AudioSink.init(..) abstract 'frame count' -> duration [ms] allowing non-frame... | Sven Gothel | 2013-08-24 | 4 | -30/+45 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONE | Sven Gothel | 2013-08-24 | 5 | -141/+210 |
* | *AudioSink: Add byte/time calc to AudioDataFormat, *AudioFrame OO changes, Re... | Sven Gothel | 2013-08-24 | 3 | -117/+148 |
* | FFMPEGMediaPlayer: Transform URI spaces '%20' to ' ' manually, libav doesn't ... | Sven Gothel | 2013-08-23 | 1 | -1/+1 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-5) - WIP | Sven Gothel | 2013-08-23 | 7 | -343/+471 |
* | AudioSink: Add END_OF_STREAM_PTS, initSink(..) args: frameGrowAmount and fram... | Sven Gothel | 2013-08-22 | 3 | -60/+134 |
* | SyncedRingbuffer moved to GlueGen, commit 30475c6bbeb9a5d48899b281ead8bb30567... | Sven Gothel | 2013-08-22 | 1 | -296/+0 |
* | GLMediaPlayer: Use URI instead of URL / Misc refinements | Sven Gothel | 2013-08-17 | 4 | -31/+52 |