| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 'DirectDataBufferInt' supporting NIO based BufferedImages | Sven Gothel | 2013-09-16 | 1 | -1/+2 |
* | Add support for clang ; Use __APPLE__ predefined macro | Sven Gothel | 2013-09-13 | 4 | -3/+31 |
* | Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ... | Sven Gothel | 2013-09-11 | 1 | -0/+1 |
* | TestTiledPrintingGearsSwingAWT: Add a second demo GLEventListener showing it'... | Sven Gothel | 2013-09-10 | 1 | -2/+2 |
* | NewtCanvasAWT: Implement AWTPrintLifecycle and hence support for AWT printing. | Sven Gothel | 2013-09-08 | 1 | -2/+3 |
* | build-*.xml: Unify 'javah' tasks where possible, i.e. per destination directo... | Sven Gothel | 2013-09-08 | 3 | -26/+10 |
* | Aggregate and cleanup '.ps' and '.pdf' artifacts (printing tests) | Sven Gothel | 2013-09-08 | 1 | -0/+16 |
* | Test: Don't resize frame, tweek print-matrix; AWTPrintLifecycle: Add scale an... | Sven Gothel | 2013-09-08 | 1 | -2/+2 |
* | TiledPrintingAWTBase: Fix scaling - Fit frame to page, add MSAA RenderingHint... | Sven Gothel | 2013-09-07 | 1 | -3/+3 |
* | GLCanvas Printing WIP: Add GLJPanel; GLCanvas TILE_SIZE 512; print(Graphics):... | Sven Gothel | 2013-09-06 | 1 | -0/+1 |
* | GLCanvas Printing WIP: Swap to offscreen at setupPrint(); Use TileRenderer @ ... | Sven Gothel | 2013-09-06 | 1 | -3/+2 |
* | Add TestGLContextDrawableSwitch02AWT: Test AWT GLCanvas <-> GLOffscreenAutoDr... | Sven Gothel | 2013-09-05 | 1 | -1/+3 |
* | Test scripts .. | Sven Gothel | 2013-09-05 | 1 | -6/+6 |
* | TileRendererBase: Add interface TileRendererNotify, to notify implementing GL... | Sven Gothel | 2013-09-05 | 1 | -3/+4 |
* | TileRendererBase: Add toString(), Proper tile unit test names, i.e. add NEWT ... | Sven Gothel | 2013-09-05 | 1 | -3/+3 |
* | TileRenderer*: Enhance API Doc; Cleanup OO; Remove PMVMatrixCallback, use GLE... | Sven Gothel | 2013-09-05 | 1 | -0/+1 |
* | TileRenderer: Unify TileRenderer, add RandomTileRenderer (both utilizing GLPi... | Sven Gothel | 2013-09-04 | 1 | -3/+7 |
* | Test scripts .. | Sven Gothel | 2013-09-03 | 1 | -4/+5 |
* | GL*, GLContext: Expose isGL2ES3() and getGL2ES3() for convenience. | Sven Gothel | 2013-09-03 | 3 | -0/+36 |
* | X11GLXDrawableFactory.Shutdown: Disable shared context destruction since it m... | Sven Gothel | 2013-09-02 | 1 | -3/+6 |
* | FFMPEGMediaPlayer: Handle use-case of having [av|sw]resample lib, but not com... | Sven Gothel | 2013-09-01 | 1 | -2/+3 |
* | Scripts/Windows: Test x32 and x64 builds w/ ffmpeg 2.x ! | Sven Gothel | 2013-08-31 | 4 | -10/+16 |
* | GLMediaPlayer enhancements: State, Camera options, detect and act on orientat... | Sven Gothel | 2013-08-30 | 1 | -2/+2 |
* | Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows... | Sven Gothel | 2013-08-29 | 69 | -15/+15455 |
* | Fix libav/ffmpeg compilation; FFMPEGMediaPlayer Enahncements (More YUV*, Use ... | Sven Gothel | 2013-08-28 | 5 | -14/+27 |
* | Fix libav/ffmpeg compilation: Use 'dot less' dir/file names; Compile ffmpeg v... | Sven Gothel | 2013-08-28 | 107 | -13/+100 |
* | Fix libav/ffmpeg compilation across platforms: Remove symbolic links | Sven Gothel | 2013-08-27 | 14 | -14/+0 |
* | Fix libav/ffmpeg compilation across platforms: Move header back to 'stub_incl... | Sven Gothel | 2013-08-27 | 119 | -0/+27966 |
* | GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin... | Sven Gothel | 2013-08-27 | 5 | -10/+35 |
* | libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM... | Sven Gothel | 2013-08-26 | 101 | -27249/+9 |
* | ffmpeg/libav: remove unsued header files | Sven Gothel | 2013-08-26 | 1 | -416/+0 |
* | ffmpeg/libav: lavc54.lavf54.lavu52 -> lavc54.lavf54.lavu52.lavr01: Adding lib... | Sven Gothel | 2013-08-26 | 54 | -1/+1 |
* | libav/ffmpeg: Prepare for lavc54.lavf54.lavu52 | Sven Gothel | 2013-08-25 | 1 | -0/+1 |
* | libav/ffmpeg: Move current lavc53.lavf53.lavu51 (version 8) header files to t... | Sven Gothel | 2013-08-25 | 102 | -1/+14182 |
* | GLES3Impl: Add NOP 'finalizeInit()' method, to avoid GLContentImpl not findin... | Sven Gothel | 2013-08-25 | 1 | -0/+3 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONE | Sven Gothel | 2013-08-24 | 1 | -2/+3 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-5) - WIP | Sven Gothel | 2013-08-23 | 1 | -4/+5 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-4) - WIP | Sven Gothel | 2013-08-16 | 1 | -2/+4 |
* | Fix Bug 815: GL*: Change glIs<Buffer>Enabled() -> glIs<Buffer>Bound() to refl... | Sven Gothel | 2013-08-14 | 5 | -72/+72 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-3) - WIP | Sven Gothel | 2013-08-14 | 1 | -2/+4 |
* | GLMediaPlayer: Add multithreaded decoding w/ textureCount > 2 where available... | Sven Gothel | 2013-08-10 | 1 | -3/+3 |
* | FFMPEGMediaPlayer: Cleanup AudioPusher 'usage', i.e. disabled for now (subjec... | Sven Gothel | 2013-07-20 | 1 | -2/+2 |
* | FFMPEGPlayer Audio Sink Refactoring .. | Sven Gothel | 2013-07-19 | 1 | -12/+3 |
* | API doc: Use paragraph instead of manual line break .. | Sven Gothel | 2013-07-18 | 1 | -6/+6 |
* | Javadoc: Use JogAmp Stylesheet / Colors .. | Sven Gothel | 2013-07-17 | 1 | -4/+20 |
* | API doc: Add old glext-20130207.h header for complete extension association. ... | Sven Gothel | 2013-07-17 | 3 | -51/+13183 |
* | API doc: Update native-taglet / Fix creation, i.e. use 'man2' instead of 'man'. | Sven Gothel | 2013-07-17 | 2 | -229/+222 |
* | JOGL API Doc: Remove 'JSR 231' identifier - we are no more bound to a JSR, fo... | Sven Gothel | 2013-07-17 | 2 | -258/+216 |
* | More shader fixes for core (GLSL 150): texture2D -> texture, texture3D is dep... | Sven Gothel | 2013-07-17 | 1 | -2/+2 |
* | Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add... | Sven Gothel | 2013-07-17 | 1 | -1/+12 |