aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/av
Commit message (Expand)AuthorAgeFilesLines
* Bug 1472: Enhance AV Sync: Pass through PTS object in AudioSink, tracking las...Sven Gothel2023-10-152-11/+143
* AudioSink: Rename getQueued{Time->Duration}(), add updateQueue()Sven Gothel2023-10-061-2/+14
* AudioSink/TimeFrame1: API doc: Add notes about integer stored milliseconds fo...Sven Gothel2023-10-062-7/+39
* AudioSink: Just pass a finte buffer size (KISS), add getLastBufferedPTS() to ...Sven Gothel2023-10-041-42/+36
* AudioSink: Drop getMaxSupportedChannels(), use getNativeFormat(), getPreferre...Sven Gothel2023-05-231-24/+41
* AudioSink: Refine context locking where supported, have a more usable univers...Sven Gothel2023-05-231-6/+27
* AudioFormat/AudioSink: Use float in seconds for duration to avoid losing prec...Sven Gothel2023-05-213-22/+56
* AudioSink: Add getAvgFrameDuration(); API-Doc: Default*: 'frame' -> AudioFram...Sven Gothel2023-05-212-15/+25
* AudioSink: Enhance description re 'AudioFrame' and 'frameDuration' also using...Sven Gothel2023-05-211-6/+19
* AudioSink.init(): Detail 'frameDuration' intend and impact of underlying JOAL...Sven Gothel2023-05-201-3/+14
* Add AudioSink.getSourceCount(), refine Audio* API docSven Gothel2023-05-202-10/+34
* AudioSink: Add latency query, init(..) frameDuration in ms shall be int, fix ...Sven Gothel2023-05-191-8/+34
* AudioFormat: Fix rounding/int-truncate errors, all millisecond params use typ...Sven Gothel2023-05-191-7/+7
* Place AudioFormat in its own file outside AudioSink, JOAL's ALAudioSink has m...Sven Gothel2023-05-183-151/+180
* AudioSink: Add exclusive locking allowing implementations to short-cut for le...Sven Gothel2023-05-171-0/+12
* Promote common av (audio/video) classes (AudioSink, ..) from JOGL to GlueGen ...Sven Gothel2023-05-173-0/+598