| Commit message (Expand) | Author | Age | Files | Lines |
* | Added support for reading the SVG table. # Conflicts: # src/jogl/classes/joga... | Bernhard Haumacher | 2024-02-03 | 4 | -48/+363 |
* | Added documentation to the 'loca' table. | Bernhard Haumacher | 2024-02-03 | 1 | -5/+33 |
* | Improved documentation of Cmap table. | Bernhard Haumacher | 2024-02-03 | 8 | -6/+331 |
* | Bugfix: Format 14 header of Cmap table is not skipped correctly. | Bernhard Haumacher | 2024-02-03 | 1 | -2/+1 |
* | Added offset table as member to the font. | Bernhard Haumacher | 2024-02-03 | 5 | -17/+52 |
* | Added documentation to the HmtxTable. | Bernhard Haumacher | 2024-02-03 | 1 | -12/+148 |
* | Added documentation to the 'glyf' table and structures. | Bernhard Haumacher | 2024-02-03 | 19 | -152/+989 |
* | 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 | 1 | -0/+11 |
* | Bug 1493: Supply language code to SubtitleEvent, perhaps allowsing player to ... | Sven Göthel | 2024-02-02 | 1 | -6/+3 |
* | Remove Clonable and clone() in favor of explicit determined copy() and copy-c... | Sven Göthel | 2024-02-02 | 2 | -11/+11 |
* | 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 | 11 | -101/+322 |
* | Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER... | Sven Göthel | 2024-02-01 | 7 | -7/+71 |
* | Bug 1494: Clarify SubtitleEvent class, adding general FFmpeg analog CodecID a... | Sven Göthel | 2024-02-01 | 1 | -191/+0 |
* | Graph shader (pass1 simple): USE_COLOR_TEXTURE: Clip to vec4(0) color using a... | Sven Göthel | 2024-01-31 | 1 | -4/+4 |
* | 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 | 5 | -27/+67 |
* | GLMediaPlayer: Support tile metadata | Sven Göthel | 2024-01-27 | 3 | -26/+48 |
* | GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea... | Sven Göthel | 2024-01-27 | 9 | -62/+217 |
* | 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 |
* | NativeWindowFactory.createDevice(..) w/ unitID for cloning; DefaultGraphicsDe... | Sven Göthel | 2024-01-25 | 1 | -3/+7 |
* | Graph: Drop non-existing 'JAVA' font from FontFactory | Sven Göthel | 2024-01-25 | 1 | -185/+0 |
* | VBORegionSPES2: Disable verbose flag in TextureSequence.setTexCoordBBox() .. ... | Sven Göthel | 2024-01-22 | 1 | -1/+1 |
* | Bug 1488: FFMPEGMediaPlayer: Fix getTextureFragmentShaderHashID(), i.e. use a... | Sven Göthel | 2024-01-22 | 1 | -6/+3 |
* | Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F... | Sven Göthel | 2024-01-20 | 15 | -103/+121 |
* | Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe... | Sven Göthel | 2024-01-16 | 3 | -49/+47 |
* | Bump (c) -2024 for edited files + LICENSE.txt | Sven Göthel | 2024-01-14 | 5 | -5/+5 |
* | Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas... | Sven Göthel | 2024-01-14 | 12 | -228/+273 |
* | Graph VBORegion2PVBAAES2: Fix Rescale (MAX texSize): renderFboHeight shall us... | Sven Göthel | 2024-01-12 | 1 | -1/+1 |
* | Graph Clipping: Add missing Modelview-Matrix (Mv) Multiplication / Consideration | Sven Göthel | 2024-01-09 | 2 | -2/+2 |
* | Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con... | Sven Göthel | 2024-01-09 | 3 | -21/+72 |
* | Graph Clipping: GLSL: Add `USE_AABBOX_CLIPPING`, i.e. clipping via AABBox min... | Sven Göthel | 2024-01-09 | 8 | -19/+50 |
* | Graph GLSL functions.glsl: Complete overload vec2 and vec3 variants; Fix 'and... | Sven Göthel | 2024-01-09 | 1 | -8/+52 |
* | 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 | 5 | -38/+86 |
* | Graph Shader: Fix 'curverenderer01-single.vp' aligning w/ 'curverenderer01-pa... | Sven Gothel | 2023-12-18 | 1 | -2/+3 |