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
/
native
Commit message (
Expand
)
Author
Age
Files
Lines
*
GLMediaPlayer: Add multithreaded decoding w/ textureCount > 2 where available...
Sven Gothel
2013-08-10
3
-20
/
+55
*
FFMPEGPlayer Audio Sink Refactoring ..
Sven Gothel
2013-07-19
2
-57
/
+34
*
Merge remote-tracking branch 'xranby/FFMPEGMediaPlayer'
Sven Gothel
2013-07-17
1
-20
/
+110
|
\
|
*
Merge remote-tracking branch 'xranby/github/FFMPEGMediaPlayer-audio' into FFM...
Xerxes Rånby
2013-06-19
1
-20
/
+110
|
|
\
|
|
*
FFMPEGMediaPlayer: fix audio pts for varying audio frame format.
Xerxes Rånby
2013-05-12
1
-1
/
+1
|
|
*
FFMPEGMediaPlayer: Poor mans audio/video sync.
Xerxes Rånby
2013-05-12
1
-6
/
+32
|
|
*
FFMPEGMediaPlayer: blocking Java Sound output
Xerxes Rånby
2013-05-10
1
-4
/
+6
|
|
*
FFMPEGMediaPlayer: Add updateSound callback for passing decoded jni audio fra...
Xerxes Rånby
2013-05-10
1
-1
/
+13
|
|
*
FFMPEGMediaPlayer: Decode all frames inside video packet.
Xerxes Rånby
2013-05-10
1
-5
/
+29
|
|
*
FFMPEGMediaPlayer: Lookup decoded audio data_size using av_samples_get_buffer...
Xerxes Rånby
2013-05-10
1
-6
/
+18
|
|
*
FFMPEGMediaPlayer: Use the Audio codec to decode audio. Also prevent double f...
Xerxes Rånby
2013-05-10
1
-3
/
+5
|
|
*
FFMPEGMediaPlayer: Decode audio frames.
Xerxes Rånby
2013-05-10
1
-7
/
+19
*
|
|
Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)
Sven Gothel
2013-07-15
1
-4
/
+4
|
/
/
*
|
Fix Bug 753: Stuttering caused by lack of GL resource synchronization between...
Sven Gothel
2013-06-17
1
-32
/
+31
*
|
timespec.c/h: Add 'long timespec_microseconds(..)'
Sven Gothel
2013-06-17
2
-0
/
+8
|
/
*
FFMPEGMediaPlayer: Fix mpeg seek using time_base.num 1 , time_base.den 90000
Xerxes Rånby
2013-04-15
1
-3
/
+5
*
OSX/CALayer Threading Part4: Stream all JAWT Root CALayer Operations on OSX M...
Sven Gothel
2013-04-04
1
-12
/
+12
*
OSX CALayer minor edit: Call [super setFrame..] directly
Sven Gothel
2013-04-03
1
-1
/
+2
*
MyNSOpenGLContext::dealloc: Avoid 'invalid context'
Sven Gothel
2013-03-19
1
-3
/
+25
*
OSX CGL: Don't issue [NSOpenGLContext clearDrawable] for [NSOpenGLContext set...
Sven Gothel
2013-03-18
1
-3
/
+10
*
Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db...
Sven Gothel
2013-03-15
2
-81
/
+87
*
OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n...
Sven Gothel
2013-03-14
1
-62
/
+1
*
OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocks
Sven Gothel
2013-03-14
1
-21
/
+15
*
Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...
Sven Gothel
2013-03-13
1
-7
/
+10
*
Fix CALayer pos/size and animation.
b01
Sven Gothel
2013-02-22
2
-65
/
+133
*
OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...
Sven Gothel
2013-02-20
1
-7
/
+17
*
Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-...
Sven Gothel
2013-02-16
1
-6
/
+22
*
Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release...
Sven Gothel
2013-02-15
1
-10
/
+15
*
Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ...
Sven Gothel
2013-02-14
1
-31
/
+85
*
Cleanup / Simplify: setGLFunctionAvailability(..) / createContextARBVersions(...
Sven Gothel
2012-12-30
1
-0
/
+22
*
MacOSXCGLContext[NSOpenGLLayer/NSView]: Propagate drawable change
Sven Gothel
2012-11-04
2
-3
/
+11
*
Add OSX CALayer OpenGL 3 (core) support: Derive pixelformat from parent (GL3)...
Sven Gothel
2012-10-31
1
-32
/
+118
*
OSX CALayer / MacOSXCGLContext: Remove pbuffer swap garbage; Split pbuffer/FB...
Sven Gothel
2012-09-20
1
-48
/
+82
*
OSX: Capture 'invalid drawable' message cause by NSOpenGLContext::setView(NUL...
Sven Gothel
2012-09-16
2
-15
/
+93
*
Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...
Sven Gothel
2012-09-15
3
-529
/
+670
*
Fix OSX regression of commit 20bf031db719f7baa4c6e74734fc999061e08fe2 - handl...
Sven Gothel
2012-07-20
1
-1
/
+1
*
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
2
-7
/
+7
*
C code: remove warnings
Sven Gothel
2012-07-06
1
-3
/
+3
*
Fix Bug #589 (JAWT Offscreen-Layer resize) and Offscreen-Layer setSwapInterva...
Sven Gothel
2012-06-30
1
-41
/
+42
*
JAWTUtil/MacOSXWindowSystemInterface-pbuffer: Cleanup / More DEBUG info
Sven Gothel
2012-06-30
1
-13
/
+12
*
Completing swap-interval implementation for OSX's CALayer usage. Closing Bug 555
Sven Gothel
2012-04-22
4
-39
/
+100
*
FFMPEGMediaPlayer: Fix NPE; Add remarks about binary incompatibility in upcom...
Sven Gothel
2012-04-21
1
-155
/
+198
*
Adding initial Libav/FFMpeg GLMediaPlayer implementation
Sven Gothel
2012-04-16
2
-0
/
+780
*
TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene...
Sven Gothel
2012-04-16
5
-191
/
+135
*
JOGL/Native: Add JNIEnv functions
Sven Gothel
2012-04-12
2
-0
/
+94
*
Reloc OMXGLMediaPlayer jogamp.opengl.omx -> jogamp.opengl.util.av.impl
Sven Gothel
2012-04-12
1
-15
/
+15
*
GLMediaPlayer*: Revised - Working on buggy MediaPlayer impl. (Android ICS Tegra)
Sven Gothel
2012-04-09
3
-10
/
+11
*
GLMediaPlayer: API and implementation update. First working version on Androi...
Sven Gothel
2012-04-03
3
-13
/
+13
*
Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing Andr...
Sven Gothel
2012-04-02
3
-22
/
+19
*
API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr...
Sven Gothel
2012-02-20
1
-0
/
+21
[next]