aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GraphUI Shape Rectangle: Draw simple filled rect if lineWidth==0, drop AA_REN...Sven Gothel2023-12-191-7/+8
* GraphUI Group: Allow override of clearImpl0() and destroyImpl0()Sven Gothel2023-12-191-5/+5
* GraphUI Shape: Unify 'resetState()' for clear and destroy, refine API docSven Gothel2023-12-191-16/+22
* GraphUI Shape: setParent() pp -> protected, allow to override setName()Sven Gothel2023-12-191-6/+6
* GraphUI Shape.move*(): Don't notify MotionListener on programmatic move.Sven Gothel2023-12-191-11/+16
* UIMediaGrid0{01}: Minor cleanup: Drop unused local FontSven Gothel2023-12-182-12/+4
* 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
* Bug 805: GraphUI: Add MediaUI01 widtget (MediaButton w/ full feature controls...Sven Gothel2023-12-185-129/+673
* Bug 805: GraphUI: Add Group.replaceShape(..) and Shape.getParent()Sven Gothel2023-12-183-2/+42
* GLMediaPlayer: Add printNativeInfo(..) exposing used native library informati...Sven Gothel2023-12-186-38/+90
* Bug 805: GraphUI Scene/Shape Pick-Active/Interaction: Pick shall complete tra...Sven Gothel2023-12-182-142/+156
* Bug 805: GraphUI Group: Add 'widget-mode' used to utilize a group as one visi...Sven Gothel2023-12-182-2/+66
* GraphUI Shape: Fix Z{Ascending,Descending}Comparator using and exposing getAd...Sven Gothel2023-12-181-16/+31
* Graph Shader: Fix 'curverenderer01-single.vp' aligning w/ 'curverenderer01-pa...Sven Gothel2023-12-181-2/+3
* GraphUI Container: Cleanup or Group/Scene add*/remove* methodsSven Gothel2023-12-182-17/+55
* GraphUI Shape: Rename is{Container -> Group}(), denoting a group onlySven Gothel2023-12-182-3/+3
* Graph Region: Edit API doc for AA_RENDERING_MASKSven Gothel2023-12-181-1/+1
* GraphUI Padding, Margin, Gap: Use zero value constant None instead of default...Sven Gothel2023-12-187-22/+22
* GraphUI Alignment: Use Alignment.None instead of default ctor.Sven Gothel2023-12-182-7/+7
* GraphUI UISceneDemo20: Only use ALAudioSink if its context is already created...Sven Gothel2023-12-181-5/+9
* GraphUI MediaButton: Disable AA_RENDERING_MASK for GLMediaPlayer color textur...Sven Gothel2023-12-181-1/+2
* MovieSBSStereo: GLMediaPlayer.setTextureMinMagFilter() must be called before ...Sven Gothel2023-12-181-1/+1
* GraphUI Shape: Rename [set|is]{Enabled -> Visible}(..) for claritySven Gothel2023-12-188-26/+32
* GraphUI Shape/Group: Group.isActive() also returns true if any child is activ...Sven Gothel2023-12-122-1/+12
* GraphUI Shape: Use Shape.MoveListener for Shape.onMove(..) providing more det...Sven Gothel2023-12-123-28/+34
* GraphUI Shape: Add IO_ACTIVABLE stateSven Gothel2023-12-121-17/+38
* GraphUI Shape: Simplify setIO(..) usage (private)Sven Gothel2023-12-121-7/+7
* GraphUI Scene: Allow attaching GLAutoDrawable manually and adding GLEventList...Sven Gothel2023-12-041-2/+26
* 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-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