aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl
Commit message (Expand)AuthorAgeFilesLines
* GLMediaPlayer.Chapter: Add duration()Sven Göthel2024-02-041-0/+2
* Use new com.jogamp.common.util.StringUtil (GlueGen)Sven Göthel2024-02-041-13/+2
* Bug 1493: Supply language code to SubtitleEvent, perhaps allowsing player to ...Sven Göthel2024-02-025-23/+41
* GLMediaPlayer: Adjust API doc and certain names differentiating video (from s...Sven Göthel2024-02-021-3/+15
* Bug 1494 - GLMediaPlayer/GraphUI: Support Displaying Bitmap'ed Subtitles (PGS...Sven Göthel2024-02-026-176/+299
* Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER...Sven Göthel2024-02-013-0/+191
* Bug 1494: Clarify SubtitleEvent class, adding general FFmpeg analog CodecID a...Sven Göthel2024-02-016-42/+925
* Add Vec2f.set(Vec2i) and Vec2f(Vec2i); Add Texture.set(..) allowing a pending...Sven Göthel2024-01-311-0/+20
* GraphUI: Only issue Shape.mark*Dirty() if values were updated or data availab...Sven Göthel2024-01-311-4/+16
* GLMediaPlayer: Split GLMediaFrameListener (rarely used) from GLMediaEventList...Sven Göthel2024-01-311-10/+29
* Bug 1494: Add SubTextureEvent & SubEmptyEvent; Add SubtitleEvent.release() pr...Sven Göthel2024-01-315-31/+220
* GLMediaPlayer: Add getSubtitleCodec()Sven Göthel2024-01-291-2/+8
* GLMediaPlayer/FFMPEGMediaPlayer: Add working subtitle (text + ass/saa) suppor...Sven Göthel2024-01-283-0/+175
* GLMediaPlayer: Support tile metadataSven Göthel2024-01-271-0/+8
* GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea...Sven Göthel2024-01-271-17/+96
* GLMediaPlayer: Fix playing with single-threaded mode w/ texture-count 1Sven Göthel2024-01-261-2/+3
* Bug 1491: Add missing rename DefaultGraphicsDevice.swap{Device->}HandleAndOwn...Sven Göthel2024-01-251-2/+2
* Bump (c) -2024 for edited files + LICENSE.txtSven Göthel2024-01-142-2/+2
* Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas...Sven Göthel2024-01-142-6/+29
* GLReadBufferUtil: Allow passing a custom GL read-buffer name, useful to read ...Sven Göthel2024-01-131-1/+8
* Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con...Sven Göthel2024-01-091-2/+2
* GraphUI MediaPlayer / GLMediaPlayer: Add current chapter-title to info-fieldSven Göthel2024-01-071-1/+6
* GLMediaPlayer/FFMPEGMediaPlayer: Add chapter metadata support and use com.jog...Sven Gothel2023-12-301-4/+24
* 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-181-0/+4
* Bug 1479 - NativeLibrary: Add getNativeLibraryPath() returning actual native ...Sven Gothel2023-11-261-0/+2
* Bug 1472: GLMediaPlayer: Expose SCR PTS and encourage its usage, removes user...Sven Gothel2023-10-161-2/+20
* 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: Utilize SCR aware audio PTS used as ...Sven Gothel2023-10-151-7/+22
* TextureSequence.setTexCoordBBox(): Add 'verbose' parameter for debug output i...Sven Gothel2023-10-031-4/+4
* Bug 1471: Add a GLEventAdapter for GLEventListener similar to the other Adapt...Sven Gothel2023-10-021-0/+42
* Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r...Sven Gothel2023-09-302-8/+115
* Bug 1430 - Fix Background erase not disabled with AWT GLCanvas and NewtCanvasAWTSven Gothel2023-09-291-2/+10
* Bug 1455 - GLMediaPlayer: Add isAutioMuted() query on volume and earmark audi...Sven Gothel2023-09-231-0/+3
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-2036-11244/+101
* Debug.debugExplicit(): Define and use explicit symbol debug flag; Use it for ...Sven Gothel2023-09-161-1/+1
* FloatUtil.abs(a): Mark as deprecated, use Math.abs(a) directly. We assume it ...Sven Gothel2023-09-042-7/+14
* 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-037-20/+82
* PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP...Sven Gothel2023-09-021-3/+3
* Graph Font + Glyph: More robust detetection and API definition of non-contour...Sven Gothel2023-08-281-0/+20
* AABBox: Fix intersects2DRegion(..), add resize{Height, Width}(..) and AABBox ...Sven Gothel2023-08-271-4/+57
* Vec3f: Add UNIX_X and UNIX_X_NEG, enhance API docSven Gothel2023-08-271-2/+4
* Quaternion: Add rotateByAngleNormalAxis(..) variant using Vec3f axisSven Gothel2023-08-271-1/+18
* AABBox: Add set(AABBox)Sven Gothel2023-08-251-0/+13
* Vec[234]f: Add scale(Vec[234]f s) variant for convenienceSven Gothel2023-08-233-0/+9
* Bug 1310: Reset GLJPanel states @ dispose(..) and always reshapeImpl(..) @ ad...v2.5.0Sven Gothel2023-08-181-7/+30
* GraphUIDemoArgs: Issue GLProfile.initSingleton() once in static init block, e...Sven Gothel2023-08-131-1/+1
* Minor cleanup of imports, etc: FBObject, GLContext*, Texture, ..Sven Gothel2023-08-135-45/+30