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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
GraphUI UISceneDemo20: Only use ALAudioSink if its context is already created...
Sven Gothel
2023-12-18
1
-5
/
+9
*
GraphUI MediaButton: Disable AA_RENDERING_MASK for GLMediaPlayer color textur...
Sven Gothel
2023-12-18
1
-1
/
+2
*
MovieSBSStereo: GLMediaPlayer.setTextureMinMagFilter() must be called before ...
Sven Gothel
2023-12-18
1
-1
/
+1
*
GraphUI Shape: Rename [set|is]{Enabled -> Visible}(..) for clarity
Sven Gothel
2023-12-18
8
-26
/
+32
*
GraphUI Shape/Group: Group.isActive() also returns true if any child is activ...
Sven Gothel
2023-12-12
2
-1
/
+12
*
GraphUI Shape: Use Shape.MoveListener for Shape.onMove(..) providing more det...
Sven Gothel
2023-12-12
3
-28
/
+34
*
GraphUI Shape: Add IO_ACTIVABLE state
Sven Gothel
2023-12-12
1
-17
/
+38
*
GraphUI Shape: Simplify setIO(..) usage (private)
Sven Gothel
2023-12-12
1
-7
/
+7
*
GraphUI Scene: Allow attaching GLAutoDrawable manually and adding GLEventList...
Sven Gothel
2023-12-04
1
-2
/
+26
*
FFMpeg: Just be nice and flush GL stream, no finish sync required
Sven Gothel
2023-12-04
1
-2
/
+8
*
FFMpeg: Fix and clarify 'resend package' and 'continue draining frames' states
Sven Gothel
2023-12-04
1
-21
/
+30
*
Bug 1479 - NativeLibrary: Add getNativeLibraryPath() returning actual native ...
Sven Gothel
2023-11-26
5
-5
/
+20
*
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
2
-15
/
+29
*
Bug 1472: GLMediaPlayer: Expose SCR PTS and encourage its usage, removes user...
Sven Gothel
2023-10-16
5
-19
/
+43
*
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
8
-242
/
+473
*
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
*
GraphUI Shape: Complete commit c8ec6fa7cc16a0777db16af8b4d0d0b898f8b546
Sven Gothel
2023-10-03
1
-2
/
+13
*
GraphUI Shape: 'int name' -> 'int id' and add 'String name', change get/set m...
Sven Gothel
2023-10-03
8
-34
/
+71
*
GraphUI Scene: Add custom one-time GLRunnable disposable action list, allowin...
Sven Gothel
2023-10-03
2
-0
/
+24
*
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 1470 - NEWT/JNI: Perform exception check and rethrow for all Java Callbac...
Sven Gothel
2023-10-02
6
-7
/
+67
*
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
25
-380
/
+814
*
Bug 1468: Demos MiscUtil.destroyWindow() Call GLAutoDrawable.destroy() direct...
Sven Gothel
2023-10-01
3
-7
/
+23
*
Bug 1467 - GraphUI: Don't de-activate a Shape if became active via 'mouseOver...
Sven Gothel
2023-09-30
1
-15
/
+24
*
GraphUI: Shape: Add missing 'markShapeDirty()' on setBorderColor()
Sven Gothel
2023-09-30
1
-0
/
+2
*
Bug 1454 + Bug 1464: Maintain a Shape local 'zOffset' and only consider it fo...
Sven Gothel
2023-09-30
2
-35
/
+43
*
GraphUI: Group: Add attribute to allow not to relayout if child Shapes are di...
Sven Gothel
2023-09-30
1
-14
/
+24
*
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
19
-183
/
+587
*
Bug 1430 - Fix Background erase not disabled with AWT GLCanvas and NewtCanvasAWT
Sven Gothel
2023-09-29
4
-14
/
+125
*
Bug 1431: Fix NewtCanvasAWT resize on X11, broken since commit ad38d155985498...
Sven Gothel
2023-09-29
5
-12
/
+259
*
GraphUI Demos: Minor refinements..
Sven Gothel
2023-09-26
2
-5
/
+5
*
GraphUI Demo UISceneDemo20: Give 'Show FPS' a toggle text 'Hide FPS' .. and h...
Sven Gothel
2023-09-26
1
-1
/
+2
[prev]
[next]