| 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 | 1 | -3/+8 |
* | AudioSink: Rename getQueued{Time->Duration}(), add updateQueue() | Sven Gothel | 2023-10-06 | 1 | -1/+4 |
* | AudioSink: Just pass a finte buffer size (KISS), add getLastBufferedPTS() to ... | Sven Gothel | 2023-10-04 | 1 | -1/+4 |
* | AudioSink: Drop getMaxSupportedChannels(), use getNativeFormat(), getPreferre... | Sven Gothel | 2023-05-23 | 1 | -7/+36 |
* | AudioSink: Refine context locking where supported, have a more usable univers... | Sven Gothel | 2023-05-23 | 1 | -3/+3 |
* | AudioFormat/AudioSink: Use float in seconds for duration to avoid losing prec... | Sven Gothel | 2023-05-21 | 1 | -9/+5 |
* | AudioSink: Add getAvgFrameDuration(); API-Doc: Default*: 'frame' -> AudioFram... | Sven Gothel | 2023-05-21 | 1 | -0/+5 |
* | Add AudioSink.getSourceCount(), refine Audio* API doc | Sven Gothel | 2023-05-20 | 1 | -0/+5 |
* | AudioSink: Add latency query, init(..) frameDuration in ms shall be int, fix ... | Sven Gothel | 2023-05-19 | 1 | -1/+12 |
* | Place AudioFormat in its own file outside AudioSink, JOAL's ALAudioSink has m... | Sven Gothel | 2023-05-18 | 1 | -4/+5 |
* | AudioSink: Add exclusive locking allowing implementations to short-cut for le... | Sven Gothel | 2023-05-17 | 1 | -0/+6 |
* | Promote common av (audio/video) classes (AudioSink, ..) from JOGL to GlueGen ... | Sven Gothel | 2023-05-17 | 1 | -0/+267 |