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
/
GLMediaPlayerImpl.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: Utilize SCR aware audio PTS used as ...
Sven Gothel
2023-10-15
1
-171
/
+308
*
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
*
GLMediaPlayer: Stop audio streaming to AudioSink on zero volume (Flush on mut...
Sven Gothel
2023-09-24
1
-1
/
+9
*
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
1
-0
/
+7
*
*MediaPlayer: Adop to JOAL 39a32fd56de313c31bd197ee6022288e97f9729a
Sven Gothel
2023-05-21
1
-1
/
+5
*
Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd...
Sven Gothel
2023-05-17
1
-3
/
+3
*
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
*
TextureSequence (API Change): Use setTextureLookupFunctionName(..) explicitly...
Sven Gothel
2023-03-14
1
-4
/
+19
*
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
1
-57
/
+149
*
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
1
-0
/
+1
*
Bug 1239: Fix GLMediaPlayer.CameraInputScheme API doc; GLMediaPlayerImpl.upda...
Sven Gothel
2015-10-05
1
-1
/
+6
*
Bug 1211: Fix regression of GLMediaPlayerImpl caused by commit 68c8e39fa8d6e7...
Sven Gothel
2015-09-17
1
-3
/
+12
*
Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter...
Sven Gothel
2015-09-15
1
-84
/
+93
*
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)
Sven Gothel
2015-02-02
1
-9
/
+9
*
Bug 1063: Uri adoption
Sven Gothel
2014-09-08
1
-10
/
+10
*
Findbugs: Remove branches where reference cannot be null
Sven Gothel
2014-07-08
1
-13
/
+11
*
Findbugs: Use Integer.parseInt(string) for int values to avoid boxing and unb...
Sven Gothel
2014-07-08
1
-1
/
+1
*
Findbugs.increment_volatile: Use AtomicInteger or add comment that operation ...
Sven Gothel
2014-07-08
1
-1
/
+1
*
Bug 1021: Make OVR access vendor agnostic: Package 'com.jogamp.opengl.util.st...
Sven Gothel
2014-07-05
1
-1
/
+0
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
1
-58
/
+59
*
GLMediaPlayerImpl: Change access of most fields to private for clarity and AP...
Sven Gothel
2014-05-20
1
-88
/
+70
*
Bug 801: Refine commit 9a15aad0e5388a4b927e44d3d2ce136f32474bc2 cache Texture...
Sven Gothel
2014-05-20
1
-0
/
+17
*
Texture/TextureIO: Make 'wrapping' Texture ctor public, remove same factory m...
Sven Gothel
2014-05-19
1
-5
/
+2
*
Add TextureSequence.isTextureAvailable(), allowing triggering action only whe...
Sven Gothel
2014-04-09
1
-0
/
+5
*
Bug 927: Try fix deadlock.
Xerxes Rånby
2014-02-25
1
-2
/
+2
*
GLMediaPlayer: Add user attached objects, similar to GLContext - Allowing GLM...
Sven Gothel
2014-01-26
1
-0
/
+19
*
ALAudioSink GLMediaPlayerImpl FFMPEGMediaPlayer: Verbosity only w/ DEBUG flag.
Xerxes Rånby
2013-12-18
1
-2
/
+4
*
Bug 918: Fix EOS Regression: Only use pts>duration for EOS if duration > 0 (c...
Sven Gothel
2013-12-11
1
-2
/
+2
*
Bug 918 (2/2): Determine StreamWorker usage after stream-init ; Fix seek(..) ...
Sven Gothel
2013-12-11
1
-87
/
+174
*
Bug 918: GLMediaPlayer: Fix Deadlock if EOS happens after pause/resume (seek)...
Sven Gothel
2013-12-11
1
-10
/
+18
*
Bug 918 (1/2): Use StreamWorker in 'Audio Only' mode, since no 'getNextTextur...
Sven Gothel
2013-12-11
1
-1
/
+1
*
Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida...
Sven Gothel
2013-11-07
1
-1
/
+3
*
Bug 885 - GLMediaPlayer: Allow single threaded mode - Especially where multip...
Sven Gothel
2013-11-01
1
-45
/
+107
[next]