| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -5/+19 |
* | GLMediaPlayer/FFMPEGMediaPlayer: Add working subtitle (text + ass/saa) suppor... | Sven Göthel | 2024-01-28 | 1 | -0/+14 |
* | GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea... | Sven Göthel | 2024-01-27 | 1 | -2/+2 |
* | 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 | 1 | -2/+15 |
* | GLMediaPlayer: Add printNativeInfo(..) exposing used native library informati... | Sven Gothel | 2023-12-18 | 1 | -17/+27 |
* | FFMPEGMediaPlayer: Remove unconditional DEBUG output | Sven Gothel | 2023-10-16 | 1 | -1/+1 |
* | Bug 1472: Enhance GLMediaPlayer AV Sync: Utilize SCR aware audio PTS used as ... | Sven Gothel | 2023-10-15 | 1 | -21/+36 |
* | 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 | 1 | -16/+19 |
* | 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 | 1 | -66/+44 |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 1 | -2/+2 |
* | Bug 1420: Add FFMpeg 4.* versioned lib-names and provide optional internal li... | Sven Gothel | 2020-01-03 | 1 | -0/+33 |
* | Bug 1270 - Fix OSX El Capitan 10.11 stuttering: ALAudioSink: DEBUG: Show Open... | Sven Gothel | 2015-11-15 | 1 | -7/+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 |
* | FFMPEGMediaPlayer: Add support for libav-11 and ffmpeg 2.[4-x] (Latest releas... | Sven Gothel | 2015-02-05 | 1 | -3/+13 |
* | Fix FFMPEGMediaPlayer: static init block issue, libavresample debian8 packaging | Sven Gothel | 2015-02-05 | 1 | -4/+12 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -3/+3 |
* | Bug 1063: Uri adoption | Sven Gothel | 2014-09-08 | 1 | -5/+4 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -25/+26 |
* | 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 | 1 | -9/+9 |
* | Extract FFMPEGNatives's Audio + Video formats to their own class in AV privat... | Sven Gothel | 2014-05-19 | 1 | -18/+18 |
* | FFMPEGMediaPlayer / FFMPEGv10Natives: Fix libav-10 and ffmpeg-2.x version val... | Sven Gothel | 2014-05-09 | 1 | -6/+11 |
* | FFMPEGMediaPlayer: Use 'const' qualifier in shader stub | Sven Gothel | 2014-04-09 | 1 | -4/+4 |
* | FFMPEGMediaPlayer: Add missing indentation of commit 8a032a2c1f247819bdb08382...v2.1.4_rc01 | Sven Gothel | 2013-12-18 | 1 | -7/+7 |
* | ALAudioSink GLMediaPlayerImpl FFMPEGMediaPlayer: Verbosity only w/ DEBUG flag. | Xerxes Rånby | 2013-12-18 | 1 | -0/+2 |
* | Fix Bug 902: FFMPEGMediaPlayer uses IOUtil.decodeURIIfFilePath(uri) to decode... | Sven Gothel | 2013-11-28 | 1 | -2/+7 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+1 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -87/+87 |
* | FFMPEGMediaPlayer: Use IOUtil.decodeFromURI(..) to unescape %20 | Sven Gothel | 2013-10-07 | 1 | -1/+2 |
* | Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ... | Sven Gothel | 2013-09-11 | 1 | -1/+1 |
* | FFMPEGMediaPlayer: Handle use-case of having [av|sw]resample lib, but not com... | Sven Gothel | 2013-09-01 | 1 | -2/+2 |