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
/
impl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1492: GLMediaPlayer: Add playStream(..) variant passing desired audio- an...
Sven Göthel
2024-02-05
6
-12
/
+13
*
Bug 1494 - GLMediaPlayer/GraphUI: Support Displaying Bitmap'ed Subtitles (PGS...
Sven Göthel
2024-02-02
8
-50
/
+139
*
GLMediaPlayer: Split GLMediaFrameListener (rarely used) from GLMediaEventList...
Sven Göthel
2024-01-31
1
-21
/
+0
*
FFMPEGPlayer: Prep for bitmap'ed subtitles: Use glEnable()/glBindTexture() fu...
Sven Göthel
2024-01-28
5
-13
/
+36
*
GLMediaPlayer/FFMPEGMediaPlayer: Add working subtitle (text + ass/saa) suppor...
Sven Göthel
2024-01-28
2
-6
/
+22
*
GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea...
Sven Göthel
2024-01-27
6
-8
/
+10
*
Bug 1491: FFMPEGMediaPlayer: Lock moviePtr lifecycle phase in-between [initSt...
Sven Göthel
2024-01-25
1
-69
/
+73
*
Bug 1488: FFMPEGMediaPlayer: Fix getTextureFragmentShaderHashID(), i.e. use a...
Sven Göthel
2024-01-22
1
-6
/
+3
*
Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas...
Sven Göthel
2024-01-14
1
-1
/
+11
*
GraphUI MediaPlayer / GLMediaPlayer: Add current chapter-title to info-field
Sven Göthel
2024-01-07
1
-1
/
+2
*
GLMediaPlayer/FFMPEGMediaPlayer: Add chapter metadata support and use com.jog...
Sven Gothel
2023-12-30
6
-7
/
+61
*
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
2
-37
/
+74
*
Bug 1479 - NativeLibrary: Add getNativeLibraryPath() returning actual native ...
Sven Gothel
2023-11-26
1
-1
/
+6
*
FFMPEGMediaPlayer: Remove unconditional DEBUG output
Sven Gothel
2023-10-16
1
-1
/
+1
*
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
2
-23
/
+53
*
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
1
-1
/
+1
*
GLMediaPlayer: Add setAudioChannelLimit(..), correlating with AudioSink.setCh...
Sven Gothel
2023-05-23
1
-1
/
+7
*
*MediaPlayer: Adop to JOAL 39a32fd56de313c31bd197ee6022288e97f9729a
Sven Gothel
2023-05-21
1
-1
/
+1
*
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
1
-6
/
+5
*
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
1
-11
/
+12
*
GLMediaPlayer: Overhaul and simplify states, allow usage before stream ready ...
Sven Gothel
2023-03-13
2
-18
/
+27
*
FFMPEGMediaPlayer: Cleanup API doc FFmpeg versions
Sven Gothel
2023-03-05
1
-4
/
+4
*
FFMPEGMediaPlayer: Add implementation update for FFmpeg version 4.* (Debian 1...
Sven Gothel
2023-02-23
7
-341
/
+196
*
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
*
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
*
Bug 1239: Support OSX input via 'avfoundation' ; Use remaining camera ID (ind...
Sven Gothel
2015-10-05
1
-3
/
+1
*
Bug 1239: Update FFMPEGMediaPlayer API doc (versions and OSX resources)
Sven Gothel
2015-10-05
1
-5
/
+14
*
Bug 1239: Add support for UYVY422 (swizzled YUYV422)
Sven Gothel
2015-10-05
1
-2
/
+27
*
FFMPEGDynamicLibraryBundleInfo.initSymbols(): Just return null instead of thr...
Sven Gothel
2015-09-17
1
-4
/
+8
*
FFMPEGMediaPlayer: Add support for libav-11 and ffmpeg 2.[4-x] (Latest releas...
Sven Gothel
2015-02-05
3
-26
/
+131
*
Fix FFMPEGMediaPlayer: static init block issue, libavresample debian8 packaging
Sven Gothel
2015-02-05
6
-66
/
+74
*
Add missing privileged section for NativeLibrary lookup: GLContextImpl and FF...
Sven Gothel
2015-02-05
1
-37
/
+32
*
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)
Sven Gothel
2015-02-02
3
-6
/
+6
*
Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ; EGLDrawableFacto...
Sven Gothel
2015-01-23
1
-1
/
+1
*
Bug 1063: Uri adoption
Sven Gothel
2014-09-08
2
-8
/
+7
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
5
-45
/
+46
*
Bug 1011 / Bug 1012: GLMediaPlayer Audio/Video stuttering w/ OSX and OpenAL/J...
Sven Gothel
2014-06-11
1
-1
/
+5
*
GLMediaPlayerImpl: Change access of most fields to private for clarity and AP...
Sven Gothel
2014-05-20
2
-14
/
+14
*
Extract FFMPEGNatives's Audio + Video formats to their own class in AV privat...
Sven Gothel
2014-05-19
2
-217
/
+18
*
FFMPEGMediaPlayer / FFMPEGv10Natives: Fix libav-10 and ffmpeg-2.x version val...
Sven Gothel
2014-05-09
2
-10
/
+18
[next]