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
path:
root
/
src
/
jogl
/
classes
/
jogamp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea...
Sven Göthel
2024-01-27
9
-62
/
+217
*
GraphUI MediaPlayer: seek from display-thread, don't act on SliderAdapter.cli...
Sven Göthel
2024-01-27
1
-3
/
+3
*
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
1
-6
/
+12
*
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
*
NativeWindowFactory.createDevice(..) w/ unitID for cloning; DefaultGraphicsDe...
Sven Göthel
2024-01-25
1
-3
/
+7
*
Graph: Drop non-existing 'JAVA' font from FontFactory
Sven Göthel
2024-01-25
1
-185
/
+0
*
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
*
Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F...
Sven Göthel
2024-01-20
15
-103
/
+121
*
Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe...
Sven Göthel
2024-01-16
3
-49
/
+47
*
Bump (c) -2024 for edited files + LICENSE.txt
Sven Göthel
2024-01-14
5
-5
/
+5
*
Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas...
Sven Göthel
2024-01-14
12
-228
/
+273
*
Graph VBORegion2PVBAAES2: Fix Rescale (MAX texSize): renderFboHeight shall us...
Sven Göthel
2024-01-12
1
-1
/
+1
*
Graph Clipping: Add missing Modelview-Matrix (Mv) Multiplication / Consideration
Sven Göthel
2024-01-09
2
-2
/
+2
*
Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con...
Sven Göthel
2024-01-09
3
-21
/
+72
*
Graph Clipping: GLSL: Add `USE_AABBOX_CLIPPING`, i.e. clipping via AABBox min...
Sven Göthel
2024-01-09
8
-19
/
+50
*
Graph GLSL functions.glsl: Complete overload vec2 and vec3 variants; Fix 'and...
Sven Göthel
2024-01-09
1
-8
/
+52
*
GraphUI MediaPlayer / GLMediaPlayer: Add current chapter-title to info-field
Sven Göthel
2024-01-07
2
-2
/
+14
*
GLMediaPlayer/FFMPEGMediaPlayer: Add chapter metadata support and use com.jog...
Sven Gothel
2023-12-30
7
-9
/
+70
*
OMXGLMediaPlayer: Add 'printNativeInfo(..)' - completes commit d99c2d8b28470d...
Sven Gothel
2023-12-18
1
-0
/
+6
*
GLMediaPlayer: Add printNativeInfo(..) exposing used native library informati...
Sven Gothel
2023-12-18
5
-38
/
+86
*
Graph Shader: Fix 'curverenderer01-single.vp' aligning w/ 'curverenderer01-pa...
Sven Gothel
2023-12-18
1
-2
/
+3
*
Bug 1479 - NativeLibrary: Add getNativeLibraryPath() returning actual native ...
Sven Gothel
2023-11-26
3
-5
/
+14
*
GLMediaPlayer.getPerfString(): Don't show audio pts values is no_audio, misle...
Sven Gothel
2023-10-16
1
-17
/
+19
*
GLMediaPlayer: Don't resetAVPTS() on resume(), allowing less AV sync disrupti...
Sven Gothel
2023-10-16
1
-13
/
+10
*
GLMediaPlayer: Recognize !use_audio when repeating (caching) a video-frame, i...
Sven Gothel
2023-10-16
1
-26
/
+27
*
GLMediaPlayerImpl: Use a PTS av_scr_cpy from av_scr for getPTS() avoiding dir...
Sven Gothel
2023-10-16
1
-7
/
+12
*
GLMediaPlayerImpl: Don't reset SCR on video_scr_reset or irq'ed rendering w/o...
Sven Gothel
2023-10-16
1
-2
/
+2
*
FFMPEGMediaPlayer: Remove unconditional DEBUG output
Sven Gothel
2023-10-16
1
-1
/
+1
*
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
1
-2
/
+5
*
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
1
-2
/
+4
*
Bug 1472: Enhance GLMediaPlayer AV Sync: Utilize SCR aware audio PTS used as ...
Sven Gothel
2023-10-15
5
-211
/
+401
*
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
3
-3
/
+3
*
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
9
-72
/
+80
*
Bug 1463 - Graph Font: Whitespace or undefined Glyphs shall not cover (any) h...
Sven Gothel
2023-09-26
1
-4
/
+7
*
Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav...
Sven Gothel
2023-09-24
2
-116
/
+215
*
Graph Fonts: Add 'Material Icons Round-Regular' (APL-2 license) and use it in...
Sven Gothel
2023-09-24
3
-0
/
+86
*
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
[prev]
[next]