| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug 1472: GLMediaPlayer.getNextTexture(): Fix playSpeed > 1; Handle !hasVideo... | Sven Gothel | 2023-10-16 | 1 | -88/+86 |
* | Bug 1472: GLMediaPlayer: Handle setPlaySpeed() like setAudioVolume() if strea... | Sven Gothel | 2023-10-16 | 1 | -15/+18 |
* | Bug 1472: GLMediaPlayer: Expose SCR PTS and encourage its usage, removes user... | Sven Gothel | 2023-10-16 | 2 | -4/+25 |
* | GLJPanel: Fix DEBUG output USE_GLSL_TEXTURE_RASTERIZER -> USE_GLSL_VERTICAL_F... | Sven Gothel | 2023-10-16 | 1 | -1/+1 |
* | GLJPanel: Allow disabling GLSL vertical flip programmatically via setUseGLSLV... | Sven Gothel | 2023-10-16 | 1 | -14/+26 |
* | Bug 1472: Enhance GLMediaPlayer AV Sync: Fine tune AV heuristics to (multiple... | Sven Gothel | 2023-10-15 | 1 | -20/+28 |
* | Bug 1472: Enhance GLMediaPlayer AV Sync: Fix FFMPEGMediaPlayer's audio resamp... | Sven Gothel | 2023-10-15 | 2 | -5/+10 |
* | Bug 1472: Enhance GLMediaPlayer AV Sync: Utilize SCR aware audio PTS used as ... | Sven Gothel | 2023-10-15 | 7 | -240/+467 |
* | Bug 1472: GLMediaPlayerImpl: Track repeatedFrame count | Sven Gothel | 2023-10-04 | 1 | -5/+5 |
* | Bug 1472: GLMediaPlayer AVSync: Refine AVSync debug output (WIP) | Sven Gothel | 2023-10-04 | 1 | -12/+47 |
* | Bug 1473 - ALAudioSink: AV Synchronization: Adopt to JOAL ALAudioSink changes | Sven Gothel | 2023-10-04 | 1 | -6/+6 |
* | FFMPEGMediaPlayer: Always use own textureLookupShader and validate its custom... | Sven Gothel | 2023-10-03 | 1 | -26/+65 |
* | TextureSequence.setTexCoordBBox(): Add 'verbose' parameter for debug output i... | Sven Gothel | 2023-10-03 | 4 | -7/+7 |
* | Bug 1470 - FFmpeg / JNI: Perform exception check and rethrow for all Java Cal... | Sven Gothel | 2023-10-02 | 3 | -7/+48 |
* | Bug 1471: Add a GLEventAdapter for GLEventListener similar to the other Adapt... | Sven Gothel | 2023-10-02 | 1 | -0/+42 |
* | Bug 1469 - FFmpeg binding uses ReleaseStringChars instead of ReleaseStringUTF... | Sven Gothel | 2023-10-02 | 1 | -12/+14 |
* | Bug 1468 - SIGSEGV on use after free when destroying NEWT Window/Display via ... | Sven Gothel | 2023-10-02 | 2 | -1/+2 |
* | FFMPEGMediaPlayer: Insert GLSL comment-line documenting the addressed VideoPi... | Sven Gothel | 2023-09-30 | 1 | -1/+6 |
* | Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r... | Sven Gothel | 2023-09-30 | 13 | -81/+233 |
* | Bug 1430 - Fix Background erase not disabled with AWT GLCanvas and NewtCanvasAWT | Sven Gothel | 2023-09-29 | 1 | -2/+10 |
* | Bug 1463 - Graph Font: Whitespace or undefined Glyphs shall not cover (any) h... | Sven Gothel | 2023-09-26 | 1 | -4/+7 |
* | Graph Font: API doc: Fix typos 'Return ' .. to 'Returns `. | Sven Gothel | 2023-09-24 | 1 | -17/+20 |
* | Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav... | Sven Gothel | 2023-09-24 | 5 | -140/+293 |
* | Graph Fonts: Add 'Material Icons Round-Regular' (APL-2 license) and use it in... | Sven Gothel | 2023-09-24 | 4 | -0/+92 |
* | Graph Fonts UbuntuFontLoader: Factor out FontLoaderImpl and have get(..) sync... | Sven Gothel | 2023-09-24 | 2 | -103/+139 |
* | Graph Fonts: Remove not required text files from Ubuntu fonts | Sven Gothel | 2023-09-24 | 3 | -409/+0 |
* | GLMediaPlayer: Stop audio streaming to AudioSink on zero volume (Flush on mut... | Sven Gothel | 2023-09-24 | 2 | -2/+10 |
* | Bug 1455 - GLMediaPlayer: Add isAutioMuted() query on volume and earmark audi... | Sven Gothel | 2023-09-23 | 2 | -5/+25 |
* | GLMediaPlayerImpl: Recover lost StreamException information from commit 77eab... | Sven Gothel | 2023-09-23 | 1 | -5/+17 |
* | Bug 1452: PMVMatrix4f: Drop redundant unused mulWith*(Vec*...) 'v_out = M * v... | Sven Gothel | 2023-09-23 | 1 | -102/+0 |
* | GLMediaPlayerImpl: Replace StreamWorker thread management with GlueGen's new ... | Sven Gothel | 2023-09-22 | 1 | -222/+97 |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 80 | -1440/+2571 |
* | Debug.debugExplicit(): Define and use explicit symbol debug flag; Use it for ... | Sven Gothel | 2023-09-16 | 8 | -12/+25 |
* | FloatUtil.abs(a): Mark as deprecated, use Math.abs(a) directly. We assume it ... | Sven Gothel | 2023-09-04 | 4 | -13/+20 |
* | GraphUI Enhance: API doc; Scene/Button Z-offset and -epsilon; Push temp Affin... | Sven Gothel | 2023-09-04 | 1 | -0/+5 |
* | FloatUtil.isEqual(..): Rename raw {isEqual->isEqualRaw}(a,b) varianr w/o EPSI... | Sven Gothel | 2023-09-03 | 9 | -22/+84 |
* | GraphUI Scene: Pass sampleCount in ctor variant and refine API doc, clip to [... | Sven Gothel | 2023-09-03 | 1 | -1/+12 |
* | PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP... | Sven Gothel | 2023-09-02 | 2 | -6/+18 |
* | Graph Font + Glyph: Fix whitespace definition: Include 'no original underlyin... | Sven Gothel | 2023-09-01 | 2 | -20/+26 |
* | Graph Font: Make TypecastRenderer.DEBUG package private to be used by Typecas... | Sven Gothel | 2023-08-28 | 1 | -1/+1 |
* | Graph Font + Glyph: More robust detetection and API definition of non-contour... | Sven Gothel | 2023-08-28 | 6 | -63/+171 |
* | Graph Loop: Make initFromPolyline() and locateClosestVertex() more robust, re... | Sven Gothel | 2023-08-28 | 4 | -12/+34 |
* | AABBox: Fix intersects2DRegion(..), add resize{Height, Width}(..) and AABBox ... | Sven Gothel | 2023-08-27 | 1 | -4/+57 |
* | Vec3f: Add UNIX_X and UNIX_X_NEG, enhance API doc | Sven Gothel | 2023-08-27 | 1 | -2/+4 |
* | Quaternion: Add rotateByAngleNormalAxis(..) variant using Vec3f axis | Sven Gothel | 2023-08-27 | 1 | -1/+18 |
* | AABBox: Add set(AABBox) | Sven Gothel | 2023-08-25 | 1 | -0/+13 |
* | Vec[234]f: Add scale(Vec[234]f s) variant for convenience | Sven Gothel | 2023-08-23 | 3 | -0/+9 |
* | Bug 1310: Reset GLJPanel states @ dispose(..) and always reshapeImpl(..) @ ad...v2.5.0 | Sven Gothel | 2023-08-18 | 1 | -7/+30 |
* | GraphUIDemoArgs: Issue GLProfile.initSingleton() once in static init block, e... | Sven Gothel | 2023-08-13 | 1 | -1/+1 |
* | Minor cleanup of imports, etc: FBObject, GLContext*, Texture, .. | Sven Gothel | 2023-08-13 | 7 | -58/+36 |