| Commit message (Expand) | Author | Age | Files | Lines |
* | GLMediaPlayerImpl: Adjust aid/sid to AUTO if alang/slang is given | Sven Göthel | 2024-02-07 | 1 | -3/+5 |
* | GLMediaPlayerImpl: Fix playing one frame after seek() @ getNextTexture(), req... | Sven Göthel | 2024-02-07 | 1 | -4/+4 |
* | Bug 1492: GLMediaPlayer: Add playStream(..) variant passing desired audio- an... | Sven Göthel | 2024-02-05 | 8 | -46/+58 |
* | Bug 1493: Supply language code to SubtitleEvent, perhaps allowsing player to ... | Sven Göthel | 2024-02-02 | 1 | -6/+3 |
* | GLMediaPlayerImpl: Disable subDEBUG flag | Sven Göthel | 2024-02-02 | 1 | -1/+1 |
* | GLMediaPlayer: Adjust API doc and certain names differentiating video (from s... | Sven Göthel | 2024-02-02 | 1 | -13/+13 |
* | GLMediaPlayerImpl.StreamWorker: Don't grow videoFramesFree since having remov... | Sven Göthel | 2024-02-02 | 1 | -4/+0 |
* | GLMediaPlayerImpl: Allow one frame to be shown paused when issuing seek(), i.... | Sven Göthel | 2024-02-02 | 1 | -5/+14 |
* | Bug 1494 - GLMediaPlayer/GraphUI: Support Displaying Bitmap'ed Subtitles (PGS... | Sven Göthel | 2024-02-02 | 10 | -97/+318 |
* | Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER... | Sven Göthel | 2024-02-01 | 1 | -0/+22 |
* | Bug 1494: Clarify SubtitleEvent class, adding general FFmpeg analog CodecID a... | Sven Göthel | 2024-02-01 | 1 | -191/+0 |
* | GLMediaPlayer: Split GLMediaFrameListener (rarely used) from GLMediaEventList... | Sven Göthel | 2024-01-31 | 2 | -42/+100 |
* | GLMediaPlayer: Add getSubtitleCodec() | Sven Göthel | 2024-01-29 | 1 | -0/+3 |
* | FFMPEGPlayer: Prep for bitmap'ed subtitles: Use glEnable()/glBindTexture() fu... | Sven Göthel | 2024-01-28 | 5 | -13/+36 |
* | GLMediaPlayer/FFMPEGMediaPlayer: Add working subtitle (text + ass/saa) suppor... | Sven Göthel | 2024-01-28 | 4 | -18/+54 |
* | GLMediaPlayer: Support tile metadata | Sven Göthel | 2024-01-27 | 2 | -18/+40 |
* | GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea... | Sven Göthel | 2024-01-27 | 8 | -51/+196 |
* | GraphUI MediaPlayer: seek from display-thread, don't act on SliderAdapter.cli... | Sven Göthel | 2024-01-27 | 1 | -3/+3 |
* | GLMediaPlayerImpl: Throw out video_queue_growth | Sven Göthel | 2024-01-27 | 1 | -35/+2 |
* | GLMediaPlayer: Fix playing with single-threaded mode w/ texture-count 1 | Sven Göthel | 2024-01-26 | 1 | -6/+12 |
* | Bug 1491: GLMediaPlayerImpl: Use a shared *GraphicsDevice for all compatible ... | Sven Göthel | 2024-01-25 | 1 | -3/+41 |
* | 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 | 2 | -8/+23 |
* | GraphUI MediaPlayer / GLMediaPlayer: Add current chapter-title to info-field | Sven Göthel | 2024-01-07 | 2 | -2/+14 |
* | GLMediaPlayer/FFMPEGMediaPlayer: Add chapter metadata support and use com.jog... | Sven Gothel | 2023-12-30 | 7 | -9/+70 |
* | OMXGLMediaPlayer: Add 'printNativeInfo(..)' - completes commit d99c2d8b28470d... | Sven Gothel | 2023-12-18 | 1 | -0/+6 |
* | GLMediaPlayer: Add printNativeInfo(..) exposing used native library informati... | Sven Gothel | 2023-12-18 | 4 | -38/+80 |
* | Bug 1479 - NativeLibrary: Add getNativeLibraryPath() returning actual native ... | Sven Gothel | 2023-11-26 | 1 | -1/+6 |
* | GLMediaPlayer.getPerfString(): Don't show audio pts values is no_audio, misle... | Sven Gothel | 2023-10-16 | 1 | -17/+19 |
* | GLMediaPlayer: Don't resetAVPTS() on resume(), allowing less AV sync disrupti... | Sven Gothel | 2023-10-16 | 1 | -13/+10 |
* | GLMediaPlayer: Recognize !use_audio when repeating (caching) a video-frame, i... | Sven Gothel | 2023-10-16 | 1 | -26/+27 |
* | GLMediaPlayerImpl: Use a PTS av_scr_cpy from av_scr for getPTS() avoiding dir... | Sven Gothel | 2023-10-16 | 1 | -7/+12 |
* | GLMediaPlayerImpl: Don't reset SCR on video_scr_reset or irq'ed rendering w/o... | Sven Gothel | 2023-10-16 | 1 | -2/+2 |
* | FFMPEGMediaPlayer: Remove unconditional DEBUG output | Sven Gothel | 2023-10-16 | 1 | -1/+1 |
* | Bug 1472: GLMediaPlayer.getNextTexture(): Fix playSpeed > 1; Handle !hasVideo... | Sven Gothel | 2023-10-16 | 1 | -88/+86 |
* | Bug 1472: GLMediaPlayer: Handle setPlaySpeed() like setAudioVolume() if strea... | Sven Gothel | 2023-10-16 | 1 | -15/+18 |
* | Bug 1472: GLMediaPlayer: Expose SCR PTS and encourage its usage, removes user... | Sven Gothel | 2023-10-16 | 1 | -2/+5 |
* | Bug 1472: Enhance GLMediaPlayer AV Sync: Fine tune AV heuristics to (multiple... | Sven Gothel | 2023-10-15 | 1 | -20/+28 |
* | Bug 1472: Enhance GLMediaPlayer AV Sync: Fix FFMPEGMediaPlayer's audio resamp... | Sven Gothel | 2023-10-15 | 1 | -2/+4 |
* | Bug 1472: Enhance GLMediaPlayer AV Sync: Utilize SCR aware audio PTS used as ... | Sven Gothel | 2023-10-15 | 4 | -208/+381 |
* | Bug 1472: GLMediaPlayerImpl: Track repeatedFrame count | Sven Gothel | 2023-10-04 | 1 | -5/+5 |
* | Bug 1472: GLMediaPlayer AVSync: Refine AVSync debug output (WIP) | Sven Gothel | 2023-10-04 | 1 | -12/+47 |
* | 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 | 2 | -2/+10 |
* | Bug 1455 - GLMediaPlayer: Add isAutioMuted() query on volume and earmark audi... | Sven Gothel | 2023-09-23 | 1 | -5/+22 |
* | GLMediaPlayerImpl: Recover lost StreamException information from commit 77eab... | Sven Gothel | 2023-09-23 | 1 | -5/+17 |
* | GLMediaPlayerImpl: Replace StreamWorker thread management with GlueGen's new ... | Sven Gothel | 2023-09-22 | 1 | -222/+97 |