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
*
Bug 1492: GLMediaPlayer: Add playStream(..) variant passing desired audio- an...
Sven Göthel
2024-02-05
1
-44
/
+89
*
Bug 1494 - GLMediaPlayer/GraphUI: Support Displaying Bitmap'ed Subtitles (PGS...
Sven Göthel
2024-02-02
3
-211
/
+341
*
GLMediaPlayer: Split GLMediaFrameListener (rarely used) from GLMediaEventList...
Sven Göthel
2024-01-31
2
-3
/
+7
*
FFMPEGPlayer: Prep for bitmap'ed subtitles: Use glEnable()/glBindTexture() fu...
Sven Göthel
2024-01-28
4
-52
/
+106
*
FFMPEGMediaPlayer/GraphUI MediaButton: AVSubtitles's start/end are relative t...
Sven Göthel
2024-01-28
1
-2
/
+2
*
FFMPEGMediaPlayer (native): Simplify subtitle handling in readNextPacket0()
Sven Göthel
2024-01-28
1
-26
/
+10
*
FFMPEGMediaPlayer (native): Set used sid to none if not selected (missed)
Sven Göthel
2024-01-28
1
-0
/
+3
*
GLMediaPlayer/FFMPEGMediaPlayer: Add working subtitle (text + ass/saa) suppor...
Sven Göthel
2024-01-28
4
-9
/
+159
*
GLMediaPlayer: Support tile metadata
Sven Göthel
2024-01-27
2
-4
/
+14
*
GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea...
Sven Göthel
2024-01-27
3
-22
/
+143
*
GLMediaPlayer/FFMPEGMediaPlayer: Add chapter metadata support and use com.jog...
Sven Gothel
2023-12-30
1
-6
/
+80
*
FFMpeg: Just be nice and flush GL stream, no finish sync required
Sven Gothel
2023-12-04
1
-2
/
+8
*
FFMpeg: Fix and clarify 'resend package' and 'continue draining frames' states
Sven Gothel
2023-12-04
1
-21
/
+30
*
Bug 1472: Enhance GLMediaPlayer AV Sync: Fix FFMPEGMediaPlayer's audio resamp...
Sven Gothel
2023-10-15
1
-3
/
+6
*
Bug 1472: Enhance GLMediaPlayer AV Sync: Utilize SCR aware audio PTS used as ...
Sven Gothel
2023-10-15
1
-22
/
+44
*
Bug 1470 - FFmpeg / JNI: Perform exception check and rethrow for all Java Cal...
Sven Gothel
2023-10-02
3
-7
/
+48
*
Bug 1469 - FFmpeg binding uses ReleaseStringChars instead of ReleaseStringUTF...
Sven Gothel
2023-10-02
1
-12
/
+14
*
GLMediaPlayer: Overhaul and simplify states, allow usage before stream ready ...
Sven Gothel
2023-03-13
2
-0
/
+23
*
FFmpeg: Fix using 'av_channel_layout_uninit', use own loaded linked 'sp_av_ch...
Sven Gothel
2023-02-26
1
-1
/
+1
*
FFMPEGMediaPlayer: Add implementation update for FFmpeg version 4.* (Debian 1...
Sven Gothel
2023-02-23
6
-455
/
+442
*
MacOS: MacOSXCGLContext.drawableUpdatedNotify(): Issue updateContext() on mai...
Sven Gothel
2023-01-14
1
-9
/
+25
*
Bug 1398: MacOS: Perform [NSOpenGLContext setView:] on main-thread async w/o ...
Sven Gothel
2020-02-24
1
-30
/
+23
*
Bug 1156: Utilize internal glGetStringi (same as glGetString) - Robostness
Sven Gothel
2019-11-22
1
-0
/
+17
*
iOS: Initial working commit supporting iOS (ipad pro 11)
Sven Gothel
2019-06-23
3
-0
/
+204
*
Bug 1239: Fix comment in c-code 'how to set preferred pixel_format'
Sven Gothel
2015-10-05
1
-1
/
+1
*
Bug 1239: Support OSX input via 'avfoundation' ; Use remaining camera ID (ind...
Sven Gothel
2015-10-05
1
-0
/
+5
*
Bug 1239: Add support for UYVY422 (swizzled YUYV422)
Sven Gothel
2015-10-05
1
-2
/
+4
*
Bug 1207 - GLDebugMessageHandler: Support GL_KHR_debug for Desktop and ES pro...
Sven Gothel
2015-08-30
1
-2
/
+5
*
openmax: fix compile errors (clang)
Sven Gothel
2015-07-16
2
-1
/
+2
*
Bug 1135 - Cleanup: Fix native code Warning
Sven Gothel
2015-03-06
2
-6
/
+7
*
FFMPEGMediaPlayer: Add support for libav-11 and ffmpeg 2.[4-x] (Latest releas...
Sven Gothel
2015-02-05
1
-0
/
+33
*
Fix FFMPEGMediaPlayer: static init block issue, libavresample debian8 packaging
Sven Gothel
2015-02-05
1
-3
/
+4
*
Bug 1096 - Add missing EGLContext.c native code
Sven Gothel
2015-01-23
1
-0
/
+39
*
Bug 1087: Set default framebuffer for OSX DummyDrawable, hence enforce NSView...
Sven Gothel
2014-10-08
1
-1
/
+1
*
Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe...
Sven Gothel
2014-06-12
1
-27
/
+2
*
Bug 1011 / Bug 1012: GLMediaPlayer Audio/Video stuttering w/ OSX and OpenAL/J...
Sven Gothel
2014-06-11
1
-1
/
+5
*
Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...
Sven Gothel
2014-06-08
1
-4
/
+8
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...
Sven Gothel
2014-05-23
1
-1
/
+1
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...
Sven Gothel
2014-05-21
2
-19
/
+45
*
FFMPEGMediaPlayer / FFMPEGv10Natives: Fix libav-10 and ffmpeg-2.x version val...
Sven Gothel
2014-05-09
1
-0
/
+0
*
Bug 927 - Multithreading (MT) issues libav/ffmpeg
Sven Gothel
2014-02-22
2
-65
/
+71
*
Bug 927: Fix minor MT issues w/ libav/ffmpeg
Sven Gothel
2014-02-16
2
-20
/
+74
*
[Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(...
Sven Gothel
2014-01-11
7
-143
/
+116
*
Bug 918 (2/2): Determine StreamWorker usage after stream-init ; Fix seek(..) ...
Sven Gothel
2013-12-11
1
-5
/
+11
*
Bug 918 (1/2): Use StreamWorker in 'Audio Only' mode, since no 'getNextTextur...
Sven Gothel
2013-12-11
1
-6
/
+1
*
JNI Code: Call DeleteLocalRef(..) manually.
Sven Gothel
2013-11-05
1
-0
/
+1
*
Bug 871 - Add optional xcode.clang support for all modules (Extends Bug 837 w...
Sven Gothel
2013-10-24
1
-1
/
+1
*
Bug816 OSX CALayer: Issue w/ JSplitPane within Apple (Firefox, Safari - not a...
Sven Gothel
2013-10-09
1
-3
/
+4
*
Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CA...
Sven Gothel
2013-09-24
1
-31
/
+45
*
Complete commit 4b866d2686ab9c3fd7cf6708925b4663ad81e359: Relocate FFMPEGNati...
Sven Gothel
2013-09-13
1
-0
/
+50
[next]