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
*
AudioSink.init(..) abstract 'frame count' -> duration [ms] allowing non-frame...
Sven Gothel
2013-08-24
1
-19
/
+27
*
GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONE
Sven Gothel
2013-08-24
2
-25
/
+23
*
FFMPEGMediaPlayer: Transform URI spaces '%20' to ' ' manually, libav doesn't ...
Sven Gothel
2013-08-23
1
-1
/
+1
*
GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-5) - WIP
Sven Gothel
2013-08-23
3
-128
/
+144
*
GLMediaPlayer: Use URI instead of URL / Misc refinements
Sven Gothel
2013-08-17
2
-19
/
+40
*
GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-4) - WIP
Sven Gothel
2013-08-16
3
-29
/
+54
*
GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-3) - WIP
Sven Gothel
2013-08-14
2
-112
/
+145
*
GLMediaPlayer: Add multithreaded decoding w/ textureCount > 2 where available...
Sven Gothel
2013-08-10
3
-247
/
+149
*
FFMPEGMediaPlayer: Cleanup AudioPusher 'usage', i.e. disabled for now (subjec...
Sven Gothel
2013-07-20
1
-64
/
+71
*
FFMPEGMediaPlayer: Fix yuv stored in alpha shader decode on ES2 and GL2
Xerxes Rånby
2013-07-20
1
-8
/
+11
*
FFMPEGPlayer Audio Sink Refactoring ..
Sven Gothel
2013-07-19
1
-106
/
+139
*
Merge remote-tracking branch 'xranby/FFMPEGMediaPlayer'
Sven Gothel
2013-07-17
2
-14
/
+136
|
\
|
*
FFMPEGMediaPlayer: Only instance ALAudioSink if JOAL is found on the classpath.
Xerxes Rånby
2013-07-16
1
-7
/
+15
|
*
AudioSink: interface add isAudioSinkAvailable
Xerxes Rånby
2013-06-24
1
-4
/
+5
|
*
Merge remote-tracking branch 'xranby-github/FFMPEGMediaPlayer'
Xerxes Rånby
2013-06-24
2
-14
/
+127
|
|
\
|
|
*
FFMPEGMediaPlayer: Add AudioSink interface.
Xerxes Rånby
2013-06-19
1
-55
/
+18
|
|
*
Merge remote-tracking branch 'xranby/github/FFMPEGMediaPlayer-audio' into FFM...
Xerxes Rånby
2013-06-19
2
-13
/
+163
|
|
|
\
|
|
|
*
FFMPEGMediaPlayer: Limit video sync delay to 47ms in order to fix audio buffe...
Xerxes Rånby
2013-05-12
1
-2
/
+2
|
|
|
*
FFMPEGMediaPlayer: Poor mans audio/video sync.
Xerxes Rånby
2013-05-12
1
-12
/
+98
|
|
|
*
FFMPEGMediaPlayer: blocking Java Sound output
Xerxes Rånby
2013-05-10
1
-16
/
+17
|
|
|
*
partial implementation of Java Sound output
Xerxes Rånby
2013-05-10
1
-0
/
+51
|
|
|
*
FFMPEGMediaPlayer: Add updateSound callback for passing decoded jni audio fra...
Xerxes Rånby
2013-05-10
1
-0
/
+3
|
|
|
*
FFMPEGMediaPlayer: Workaround forward seek delay caused by video sync.
Xerxes Rånby
2013-05-10
1
-1
/
+1
|
|
|
*
FFMPEGMediaPlayer: Workaround dropped video frames while decoding audio.
Xerxes Rånby
2013-05-10
1
-1
/
+9
|
|
|
*
FFMPEGMediaPlayer: Lookup decoded audio data_size using av_samples_get_buffer...
Xerxes Rånby
2013-05-10
1
-3
/
+4
*
|
|
|
Fix FFMPEGMediaPlayer: Only use RED for GL3ES3 profiles, otherwise stick w/ A...
Sven Gothel
2013-07-16
1
-1
/
+7
*
|
|
|
FFMPEGMediaPlayer: Use GL_RED instead of deprecated GL_ALPHA, otherwise won't...
Sven Gothel
2013-07-16
1
-6
/
+6
|
/
/
/
*
|
|
GL*ProcAddressTable: Fix regressions: getField(..) -> getDeclaredField(..), i...
Sven Gothel
2013-06-21
1
-0
/
+1
*
|
|
Security: Apply security changes from GlueGen
Sven Gothel
2013-06-21
2
-26
/
+48
|
/
/
*
/
Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456
Sven Gothel
2013-06-11
1
-1
/
+6
|
/
*
Fix FFMPEGMediaPlayer: Use GL_ALPHA (texture format intern/data) instead of G...
Sven Gothel
2012-08-16
2
-8
/
+25
*
FFMPEGDynamicLibraryBundleInfo: Adding notes ..
Sven Gothel
2012-04-21
1
-0
/
+5
*
FFMPEGMediaPlayer: Fix NPE; Add remarks about binary incompatibility in upcom...
Sven Gothel
2012-04-21
1
-1
/
+9
*
FFmpeg Dyn. Symbol Validation: Proper check for alternative symbols where one...
Sven Gothel
2012-04-21
1
-25
/
+63
*
GLMediaPlayer: Add Class / Package API doc incl. detailed info in the impleme...
Sven Gothel
2012-04-18
2
-2
/
+75
*
TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene...
Sven Gothel
2012-04-16
1
-66
/
+36
*
Add native tests for libav/ffmpeg and gst
Sven Gothel
2012-04-16
2
-0
/
+722
*
Reloc OMXGLMediaPlayer jogamp.opengl.omx -> jogamp.opengl.util.av.impl
Sven Gothel
2012-04-12
1
-0
/
+226