aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java
Commit message (Expand)AuthorAgeFilesLines
* GLMediaPlayerImpl: Adjust aid/sid to AUTO if alang/slang is givenSven Göthel2024-02-071-3/+5
* GLMediaPlayerImpl: Fix playing one frame after seek() @ getNextTexture(), req...Sven Göthel2024-02-071-4/+4
* Bug 1492: GLMediaPlayer: Add playStream(..) variant passing desired audio- an...Sven Göthel2024-02-051-33/+44
* Bug 1493: Supply language code to SubtitleEvent, perhaps allowsing player to ...Sven Göthel2024-02-021-6/+3
* GLMediaPlayerImpl: Disable subDEBUG flagSven Göthel2024-02-021-1/+1
* GLMediaPlayer: Adjust API doc and certain names differentiating video (from s...Sven Göthel2024-02-021-13/+13
* GLMediaPlayerImpl.StreamWorker: Don't grow videoFramesFree since having remov...Sven Göthel2024-02-021-4/+0
* GLMediaPlayerImpl: Allow one frame to be shown paused when issuing seek(), i....Sven Göthel2024-02-021-5/+14
* Bug 1494 - GLMediaPlayer/GraphUI: Support Displaying Bitmap'ed Subtitles (PGS...Sven Göthel2024-02-021-44/+175
* Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER...Sven Göthel2024-02-011-0/+22
* GLMediaPlayer: Split GLMediaFrameListener (rarely used) from GLMediaEventList...Sven Göthel2024-01-311-21/+100
* GLMediaPlayer: Add getSubtitleCodec()Sven Göthel2024-01-291-0/+3
* GLMediaPlayer/FFMPEGMediaPlayer: Add working subtitle (text + ass/saa) suppor...Sven Göthel2024-01-281-8/+26
* GLMediaPlayer: Support tile metadataSven Göthel2024-01-271-13/+35
* GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea...Sven Göthel2024-01-271-36/+181
* GraphUI MediaPlayer: seek from display-thread, don't act on SliderAdapter.cli...Sven Göthel2024-01-271-3/+3
* GLMediaPlayerImpl: Throw out video_queue_growthSven Göthel2024-01-271-35/+2
* GLMediaPlayer: Fix playing with single-threaded mode w/ texture-count 1Sven Göthel2024-01-261-6/+12
* Bug 1491: GLMediaPlayerImpl: Use a shared *GraphicsDevice for all compatible ...Sven Göthel2024-01-251-3/+41
* Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas...Sven Göthel2024-01-141-7/+12
* GraphUI MediaPlayer / GLMediaPlayer: Add current chapter-title to info-fieldSven Göthel2024-01-071-1/+12
* GLMediaPlayer/FFMPEGMediaPlayer: Add chapter metadata support and use com.jog...Sven Gothel2023-12-301-2/+9
* GLMediaPlayer: Add printNativeInfo(..) exposing used native library informati...Sven Gothel2023-12-181-1/+0
* 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
* 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-161-2/+5
* Bug 1472: Enhance GLMediaPlayer AV Sync: Fine tune AV heuristics to (multiple...Sven Gothel2023-10-151-20/+28
* Bug 1472: Enhance GLMediaPlayer AV Sync: Utilize SCR aware audio PTS used as ...Sven Gothel2023-10-151-171/+308
* 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
* GLMediaPlayer: Stop audio streaming to AudioSink on zero volume (Flush on mut...Sven Gothel2023-09-241-1/+9
* Bug 1455 - GLMediaPlayer: Add isAutioMuted() query on volume and earmark audi...Sven Gothel2023-09-231-5/+22
* GLMediaPlayerImpl: Recover lost StreamException information from commit 77eab...Sven Gothel2023-09-231-5/+17
* GLMediaPlayerImpl: Replace StreamWorker thread management with GlueGen's new ...Sven Gothel2023-09-221-222/+97
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-201-0/+1
* Texture ctor w/ external textureID: Pass `ownsTextureID` where true hands ove...Sven Gothel2023-08-131-1/+10
* GLMediaPlayer: Show more reasonable DEBUG output in factory; Impl initGL(GL) ...Sven Gothel2023-08-111-4/+6
* GLMediaPlayer: Add setAudioChannelLimit(..), correlating with AudioSink.setCh...Sven Gothel2023-05-231-0/+7
* *MediaPlayer: Adop to JOAL 39a32fd56de313c31bd197ee6022288e97f9729aSven Gothel2023-05-211-1/+5
* Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd...Sven Gothel2023-05-171-3/+3
* Fix GLMediaPlayerImpl.initGL(GL): Allow null==gl and audio-only mode (regress...Sven Gothel2023-05-091-16/+33
* GLMediaPlayer: Replace GLMediaEventListener.EVENT_CHANGE_* 'int event_mask' w...Sven Gothel2023-05-091-41/+44
* GLMediaPlayerImpl: Only kick-off StreamWorker at initGL(..)Sven Gothel2023-03-141-5/+0
* GLMediaPlayerImpl: Zero textureFragmentShaderHashCode and default lookupFunct...Sven Gothel2023-03-141-6/+3
* TextureSequence (API Change): Use setTextureLookupFunctionName(..) explicitly...Sven Gothel2023-03-141-4/+19