aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes
Commit message (Expand)AuthorAgeFilesLines
* OMXGLMediaPlayer: Add 'printNativeInfo(..)' - completes commit d99c2d8b28470d...Sven Gothel2023-12-181-0/+6
* GLMediaPlayer: TEXTURE_COUNT_DEFAULT 4 -> 3 as tested via UIMediaGrid01, usab...Sven Gothel2023-12-181-1/+1
* GLMediaPlayer: Add printNativeInfo(..) exposing used native library informati...Sven Gothel2023-12-186-38/+90
* Graph Shader: Fix 'curverenderer01-single.vp' aligning w/ 'curverenderer01-pa...Sven Gothel2023-12-181-2/+3
* Graph Region: Edit API doc for AA_RENDERING_MASKSven Gothel2023-12-181-1/+1
* Bug 1479 - NativeLibrary: Add getNativeLibraryPath() returning actual native ...Sven Gothel2023-11-264-5/+16
* GLMediaPlayer.getPerfString(): Don't show audio pts values is no_audio, misle...Sven Gothel2023-10-161-17/+19
* GLMediaPlayer: Don't resetAVPTS() on resume(), allowing less AV sync disrupti...Sven Gothel2023-10-161-13/+10
* GLMediaPlayer: Recognize !use_audio when repeating (caching) a video-frame, i...Sven Gothel2023-10-161-26/+27
* GLMediaPlayerImpl: Use a PTS av_scr_cpy from av_scr for getPTS() avoiding dir...Sven Gothel2023-10-161-7/+12
* GLMediaPlayerImpl: Don't reset SCR on video_scr_reset or irq'ed rendering w/o...Sven Gothel2023-10-161-2/+2
* FFMPEGMediaPlayer: Remove unconditional DEBUG outputSven Gothel2023-10-161-1/+1
* Bug 1472: GLMediaPlayer.getNextTexture(): Fix playSpeed > 1; Handle !hasVideo...Sven Gothel2023-10-161-88/+86
* Bug 1472: GLMediaPlayer: Handle setPlaySpeed() like setAudioVolume() if strea...Sven Gothel2023-10-161-15/+18
* Bug 1472: GLMediaPlayer: Expose SCR PTS and encourage its usage, removes user...Sven Gothel2023-10-162-4/+25
* GLJPanel: Fix DEBUG output USE_GLSL_TEXTURE_RASTERIZER -> USE_GLSL_VERTICAL_F...Sven Gothel2023-10-161-1/+1
* GLJPanel: Allow disabling GLSL vertical flip programmatically via setUseGLSLV...Sven Gothel2023-10-161-14/+26
* Bug 1472: Enhance GLMediaPlayer AV Sync: Fine tune AV heuristics to (multiple...Sven Gothel2023-10-151-20/+28
* Bug 1472: Enhance GLMediaPlayer AV Sync: Fix FFMPEGMediaPlayer's audio resamp...Sven Gothel2023-10-151-2/+4
* Bug 1472: Enhance GLMediaPlayer AV Sync: Utilize SCR aware audio PTS used as ...Sven Gothel2023-10-156-218/+423
* Bug 1472: GLMediaPlayerImpl: Track repeatedFrame countSven Gothel2023-10-041-5/+5
* Bug 1472: GLMediaPlayer AVSync: Refine AVSync debug output (WIP)Sven Gothel2023-10-041-12/+47
* Bug 1473 - ALAudioSink: AV Synchronization: Adopt to JOAL ALAudioSink changesSven Gothel2023-10-041-6/+6
* FFMPEGMediaPlayer: Always use own textureLookupShader and validate its custom...Sven Gothel2023-10-031-26/+65
* TextureSequence.setTexCoordBBox(): Add 'verbose' parameter for debug output i...Sven Gothel2023-10-034-7/+7
* Bug 1471: Add a GLEventAdapter for GLEventListener similar to the other Adapt...Sven Gothel2023-10-021-0/+42
* Bug 1468 - SIGSEGV on use after free when destroying NEWT Window/Display via ...Sven Gothel2023-10-022-1/+2
* FFMPEGMediaPlayer: Insert GLSL comment-line documenting the addressed VideoPi...Sven Gothel2023-09-301-1/+6
* Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r...Sven Gothel2023-09-3013-81/+233
* Bug 1430 - Fix Background erase not disabled with AWT GLCanvas and NewtCanvasAWTSven Gothel2023-09-291-2/+10
* Bug 1463 - Graph Font: Whitespace or undefined Glyphs shall not cover (any) h...Sven Gothel2023-09-261-4/+7
* Graph Font: API doc: Fix typos 'Return ' .. to 'Returns `.Sven Gothel2023-09-241-17/+20
* Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav...Sven Gothel2023-09-245-140/+293
* Graph Fonts: Add 'Material Icons Round-Regular' (APL-2 license) and use it in...Sven Gothel2023-09-244-0/+92
* Graph Fonts UbuntuFontLoader: Factor out FontLoaderImpl and have get(..) sync...Sven Gothel2023-09-242-103/+139
* Graph Fonts: Remove not required text files from Ubuntu fontsSven Gothel2023-09-243-409/+0
* GLMediaPlayer: Stop audio streaming to AudioSink on zero volume (Flush on mut...Sven Gothel2023-09-242-2/+10
* Bug 1455 - GLMediaPlayer: Add isAutioMuted() query on volume and earmark audi...Sven Gothel2023-09-232-5/+25
* GLMediaPlayerImpl: Recover lost StreamException information from commit 77eab...Sven Gothel2023-09-231-5/+17
* Bug 1452: PMVMatrix4f: Drop redundant unused mulWith*(Vec*...) 'v_out = M * v...Sven Gothel2023-09-231-102/+0
* GLMediaPlayerImpl: Replace StreamWorker thread management with GlueGen's new ...Sven Gothel2023-09-221-222/+97
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-2080-1440/+2571
* Debug.debugExplicit(): Define and use explicit symbol debug flag; Use it for ...Sven Gothel2023-09-168-12/+25
* FloatUtil.abs(a): Mark as deprecated, use Math.abs(a) directly. We assume it ...Sven Gothel2023-09-044-13/+20
* GraphUI Enhance: API doc; Scene/Button Z-offset and -epsilon; Push temp Affin...Sven Gothel2023-09-041-0/+5
* FloatUtil.isEqual(..): Rename raw {isEqual->isEqualRaw}(a,b) varianr w/o EPSI...Sven Gothel2023-09-039-22/+84
* GraphUI Scene: Pass sampleCount in ctor variant and refine API doc, clip to [...Sven Gothel2023-09-031-1/+12
* PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP...Sven Gothel2023-09-022-6/+18
* Graph Font + Glyph: Fix whitespace definition: Include 'no original underlyin...Sven Gothel2023-09-012-20/+26
* Graph Font: Make TypecastRenderer.DEBUG package private to be used by Typecas...Sven Gothel2023-08-281-1/+1