| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Getters for macStyle bits, enhanced docu for fontDirectionHint. | Bernhard Haumacher | 2024-02-03 | 2 | -16/+150 |
* | Added JavaDoc references, split version fields according to spec. | Bernhard Haumacher | 2024-02-03 | 1 | -6/+100 |
* | Documentation for `HeadTable` | Bernhard Haumacher | 2024-02-03 | 32 | -55/+439 |
* | Graph/GraphUI: Move getDefault*() to FontFactory and add {get,set}FallbackFon... | Sven Göthel | 2024-02-03 | 9 | -58/+116 |
* | Bug 1493: Supply language code to SubtitleEvent, perhaps allowsing player to ... | Sven Göthel | 2024-02-02 | 6 | -29/+44 |
* | Bug 1493 - Text/ASS Subtitle via MediaButton/MediaPlayer Alignment defaults t... | Sven Göthel | 2024-02-02 | 3 | -21/+43 |
* | OutlineShape: Earmark coloring task when triangulating .. | Sven Göthel | 2024-02-02 | 1 | -0/+10 |
* | Remove Clonable and clone() in favor of explicit determined copy() and copy-c... | Sven Göthel | 2024-02-02 | 8 | -71/+36 |
* | 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 | 2 | -16/+28 |
* | 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 | 23 | -616/+1252 |
* | Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER... | Sven Göthel | 2024-02-01 | 12 | -43/+296 |
* | Vec[234][ifd]: Add toArray(..) method | Sven Göthel | 2024-02-01 | 5 | -0/+39 |
* | Bug 1494: Clarify SubtitleEvent class, adding general FFmpeg analog CodecID a... | Sven Göthel | 2024-02-01 | 6 | -45/+737 |
* | Bug 1495: GraphUI Shape: Fix updateMat() API doc | Sven Göthel | 2024-01-31 | 1 | -3/+2 |
* | Graph shader (pass1 simple): USE_COLOR_TEXTURE: Clip to vec4(0) color using a... | Sven Göthel | 2024-01-31 | 1 | -4/+4 |
* | GraphUI Demos: FontView01 can use scaling Lable ctor; UISceneDemo01b doesn't ... | Sven Göthel | 2024-01-31 | 2 | -3/+2 |
* | Add Vec2f.set(Vec2i) and Vec2f(Vec2i); Add Texture.set(..) allowing a pending... | Sven Göthel | 2024-01-31 | 2 | -0/+30 |
* | GraphUI: Only issue Shape.mark*Dirty() if values were updated or data availab... | Sven Göthel | 2024-01-31 | 4 | -12/+30 |
* | Bug 1496 - GraphUI Shape: Allow markShapeDirty() and markStateDirty() to be l... | Sven Göthel | 2024-01-31 | 1 | -11/+8 |
* | Bug 1495: GraphUI Shape: Only updateMat() if marked dirty once in applyMatToM... | Sven Göthel | 2024-01-31 | 1 | -34/+64 |
* | Utilize PTS.getCurrent() where applicable | Sven Göthel | 2024-01-31 | 5 | -13/+13 |
* | GLMediaPlayer: Split GLMediaFrameListener (rarely used) from GLMediaEventList... | Sven Göthel | 2024-01-31 | 17 | -114/+136 |
* | Bug 1494: Add SubTextureEvent & SubEmptyEvent; Add SubtitleEvent.release() pr... | Sven Göthel | 2024-01-31 | 5 | -31/+220 |
* | GraphUI MediaButton: Add blending below subtitle, allow setting color/blendin... | Sven Göthel | 2024-01-29 | 2 | -18/+69 |
* | GLMediaPlayer: Add getSubtitleCodec() | Sven Göthel | 2024-01-29 | 2 | -2/+11 |
* | FFMPEGPlayer: Prep for bitmap'ed subtitles: Use glEnable()/glBindTexture() fu... | Sven Göthel | 2024-01-28 | 9 | -65/+142 |
* | FFMPEGMediaPlayer/GraphUI MediaButton: AVSubtitles's start/end are relative t... | Sven Göthel | 2024-01-28 | 2 | -22/+34 |
* | Cleanup GLMediaPlayer.EventMask.Bit handling in GLMediaEventListener implemen... | Sven Göthel | 2024-01-28 | 6 | -12/+6 |
* | GraphUI MediaButton: Clear cached subtitle data on uninit and init from GLMed... | Sven Göthel | 2024-01-28 | 1 | -2/+12 |
* | 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 |
* | GraphUI Demo UIMediaGrid00: Add missing patch from relocating getSymbolsFont() | Sven Göthel | 2024-01-28 | 1 | -1/+1 |
* | GraphUI Demos: Disable debug toggles | Sven Göthel | 2024-01-28 | 2 | -2/+2 |
* | GraphUI MediaPlayer: Remove debug message (Behavior to disable border if zoom... | Sven Göthel | 2024-01-28 | 1 | -1/+0 |
* | GraphUI MediaButton/MediaPlayer-Widget: Add working subtitle (text + ass/saa)... | Sven Göthel | 2024-01-28 | 3 | -14/+184 |
* | GLMediaPlayer/FFMPEGMediaPlayer: Add working subtitle (text + ass/saa) suppor... | Sven Göthel | 2024-01-28 | 12 | -36/+401 |
* | GraphUI Misc Cleanup: Move get*Font() helper to Scene; Allow GraphShape.drawI... | Sven Göthel | 2024-01-28 | 5 | -24/+30 |
* | GraphUI Group: Don't draw border is set invisible | Sven Göthel | 2024-01-28 | 1 | -2/+2 |
* | GraphUI MediaPlayer: Disable always DEBUG hack | Sven Göthel | 2024-01-27 | 1 | -1/+1 |
* | GraphUI MediaPlayer: Bump Chapter tooltip scale | Sven Göthel | 2024-01-27 | 1 | -1/+1 |
* | GLMediaPlayer: Support tile metadata | Sven Göthel | 2024-01-27 | 7 | -47/+73 |
* | GraphUI MediaPlayer Widget: Support switching audio and subtitle streams, sho... | Sven Göthel | 2024-01-27 | 1 | -7/+54 |
* | GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea... | Sven Göthel | 2024-01-27 | 22 | -113/+468 |
* | GraphUI MediaPlayer: seek from display-thread, don't act on SliderAdapter.cli... | Sven Göthel | 2024-01-27 | 3 | -17/+17 |
* | 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 | 2 | -8/+15 |
* | GraphUI Demos: Bump FontView01 + UIMediaGrid01 | Sven Göthel | 2024-01-26 | 2 | -34/+66 |