aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 1479 - NativeLibrary: Add getNativeLibraryPath() returning actual native ...Sven Gothel2023-11-265-5/+20
* 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-162-15/+29
* Bug 1472: GLMediaPlayer: Expose SCR PTS and encourage its usage, removes user...Sven Gothel2023-10-165-19/+43
* 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-158-242/+473
* 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-042-8/+8
* 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
* GraphUI Shape: Complete commit c8ec6fa7cc16a0777db16af8b4d0d0b898f8b546Sven Gothel2023-10-031-2/+13
* GraphUI Shape: 'int name' -> 'int id' and add 'String name', change get/set m...Sven Gothel2023-10-0312-43/+84
* GraphUI Scene: Add custom one-time GLRunnable disposable action list, allowin...Sven Gothel2023-10-032-0/+24
* Bug 1470 - FFmpeg / JNI: Perform exception check and rethrow for all Java Cal...Sven Gothel2023-10-023-7/+48
* Bug 1471: Add a GLEventAdapter for GLEventListener similar to the other Adapt...Sven Gothel2023-10-021-0/+42
* Bug 1470 - NEWT/JNI: Perform exception check and rethrow for all Java Callbac...Sven Gothel2023-10-026-7/+67
* Bug 1469 - FFmpeg binding uses ReleaseStringChars instead of ReleaseStringUTF...Sven Gothel2023-10-021-12/+14
* Bug 1468 - SIGSEGV on use after free when destroying NEWT Window/Display via ...Sven Gothel2023-10-0227-382/+823
* Bug 1468: Demos MiscUtil.destroyWindow() Call GLAutoDrawable.destroy() direct...Sven Gothel2023-10-013-7/+23
* Bug 1467 - GraphUI: Don't de-activate a Shape if became active via 'mouseOver...Sven Gothel2023-09-301-15/+24
* GraphUI: Shape: Add missing 'markShapeDirty()' on setBorderColor()Sven Gothel2023-09-301-0/+2
* Bug 1454 + Bug 1464: Maintain a Shape local 'zOffset' and only consider it fo...Sven Gothel2023-09-302-35/+43
* GraphUI: Group: Add attribute to allow not to relayout if child Shapes are di...Sven Gothel2023-09-301-14/+24
* FFMPEGMediaPlayer: Insert GLSL comment-line documenting the addressed VideoPi...Sven Gothel2023-09-301-1/+6
* Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r...Sven Gothel2023-09-3020-185/+590
* Bug 1430 - Fix Background erase not disabled with AWT GLCanvas and NewtCanvasAWTSven Gothel2023-09-2911-27/+154
* Bug 1431: Fix NewtCanvasAWT resize on X11, broken since commit ad38d155985498...Sven Gothel2023-09-297-14/+273
* GraphUI Demos: Minor refinements..Sven Gothel2023-09-262-5/+5
* GraphUI Demo UISceneDemo20: Give 'Show FPS' a toggle text 'Hide FPS' .. and h...Sven Gothel2023-09-261-1/+2
* GraphUI Button: Support toggle'ed labels and fixed font size scaling for symb...Sven Gothel2023-09-265-88/+214
* GraphUI Button: Increase default spacing a little: x .12 -> .20, y .42 -> .46Sven Gothel2023-09-261-2/+2
* GraphUI Shape: Issue onToggleListener on setToggle(..) to complete user exper...Sven Gothel2023-09-261-0/+7
* GraphUI Shape: Add remaining binary states to bitfield to preserver footprint ..Sven Gothel2023-09-261-26/+28
* Bug 1463 - Graph Font: Whitespace or undefined Glyphs shall not cover (any) h...Sven Gothel2023-09-261-4/+7
* GraphUI: Mark some more methods final in Shape + GraphShapeSven Gothel2023-09-262-5/+5
* GraphUI Shape: Use a bitfield for the many binrary states instead of boolean ...Sven Gothel2023-09-261-46/+47
* GraphUI GraphShape: Factor out static addRectangle(..) to be reused for debug...Sven Gothel2023-09-261-7/+8
* GraphUI Layout: Simplify non-centered negative-offset (underline) removalSven Gothel2023-09-262-22/+4
* Bug 1462 / 1462: GraphUI Demo UISceneDemo20: Replace some text in buttons wit...Sven Gothel2023-09-241-6/+7
* Bump make/scripts/tests.shSven Gothel2023-09-241-2/+3