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