| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -1/+14 |
* | *MediaPlayer: Adop to JOAL 39a32fd56de313c31bd197ee6022288e97f9729a | Sven Gothel | 2023-05-21 | 2 | -2/+6 |
* | 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 | 5 | -420/+8 |
* | 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 |
* | 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 | 2 | -15/+31 |
* | 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 | 4 | -77/+182 |
* | Move png assets (NEWT icons + GLMediaPlayer dummy/test) to simple classpath, ... | Sven Gothel | 2023-03-13 | 1 | -1/+1 |
* | FFMPEGMediaPlayer: Cleanup API doc FFmpeg versions | Sven Gothel | 2023-03-05 | 1 | -4/+4 |
* | 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 | 8 | -341/+197 |
* | 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 |
* | make void* an opaque long in EGL generated class | Erik De Rijcke | 2019-11-21 | 1 | -11/+9 |
* | 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 | 2 | -3/+28 |
* | Bug 1239: Fix GLMediaPlayer.CameraInputScheme API doc; GLMediaPlayerImpl.upda... | Sven Gothel | 2015-10-05 | 1 | -1/+6 |
* | FFMPEGDynamicLibraryBundleInfo.initSymbols(): Just return null instead of thr... | Sven Gothel | 2015-09-17 | 1 | -4/+8 |
* | 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 |
* | 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 | 6 | -19/+19 |
* | Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ; EGLDrawableFacto... | Sven Gothel | 2015-01-23 | 2 | -3/+3 |
* | Bug 1063: Uri adoption | Sven Gothel | 2014-09-08 | 3 | -18/+17 |
* | Bug 1031: Remove Deprecated Classes and Methods (JOGL) | Sven Gothel | 2014-07-10 | 2 | -19/+8 |
* | 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 | 12 | -138/+140 |
* | Bug 1011 / Bug 1012: GLMediaPlayer Audio/Video stuttering w/ OSX and OpenAL/J... | Sven Gothel | 2014-06-11 | 2 | -1/+15 |
* | GLMediaPlayer: Fix video stutter if using NullAudioSink | Sven Gothel | 2014-06-09 | 2 | -9/+61 |
* | GLMediaPlayerImpl: Change access of most fields to private for clarity and AP... | Sven Gothel | 2014-05-20 | 5 | -107/+89 |
* | Bug 801: Refine commit 9a15aad0e5388a4b927e44d3d2ce136f32474bc2 cache Texture... | Sven Gothel | 2014-05-20 | 1 | -0/+17 |
* | Extract FFMPEGNatives's Audio + Video formats to their own class in AV privat... | Sven Gothel | 2014-05-19 | 4 | -217/+273 |
* | Texture/TextureIO: Make 'wrapping' Texture ctor public, remove same factory m... | Sven Gothel | 2014-05-19 | 1 | -5/+2 |