aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl
Commit message (Expand)AuthorAgeFilesLines
* Bug 1490 - GraphUI Group: Resolve Performance Issues with Shape Mv Transform ...Sven Göthel2024-01-221-0/+2
* Bug 1488 - Graph RegionRenderer Shader Mapping: Revert to IntObjectHashMap an...Sven Göthel2024-01-221-64/+182
* Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F...Sven Göthel2024-01-2017-130/+158
* Frustum: Revise code and its Plane definition to support Cube->Frustum as wel...Sven Göthel2024-01-194-51/+199
* Add Cube to Frustum Plane mapping, supporting transformation of object-space ...Sven Göthel2024-01-192-1/+251
* AABBox: Rename private fields {bl, tr} -> {lo, hi} denoting proper orientatio...Sven Göthel2024-01-191-137/+137
* Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe...Sven Göthel2024-01-168-101/+136
* AABBox: Add intersects(AABBox), contains(AABBox), scale(float, float, float) ...Sven Göthel2024-01-151-0/+59
* AABBox: Rename private fields low -> bl and hight -> tr for readability; Unro...Sven Göthel2024-01-151-149/+187
* Graph/GraphUI AA-Quality (shader): Region: Add DEFAULT_AA_QUALITY and clippin...Sven Göthel2024-01-153-20/+34
* Bump (c) -2024 for edited files + LICENSE.txtSven Göthel2024-01-1412-14/+14
* Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas...Sven Göthel2024-01-1419-327/+481
* GLReadBufferUtil: Allow passing a custom GL read-buffer name, useful to read ...Sven Göthel2024-01-131-1/+8
* Matrix4f: Fix minor API doc parem ref-nameSven Göthel2024-01-131-1/+1
* Graph VBORegion2PVBAAES2: Fix Rescale (MAX texSize): renderFboHeight shall us...Sven Göthel2024-01-121-1/+1
* AABBox resize{Width, Height}(..): Positive argument shall always denote expan...Sven Göthel2024-01-121-4/+4
* Graph Clipping: Add missing Modelview-Matrix (Mv) Multiplication / ConsiderationSven Göthel2024-01-094-2/+7
* Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con...Sven Göthel2024-01-097-34/+111
* Graph Clipping: GLSL: Add `USE_AABBOX_CLIPPING`, i.e. clipping via AABBox min...Sven Göthel2024-01-098-19/+50
* Graph GLSL functions.glsl: Complete overload vec2 and vec3 variants; Fix 'and...Sven Göthel2024-01-091-8/+52
* GraphUI MediaPlayer / GLMediaPlayer: Add current chapter-title to info-fieldSven Göthel2024-01-073-3/+20
* GLMediaPlayer/FFMPEGMediaPlayer: Add chapter metadata support and use com.jog...Sven Gothel2023-12-309-19/+174
* OMXGLMediaPlayer: Add 'printNativeInfo(..)' - completes commit d99c2d8b28470d...Sven Gothel2023-12-181-0/+6
* GLMediaPlayer: TEXTURE_COUNT_DEFAULT 4 -> 3 as tested via UIMediaGrid01, usab...Sven Gothel2023-12-181-1/+1
* GLMediaPlayer: Add printNativeInfo(..) exposing used native library informati...Sven Gothel2023-12-186-38/+90
* Graph Shader: Fix 'curverenderer01-single.vp' aligning w/ 'curverenderer01-pa...Sven Gothel2023-12-181-2/+3
* Graph Region: Edit API doc for AA_RENDERING_MASKSven Gothel2023-12-181-1/+1
* FFMpeg: Just be nice and flush GL stream, no finish sync requiredSven Gothel2023-12-041-2/+8
* FFMpeg: Fix and clarify 'resend package' and 'continue draining frames' statesSven Gothel2023-12-041-21/+30
* Bug 1479 - NativeLibrary: Add getNativeLibraryPath() returning actual native ...Sven Gothel2023-11-264-5/+16
* GLMediaPlayer.getPerfString(): Don't show audio pts values is no_audio, misle...Sven Gothel2023-10-161-17/+19
* GLMediaPlayer: Don't resetAVPTS() on resume(), allowing less AV sync disrupti...Sven Gothel2023-10-161-13/+10
* GLMediaPlayer: Recognize !use_audio when repeating (caching) a video-frame, i...Sven Gothel2023-10-161-26/+27
* GLMediaPlayerImpl: Use a PTS av_scr_cpy from av_scr for getPTS() avoiding dir...Sven Gothel2023-10-161-7/+12
* GLMediaPlayerImpl: Don't reset SCR on video_scr_reset or irq'ed rendering w/o...Sven Gothel2023-10-161-2/+2
* FFMPEGMediaPlayer: Remove unconditional DEBUG outputSven Gothel2023-10-161-1/+1
* Bug 1472: GLMediaPlayer.getNextTexture(): Fix playSpeed > 1; Handle !hasVideo...Sven Gothel2023-10-161-88/+86
* Bug 1472: GLMediaPlayer: Handle setPlaySpeed() like setAudioVolume() if strea...Sven Gothel2023-10-161-15/+18
* Bug 1472: GLMediaPlayer: Expose SCR PTS and encourage its usage, removes user...Sven Gothel2023-10-162-4/+25
* GLJPanel: Fix DEBUG output USE_GLSL_TEXTURE_RASTERIZER -> USE_GLSL_VERTICAL_F...Sven Gothel2023-10-161-1/+1
* GLJPanel: Allow disabling GLSL vertical flip programmatically via setUseGLSLV...Sven Gothel2023-10-161-14/+26
* Bug 1472: Enhance GLMediaPlayer AV Sync: Fine tune AV heuristics to (multiple...Sven Gothel2023-10-151-20/+28
* Bug 1472: Enhance GLMediaPlayer AV Sync: Fix FFMPEGMediaPlayer's audio resamp...Sven Gothel2023-10-152-5/+10
* Bug 1472: Enhance GLMediaPlayer AV Sync: Utilize SCR aware audio PTS used as ...Sven Gothel2023-10-157-240/+467
* Bug 1472: GLMediaPlayerImpl: Track repeatedFrame countSven Gothel2023-10-041-5/+5
* Bug 1472: GLMediaPlayer AVSync: Refine AVSync debug output (WIP)Sven Gothel2023-10-041-12/+47
* Bug 1473 - ALAudioSink: AV Synchronization: Adopt to JOAL ALAudioSink changesSven Gothel2023-10-041-6/+6
* FFMPEGMediaPlayer: Always use own textureLookupShader and validate its custom...Sven Gothel2023-10-031-26/+65
* TextureSequence.setTexCoordBBox(): Add 'verbose' parameter for debug output i...Sven Gothel2023-10-034-7/+7
* Bug 1470 - FFmpeg / JNI: Perform exception check and rethrow for all Java Cal...Sven Gothel2023-10-023-7/+48