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
/
opengl
/
util
/
av
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
4
-38
/
+80
*
Bug 1479 - NativeLibrary: Add getNativeLibraryPath() returning actual native ...
Sven Gothel
2023-11-26
1
-1
/
+6
*
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
4
-208
/
+381
*
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
*
FFMPEGMediaPlayer: Insert GLSL comment-line documenting the addressed VideoPi...
Sven Gothel
2023-09-30
1
-1
/
+6
*
GLMediaPlayer: Stop audio streaming to AudioSink on zero volume (Flush on mut...
Sven Gothel
2023-09-24
2
-2
/
+10
*
Bug 1455 - GLMediaPlayer: Add isAutioMuted() query on volume and earmark audi...
Sven Gothel
2023-09-23
1
-5
/
+22
*
GLMediaPlayerImpl: Recover lost StreamException information from commit 77eab...
Sven Gothel
2023-09-23
1
-5
/
+17
*
GLMediaPlayerImpl: Replace StreamWorker thread management with GlueGen's new ...
Sven Gothel
2023-09-22
1
-222
/
+97
*
Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...
Sven Gothel
2023-09-20
1
-0
/
+1
*
Texture ctor w/ external textureID: Pass `ownsTextureID` where true hands ove...
Sven Gothel
2023-08-13
1
-1
/
+10
*
GLMediaPlayer: Show more reasonable DEBUG output in factory; Impl initGL(GL) ...
Sven Gothel
2023-08-11
1
-4
/
+6
*
GLMediaPlayer: Add setAudioChannelLimit(..), correlating with AudioSink.setCh...
Sven Gothel
2023-05-23
2
-1
/
+14
*
*MediaPlayer: Adop to JOAL 39a32fd56de313c31bd197ee6022288e97f9729a
Sven Gothel
2023-05-21
2
-2
/
+6
*
FFMPEGMediaPlayer: Adjust to AudioFormat changes
Sven Gothel
2023-05-20
1
-2
/
+2
*
FFMPEGMediaPlayer: AudioFormat is now a stand-alone class (gluegen 2b339721a4...
Sven Gothel
2023-05-18
1
-2
/
+2
*
Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd...
Sven Gothel
2023-05-17
5
-420
/
+8
*
Fix GLMediaPlayerImpl.initGL(GL): Allow null==gl and audio-only mode (regress...
Sven Gothel
2023-05-09
1
-16
/
+33
*
GLMediaPlayer: Replace GLMediaEventListener.EVENT_CHANGE_* 'int event_mask' w...
Sven Gothel
2023-05-09
1
-41
/
+44
*
GLMediaPlayerImpl: Only kick-off StreamWorker at initGL(..)
Sven Gothel
2023-03-14
1
-5
/
+0
*
GLMediaPlayerImpl: Zero textureFragmentShaderHashCode and default lookupFunct...
Sven Gothel
2023-03-14
1
-6
/
+3
*
FFMPEGMediaPlayer: More detailed DEBUG messages on audioSink
Sven Gothel
2023-03-14
1
-3
/
+3
*
TextureSequence (API Change): Use setTextureLookupFunctionName(..) explicitly...
Sven Gothel
2023-03-14
2
-15
/
+31
*
GLMediaPlayerImpl: isTextureAvailable() is always true after lastFrame init; ...
Sven Gothel
2023-03-13
1
-2
/
+6
*
GLMediaPlayer: Overhaul and simplify states, allow usage before stream ready ...
Sven Gothel
2023-03-13
4
-77
/
+182
*
Move png assets (NEWT icons + GLMediaPlayer dummy/test) to simple classpath, ...
Sven Gothel
2023-03-13
1
-1
/
+1
*
FFMPEGMediaPlayer: Cleanup API doc FFmpeg versions
Sven Gothel
2023-03-05
1
-4
/
+4
*
GLDrawableFactoryImpl:createDummySurfaceImpl() and createSurfacelessImpl(): P...
Sven Gothel
2023-03-04
1
-1
/
+1
*
GLMediaPlayerImpl: destroyImpl(..) @ initGL(..) exception: Don't wait for str...
Sven Gothel
2023-03-04
1
-5
/
+8
*
FFMPEGMediaPlayer: Add implementation update for FFmpeg version 4.* (Debian 1...
Sven Gothel
2023-02-23
8
-341
/
+197
*
Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()
Sven Gothel
2023-01-14
2
-4
/
+4
*
Bug 1420: Add FFMpeg 4.* versioned lib-names and provide optional internal li...
Sven Gothel
2020-01-03
2
-59
/
+153
*
make void* an opaque long in EGL generated class
Erik De Rijcke
2019-11-21
1
-11
/
+9
*
Bug 1270 - Fix OSX El Capitan 10.11 stuttering: ALAudioSink: DEBUG: Show Open...
Sven Gothel
2015-11-15
1
-7
/
+10
*
Bug 1268: Adapt to GlueGen commit 2034bbfac88b7d1360f9c939e173ff758f7f47ac
Sven Gothel
2015-11-15
1
-0
/
+10
[next]