index
:
jogl.git
1.x-maint
2.1-maint
BLACKBIRD
JOGL_2_SANDBOX
JSR-231
MIPS_PORT
Sun_Microsystem
b01
b202_gl44
b22x
bug1294
bug1398
egl-gbm
glctx_deadlock
ios
java11
javafx
jogl-1-1-temp-branch
master
merging
new_gl_headers
pulled
rc
rc_five
tegra-graph-shader_dosplit_dodiscard-freeze
tegra-graph-shader_dosplit_nodiscard-ok
tegra-graph-shader_nosplit_dodiscard_original-freeze
tegra-graph-shader_nosplit_nodiscard-errorP1202
travis
v2.0-rc2-maintenance
v2.3.1_winexe
x11_xinitthreads
xcb-test
JOGL repository on http://jogamp.org/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
GraphUI: Only issue Shape.mark*Dirty() if values were updated or data availab...
Sven Göthel
2024-01-31
4
-12
/
+30
*
Bug 1496 - GraphUI Shape: Allow markShapeDirty() and markStateDirty() to be l...
Sven Göthel
2024-01-31
1
-11
/
+8
*
Bug 1495: GraphUI Shape: Only updateMat() if marked dirty once in applyMatToM...
Sven Göthel
2024-01-31
1
-34
/
+64
*
Utilize PTS.getCurrent() where applicable
Sven Göthel
2024-01-31
5
-13
/
+13
*
GLMediaPlayer: Split GLMediaFrameListener (rarely used) from GLMediaEventList...
Sven Göthel
2024-01-31
17
-114
/
+136
*
Bug 1494: Add SubTextureEvent & SubEmptyEvent; Add SubtitleEvent.release() pr...
Sven Göthel
2024-01-31
5
-31
/
+220
*
GraphUI MediaButton: Add blending below subtitle, allow setting color/blendin...
Sven Göthel
2024-01-29
2
-18
/
+69
*
GLMediaPlayer: Add getSubtitleCodec()
Sven Göthel
2024-01-29
2
-2
/
+11
*
FFMPEGPlayer: Prep for bitmap'ed subtitles: Use glEnable()/glBindTexture() fu...
Sven Göthel
2024-01-28
9
-65
/
+142
*
FFMPEGMediaPlayer/GraphUI MediaButton: AVSubtitles's start/end are relative t...
Sven Göthel
2024-01-28
2
-22
/
+34
*
Cleanup GLMediaPlayer.EventMask.Bit handling in GLMediaEventListener implemen...
Sven Göthel
2024-01-28
6
-12
/
+6
*
GraphUI MediaButton: Clear cached subtitle data on uninit and init from GLMed...
Sven Göthel
2024-01-28
1
-2
/
+12
*
FFMPEGMediaPlayer (native): Simplify subtitle handling in readNextPacket0()
Sven Göthel
2024-01-28
1
-26
/
+10
*
FFMPEGMediaPlayer (native): Set used sid to none if not selected (missed)
Sven Göthel
2024-01-28
1
-0
/
+3
*
GraphUI Demo UIMediaGrid00: Add missing patch from relocating getSymbolsFont()
Sven Göthel
2024-01-28
1
-1
/
+1
*
GraphUI Demos: Disable debug toggles
Sven Göthel
2024-01-28
2
-2
/
+2
*
GraphUI MediaPlayer: Remove debug message (Behavior to disable border if zoom...
Sven Göthel
2024-01-28
1
-1
/
+0
*
GraphUI MediaButton/MediaPlayer-Widget: Add working subtitle (text + ass/saa)...
Sven Göthel
2024-01-28
3
-14
/
+184
*
GLMediaPlayer/FFMPEGMediaPlayer: Add working subtitle (text + ass/saa) suppor...
Sven Göthel
2024-01-28
12
-36
/
+401
*
GraphUI Misc Cleanup: Move get*Font() helper to Scene; Allow GraphShape.drawI...
Sven Göthel
2024-01-28
5
-24
/
+30
*
GraphUI Group: Don't draw border is set invisible
Sven Göthel
2024-01-28
1
-2
/
+2
*
GraphUI MediaPlayer: Disable always DEBUG hack
Sven Göthel
2024-01-27
1
-1
/
+1
*
GraphUI MediaPlayer: Bump Chapter tooltip scale
Sven Göthel
2024-01-27
1
-1
/
+1
*
GLMediaPlayer: Support tile metadata
Sven Göthel
2024-01-27
7
-47
/
+73
*
GraphUI MediaPlayer Widget: Support switching audio and subtitle streams, sho...
Sven Göthel
2024-01-27
1
-7
/
+54
*
GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea...
Sven Göthel
2024-01-27
22
-113
/
+468
*
GraphUI MediaPlayer: seek from display-thread, don't act on SliderAdapter.cli...
Sven Göthel
2024-01-27
3
-17
/
+17
*
GLMediaPlayerImpl: Throw out video_queue_growth
Sven Göthel
2024-01-27
1
-35
/
+2
*
GLMediaPlayer: Fix playing with single-threaded mode w/ texture-count 1
Sven Göthel
2024-01-26
2
-8
/
+15
*
GraphUI Demos: Bump FontView01 + UIMediaGrid01
Sven Göthel
2024-01-26
2
-34
/
+66
*
GraphUI MediaPlayer: Cleanup infoLabel layout; Add sticky HUD (always-on) but...
Sven Göthel
2024-01-26
1
-40
/
+77
*
GraphUI RangeSlider: Use a modulating color for rect page frame for visible r...
Sven Göthel
2024-01-26
1
-4
/
+41
*
GraphUI Shape: API doc for colors; add makeShapeDirty() on setColor(); add ac...
Sven Göthel
2024-01-26
1
-9
/
+68
*
GraphUI Layout: Emphasize whether a value/parameter is scaled or unscaled in ...
Sven Göthel
2024-01-26
6
-72
/
+76
*
Math Vec*: Rename {scale->mul}(..) for non-scalar types (n-dim); Add div(..)
Sven Göthel
2024-01-26
10
-66
/
+130
*
Bug 1491: GLMediaPlayerImpl: Use a shared *GraphicsDevice for all compatible ...
Sven Göthel
2024-01-25
1
-3
/
+41
*
Bug 1491: FFMPEGMediaPlayer: Lock moviePtr lifecycle phase in-between [initSt...
Sven Göthel
2024-01-25
1
-69
/
+73
*
Bug 1491: Add missing rename DefaultGraphicsDevice.swap{Device->}HandleAndOwn...
Sven Göthel
2024-01-25
1
-2
/
+2
*
NativeWindowFactory.createDevice(..) w/ unitID for cloning; DefaultGraphicsDe...
Sven Göthel
2024-01-25
6
-82
/
+75
*
Bug 1488: Complete/Fix producing the 64-bit shaderKey: Use long values in bit...
Sven Göthel
2024-01-25
1
-36
/
+28
*
Graph: Drop non-existing 'JAVA' font from FontFactory
Sven Göthel
2024-01-25
6
-200
/
+14
*
GraphUI MediaPlayer: Fix Zoom behavior; Disable DEBUG output
Sven Göthel
2024-01-19
1
-33
/
+67
*
GraphUI RangeSlider/RangedGroup: Fix overall integration, adding more API com...
Sven Göthel
2024-01-19
4
-142
/
+359
*
GraphUI Tooltip: Use delayMS for no time-based alarm (only used for now()); F...
Sven Göthel
2024-01-19
2
-15
/
+16
*
GraphUI Demos: Minor fixes
Sven Göthel
2024-01-22
3
-21
/
+6
*
VBORegionSPES2: Disable verbose flag in TextureSequence.setTexCoordBBox() .. ...
Sven Göthel
2024-01-22
1
-1
/
+1
*
Bug 1488: FFMPEGMediaPlayer: Fix getTextureFragmentShaderHashID(), i.e. use a...
Sven Göthel
2024-01-22
1
-6
/
+3
*
Bug 1488 - Graph RegionRenderer: Use a more deterministic 64-bit shaderKey: [...
Sven Göthel
2024-01-22
1
-31
/
+62
*
Scene.dispatchMouseEventPickShape(): Reuse PMVMatrix4f, Ray and Vec3f within ...
Sven Göthel
2024-01-19
1
-6
/
+8
*
TooltipShape.destroyTip(): Only show warning instead of throwing a RuntimeExc...
Sven Göthel
2024-01-19
1
-1
/
+5
[prev]
[next]