aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/av
Commit message (Expand)AuthorAgeFilesLines
* GLMediaPlayer.Chapter: Add duration()Sven Göthel2024-02-041-0/+2
* Use new com.jogamp.common.util.StringUtil (GlueGen)Sven Göthel2024-02-041-13/+2
* Bug 1493: Supply language code to SubtitleEvent, perhaps allowsing player to ...Sven Göthel2024-02-025-23/+41
* GLMediaPlayer: Adjust API doc and certain names differentiating video (from s...Sven Göthel2024-02-021-3/+15
* Bug 1494 - GLMediaPlayer/GraphUI: Support Displaying Bitmap'ed Subtitles (PGS...Sven Göthel2024-02-026-176/+299
* Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER...Sven Göthel2024-02-011-0/+42
* Bug 1494: Clarify SubtitleEvent class, adding general FFmpeg analog CodecID a...Sven Göthel2024-02-016-42/+925
* GLMediaPlayer: Split GLMediaFrameListener (rarely used) from GLMediaEventList...Sven Göthel2024-01-311-10/+29
* Bug 1494: Add SubTextureEvent & SubEmptyEvent; Add SubtitleEvent.release() pr...Sven Göthel2024-01-315-31/+220
* GLMediaPlayer: Add getSubtitleCodec()Sven Göthel2024-01-291-2/+8
* GLMediaPlayer/FFMPEGMediaPlayer: Add working subtitle (text + ass/saa) suppor...Sven Göthel2024-01-283-0/+175
* GLMediaPlayer: Support tile metadataSven Göthel2024-01-271-0/+8
* GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea...Sven Göthel2024-01-271-17/+96
* GLMediaPlayer: Fix playing with single-threaded mode w/ texture-count 1Sven Göthel2024-01-261-2/+3
* GraphUI MediaPlayer / GLMediaPlayer: Add current chapter-title to info-fieldSven Göthel2024-01-071-1/+6
* GLMediaPlayer/FFMPEGMediaPlayer: Add chapter metadata support and use com.jog...Sven Gothel2023-12-301-4/+24
* 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-181-0/+4
* Bug 1472: GLMediaPlayer: Expose SCR PTS and encourage its usage, removes user...Sven Gothel2023-10-161-2/+20
* Bug 1472: Enhance GLMediaPlayer AV Sync: Utilize SCR aware audio PTS used as ...Sven Gothel2023-10-151-7/+22
* Bug 1455 - GLMediaPlayer: Add isAutioMuted() query on volume and earmark audi...Sven Gothel2023-09-231-0/+3
* GLMediaPlayer: Show more reasonable DEBUG output in factory; Impl initGL(GL) ...Sven Gothel2023-08-111-2/+20
* GLMediaPlayer: Add setAudioChannelLimit(..), correlating with AudioSink.setCh...Sven Gothel2023-05-231-0/+15
* Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd...Sven Gothel2023-05-173-508/+2
* GLMediaPlayer: Replace GLMediaEventListener.EVENT_CHANGE_* 'int event_mask' w...Sven Gothel2023-05-091-39/+112
* AudioSinkFactory: Add debug output in case of failed initializationSven Gothel2023-05-041-0/+2
* GLMediaPlayer: Overhaul and simplify states, allow usage before stream ready ...Sven Gothel2023-03-131-17/+28
* Bug 1239: Fix GLMediaPlayer.CameraInputScheme API doc; GLMediaPlayerImpl.upda...Sven Gothel2015-10-051-6/+13
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-3/+3
* Bug 1063: Uri adoptionSven Gothel2014-09-081-16/+22
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-101-14/+0
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-034-17/+17
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-282-2/+2
* GLMediaPlayer: Fix video stutter if using NullAudioSinkSven Gothel2014-06-091-0/+6
* Demos MovieCube/Simple: Update video URLs .. since download.blender.org seems...Sven Gothel2014-03-261-0/+1
* AudioSink: Fix API doc (minor edit)Sven Gothel2014-03-011-3/+3
* Bug 927 - Multithreading (MT) - GLMediaPlayer.GLMediaEventListener: Remind th...Sven Gothel2014-02-221-1/+7
* GLMediaPlayer: Add user attached objects, similar to GLContext - Allowing GLM...Sven Gothel2014-01-261-1/+19
* Bug 918 (2/2): Determine StreamWorker usage after stream-init ; Fix seek(..) ...Sven Gothel2013-12-111-1/+4
* Android ES3 Movie Demos: Add workaround for: P0003: Extension 'GL_OES_EGL_ima...Sven Gothel2013-11-071-3/+0
* Bug 885 - GLMediaPlayer: Allow single threaded mode - Especially where multip...Sven Gothel2013-11-011-3/+6
* jogl: add missing @Override annotationsHarvey Harrison2013-10-172-0/+4
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-174-201/+201
* GLMediaPlayer: Fix CameraInputScheme URI doc and Android test streams (Use mp...Sven Gothel2013-10-151-1/+1
* GLMediaPlayer: pause() -> pause(boolean flush): Allowing to flush buffers, ne...Sven Gothel2013-08-311-3/+19
* GLMediaPlayer enhancements: State, Camera options, detect and act on orientat...Sven Gothel2013-08-301-7/+43
* FFMPEGMediaPlayer: Handle v-flipped 'bottom-up' pictures ; Refine API doc 'ca...Sven Gothel2013-08-301-3/+6
* Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows...Sven Gothel2013-08-291-2/+22
* GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin...Sven Gothel2013-08-271-0/+15
* AudioSink: Fixe type names ; Enhance AudioFormat negotiation ; ALAudioSink ad...Sven Gothel2013-08-261-49/+120