| Commit message (Expand) | Author | Age | Files | Lines |
* | GLCanvas Printing WIP: Add GLJPanel; GLCanvas TILE_SIZE 512; print(Graphics):... | Sven Gothel | 2013-09-06 | 2 | -75/+339 |
* | Add AWTPrintLifecycle interface describing impl. w/ setupPrint()/releasePrint... | Sven Gothel | 2013-09-06 | 2 | -1/+52 |
* | GLCanvas Printing WIP: Perform all print* operations on AWT-EDT, clip before ... | Sven Gothel | 2013-09-06 | 1 | -147/+184 |
* | TileRenderer*: Add more detailed 'toString()' - override for TileRenderer | Sven Gothel | 2013-09-06 | 2 | -4/+24 |
* | GLCanvas Printing WIP: Swap to offscreen at setupPrint(); Use TileRenderer @ ... | Sven Gothel | 2013-09-06 | 1 | -107/+129 |
* | TileRenderer*: TileRenderer adds setTileOffset(..), getParam(pname) shall alw... | Sven Gothel | 2013-09-06 | 3 | -36/+23 |
* | GLDrawableUtil.swapGLContextAndAllGLEventListener: Fix comment - Add remark a... | Sven Gothel | 2013-09-06 | 1 | -0/+4 |
* | GLVBOArrayHandler: Remove unused imports | Sven Gothel | 2013-09-05 | 1 | -3/+0 |
* | GLCanvas Printing WIP - Add TestTiledPrintingGearsAWT | Sven Gothel | 2013-09-05 | 2 | -31/+38 |
* | TileRendererBase: API-doc cleanup; Fix GLCanvas, WIP printing .. | Sven Gothel | 2013-09-05 | 2 | -68/+124 |
* | TileRendererBase: Add interface TileRendererNotify, to notify implementing GL... | Sven Gothel | 2013-09-05 | 1 | -8/+40 |
* | TileRendererBase: Add toString(), Proper tile unit test names, i.e. add NEWT ... | Sven Gothel | 2013-09-05 | 2 | -2/+12 |
* | TileRenderer*: Enhance API Doc; Cleanup OO; Remove PMVMatrixCallback, use GLE... | Sven Gothel | 2013-09-05 | 4 | -201/+275 |
* | TileRenderer*: Align impl. to common abstract superclass TileRendererBase (cl... | Sven Gothel | 2013-09-04 | 3 | -384/+380 |
* | TileRenderer: Unify TileRenderer, add RandomTileRenderer (both utilizing GLPi... | Sven Gothel | 2013-09-04 | 3 | -213/+630 |
* | PNGImage: Bounds check in getPixelRGBA8(..) and setPixelRGBA8(..) | Sven Gothel | 2013-09-04 | 1 | -0/+8 |
* | GLPixelBuffer*: Add componentCount==1 (ALPHA/RED), 'allowRowStride' utilizati... | Sven Gothel | 2013-09-04 | 7 | -80/+152 |
* | Cleaned up TiledRenderer capable to be used w/ GL2ES3 and TiledRenderer2 to b... | Sven Gothel | 2013-09-03 | 3 | -601/+576 |
* | GLReadBufferUtil.readPixels(..): Use plain int values for inWidth/inHeight, i... | Sven Gothel | 2013-09-03 | 2 | -12/+9 |
* | GLPixelStorageModes: Fix API doc references, Add set[Pack|Unpack]RowLength(GL... | Sven Gothel | 2013-09-03 | 1 | -5/+39 |
* | GLBuffers: Align comment | Sven Gothel | 2013-09-03 | 1 | -1/+1 |
* | GL*, GLContext: Expose isGL2ES3() and getGL2ES3() for convenience. | Sven Gothel | 2013-09-03 | 3 | -0/+23 |
* | Fix Bug 810: Adding Julien Gouesse's fix while moved the new 'addNativeJarLib... | Sven Gothel | 2013-09-02 | 1 | -6/+2 |
* | 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 | 2 | -1/+6 |
* | 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 | 2 | -17/+35 |
* | GLContext: Add missing 'isGLESProfile()' and fix 'isGLcore()', i.e. GL2ES2 ->... | Sven Gothel | 2013-08-31 | 1 | -1/+2 |
* | GLMediaPlayer enhancements: State, Camera options, detect and act on orientat... | Sven Gothel | 2013-08-30 | 8 | -43/+140 |
* | Texture: Add 'setMustFlipVertically(boolean)' allowing to change the flipped ... | Sven Gothel | 2013-08-30 | 1 | -4/+21 |
* | FFMPEGMediaPlayer: Handle v-flipped 'bottom-up' pictures ; Refine API doc 'ca... | Sven Gothel | 2013-08-30 | 2 | -4/+7 |
* | Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows... | Sven Gothel | 2013-08-29 | 10 | -158/+366 |
* | 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 |
* | GLBuffers: Add forma GL_YCBCR_422_APPLE and types GL_UNSIGNED_SHORT_8_8_APPLE... | Sven Gothel | 2013-08-27 | 1 | -8/+32 |
* | GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin... | Sven Gothel | 2013-08-27 | 8 | -68/+259 |
* | 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 | 4 | -92/+247 |
* | 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 | 7 | -8/+163 |
* | AudioSink.init(..) abstract 'frame count' -> duration [ms] allowing non-frame... | Sven Gothel | 2013-08-24 | 5 | -52/+127 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONE | Sven Gothel | 2013-08-24 | 7 | -168/+223 |