| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1492: GLMediaPlayer: Add playStream(..) variant passing desired audio- an... | Sven Göthel | 2024-02-05 | 1 | -0/+32 |
* | GLMediaPlayer.Chapter: Add duration() | Sven Göthel | 2024-02-04 | 1 | -0/+2 |
* | Bug 1493: Supply language code to SubtitleEvent, perhaps allowsing player to ... | Sven Göthel | 2024-02-02 | 1 | -10/+17 |
* | GLMediaPlayer: Adjust API doc and certain names differentiating video (from s... | Sven Göthel | 2024-02-02 | 1 | -3/+15 |
* | Bug 1494 - GLMediaPlayer/GraphUI: Support Displaying Bitmap'ed Subtitles (PGS... | Sven Göthel | 2024-02-02 | 1 | -7/+34 |
* | Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER... | Sven Göthel | 2024-02-01 | 1 | -0/+42 |
* | GLMediaPlayer: Split GLMediaFrameListener (rarely used) from GLMediaEventList... | Sven Göthel | 2024-01-31 | 1 | -10/+29 |
* | GLMediaPlayer: Add getSubtitleCodec() | Sven Göthel | 2024-01-29 | 1 | -2/+8 |
* | GLMediaPlayer/FFMPEGMediaPlayer: Add working subtitle (text + ass/saa) suppor... | Sven Göthel | 2024-01-28 | 1 | -0/+5 |
* | GLMediaPlayer: Support tile metadata | Sven Göthel | 2024-01-27 | 1 | -0/+8 |
* | GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea... | Sven Göthel | 2024-01-27 | 1 | -17/+96 |
* | GLMediaPlayer: Fix playing with single-threaded mode w/ texture-count 1 | Sven Göthel | 2024-01-26 | 1 | -2/+3 |
* | GraphUI MediaPlayer / GLMediaPlayer: Add current chapter-title to info-field | Sven Göthel | 2024-01-07 | 1 | -1/+6 |
* | GLMediaPlayer/FFMPEGMediaPlayer: Add chapter metadata support and use com.jog... | Sven Gothel | 2023-12-30 | 1 | -4/+24 |
* | GLMediaPlayer: TEXTURE_COUNT_DEFAULT 4 -> 3 as tested via UIMediaGrid01, usab... | Sven Gothel | 2023-12-18 | 1 | -1/+1 |
* | GLMediaPlayer: Add printNativeInfo(..) exposing used native library informati... | Sven Gothel | 2023-12-18 | 1 | -0/+4 |
* | Bug 1472: GLMediaPlayer: Expose SCR PTS and encourage its usage, removes user... | Sven Gothel | 2023-10-16 | 1 | -2/+20 |
* | Bug 1472: Enhance GLMediaPlayer AV Sync: Utilize SCR aware audio PTS used as ... | Sven Gothel | 2023-10-15 | 1 | -7/+22 |
* | Bug 1455 - GLMediaPlayer: Add isAutioMuted() query on volume and earmark audi... | Sven Gothel | 2023-09-23 | 1 | -0/+3 |
* | GLMediaPlayer: Add setAudioChannelLimit(..), correlating with AudioSink.setCh... | Sven Gothel | 2023-05-23 | 1 | -0/+15 |
* | Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd... | Sven Gothel | 2023-05-17 | 1 | -2/+2 |
* | GLMediaPlayer: Replace GLMediaEventListener.EVENT_CHANGE_* 'int event_mask' w... | Sven Gothel | 2023-05-09 | 1 | -39/+112 |
* | GLMediaPlayer: Overhaul and simplify states, allow usage before stream ready ... | Sven Gothel | 2023-03-13 | 1 | -17/+28 |
* | Bug 1239: Fix GLMediaPlayer.CameraInputScheme API doc; GLMediaPlayerImpl.upda... | Sven Gothel | 2015-10-05 | 1 | -6/+13 |
* | 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 | -16/+22 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -3/+3 |
* | Demos MovieCube/Simple: Update video URLs .. since download.blender.org seems... | Sven Gothel | 2014-03-26 | 1 | -0/+1 |
* | Bug 927 - Multithreading (MT) - GLMediaPlayer.GLMediaEventListener: Remind th... | Sven Gothel | 2014-02-22 | 1 | -1/+7 |
* | GLMediaPlayer: Add user attached objects, similar to GLContext - Allowing GLM... | Sven Gothel | 2014-01-26 | 1 | -1/+19 |
* | Bug 918 (2/2): Determine StreamWorker usage after stream-init ; Fix seek(..) ... | Sven Gothel | 2013-12-11 | 1 | -1/+4 |
* | Android ES3 Movie Demos: Add workaround for: P0003: Extension 'GL_OES_EGL_ima... | Sven Gothel | 2013-11-07 | 1 | -3/+0 |
* | Bug 885 - GLMediaPlayer: Allow single threaded mode - Especially where multip... | Sven Gothel | 2013-11-01 | 1 | -3/+6 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+1 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -96/+96 |
* | GLMediaPlayer: Fix CameraInputScheme URI doc and Android test streams (Use mp... | Sven Gothel | 2013-10-15 | 1 | -1/+1 |
* | GLMediaPlayer: pause() -> pause(boolean flush): Allowing to flush buffers, ne... | Sven Gothel | 2013-08-31 | 1 | -3/+19 |
* | GLMediaPlayer enhancements: State, Camera options, detect and act on orientat... | Sven Gothel | 2013-08-30 | 1 | -7/+43 |
* | FFMPEGMediaPlayer: Handle v-flipped 'bottom-up' pictures ; Refine API doc 'ca... | Sven Gothel | 2013-08-30 | 1 | -3/+6 |
* | Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows... | Sven Gothel | 2013-08-29 | 1 | -2/+22 |
* | GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin... | Sven Gothel | 2013-08-27 | 1 | -0/+15 |
* | GLMediaPlayer/AudioSink: Add set[Audio]Volume(float v)/get[Audio]Volume() all... | Sven Gothel | 2013-08-25 | 1 | -2/+21 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONE | Sven Gothel | 2013-08-24 | 1 | -7/+5 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-5) - WIP | Sven Gothel | 2013-08-23 | 1 | -48/+162 |
* | GLMediaPlayer: Use URI instead of URL / Misc refinements | Sven Gothel | 2013-08-17 | 1 | -7/+31 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-4) - WIP | Sven Gothel | 2013-08-16 | 1 | -5/+46 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-3) - WIP | Sven Gothel | 2013-08-14 | 1 | -39/+107 |
* | GLMediaPlayer: Add multithreaded decoding w/ textureCount > 2 where available... | Sven Gothel | 2013-08-10 | 1 | -10/+25 |
* | FFMPEGPlayer Audio Sink Refactoring .. | Sven Gothel | 2013-07-19 | 1 | -0/+8 |
* | GLMediaPlayer: Add Class / Package API doc incl. detailed info in the impleme... | Sven Gothel | 2012-04-18 | 1 | -0/+9 |