| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1474: Only quote exe-file path on Windows for execution | Sven Gothel | 2023-11-28 | 1 | -1/+9 |
* | Bug 1474: Allow temp folder for exe-file test to contain parenthesis on Windows | Sven Gothel | 2023-11-28 | 1 | -3/+5 |
* | Bug 1479: NativeLibrary: Add getNativeLibraryPath() returning queried used na... | Sven Gothel | 2023-11-26 | 4 | -60/+133 |
* | PTS: Add copy constructor | Sven Gothel | 2023-10-16 | 1 | -0/+5 |
* | PTS: get(currentMillis): Employ rounding in integer conversion | Sven Gothel | 2023-10-16 | 1 | -2/+2 |
* | 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 |
* | Clock/Platform: Add currentMillis() analogue to currentNanos(), returning cur... | Sven Gothel | 2023-10-06 | 3 | -3/+129 |
* | AudioSink: Just pass a finte buffer size (KISS), add getLastBufferedPTS() to ... | Sven Gothel | 2023-10-04 | 1 | -42/+36 |
* | WorkerThread.start(paused): Merge RUNNING | ACTIVE | Sven Gothel | 2023-09-22 | 1 | -1/+1 |
* | Uri: Added `Uri tryUriOrFile(final String uri_s)` for convenience / usability... | Sven Gothel | 2023-09-22 | 1 | -0/+56 |
* | WorkerThread: Enhanced testing, added optional StateCallback for state change... | Sven Gothel | 2023-09-22 | 1 | -97/+217 |
* | WorkerThread: Remove minDelayMS field, have it in Runnable branch only | Sven Gothel | 2023-09-21 | 1 | -3/+2 |
* | WorkerThread: Fix minDelayMS assignment using validated field value | Sven Gothel | 2023-09-21 | 1 | -1/+1 |
* | WorkerThread: Add optional minDelay to throttle excecution | Sven Gothel | 2023-09-21 | 1 | -15/+36 |
* | WorkerThread: Move 'streamErr' Exception to local Runnable | Sven Gothel | 2023-09-20 | 1 | -1/+1 |
* | Add WorkerThread: A re-start'able, pause'able and interrupt'able worker threa... | Sven Gothel | 2023-09-20 | 1 | -0/+315 |
* | InterruptSource.Thread: Add ctor variant w/ sole Runnable argument (was missing) | Sven Gothel | 2023-08-23 | 1 | -0/+7 |
* | NIO NativeBuffer, {Element,Pointer}Buffer: Add limit, clear and flip; Arrange... | Sven Gothel | 2023-06-23 | 4 | -94/+385 |
* | ElementBuffer: Add absolute get/put multi-element with full srcElemPos, destE... | Sven Gothel | 2023-06-17 | 1 | -23/+42 |
* | Buffers.copyNativeToDirectByteBuffer(): Remove unused var | Sven Gothel | 2023-06-16 | 1 | -1/+0 |
* | GlueGen Struct [1]: Enhance com.jogamp.common.nio.* to serve a most native-fr... | Sven Gothel | 2023-06-16 | 6 | -185/+867 |
* | 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 |
* | JarUtil.getRelativeOf(): Make'cutOffInclSubDir' optional, i.e. ignore if null... | Sven Gothel | 2023-05-20 | 1 | -6/+15 |
* | 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 |
* | IOUtil.copyStreamChunk2ByteBuffer(..): Added new method to copy a chunk (segm... | Sven Gothel | 2023-05-04 | 1 | -0/+33 |
* | IOUtil.copyStream2Byte{Array|Buffer}(..): API Doc: Clarify that the complete ... | Sven Gothel | 2023-05-04 | 1 | -6/+4 |
* | IOUtil.copyStream2{File|Stream)(..): Drop unused and misleading 'totalNumByte... | Sven Gothel | 2023-05-04 | 2 | -15/+11 |
* | Clock: Use Clock.currentNanos() instead of System.nanoTime() | Sven Gothel | 2023-03-07 | 2 | -4/+5 |
* | Clock: Consider return code on failed native clock_gettime(..) call; Add Win3... | Sven Gothel | 2023-03-07 | 1 | -9/+18 |
* | Clock: Rename currentTimeNanos() -> currentNanos() as it represents the durat... | Sven Gothel | 2023-03-06 | 2 | -17/+25 |
* | Fix Clock for performance counter: Add currentTimeNanos() since module startu... | Sven Gothel | 2023-03-06 | 2 | -27/+85 |
* | Add PerfCounterCtrl, a simple performance counter controller | Sven Gothel | 2023-03-06 | 1 | -0/+44 |
* | Add Clock, implementing proper monotonic and wallclock time using Instant (se... | Sven Gothel | 2023-03-06 | 2 | -20/+102 |
* | Buffers: Add put[34][bsifd](..) and array-put variants for flexibility/perfor... | Sven Gothel | 2023-03-06 | 1 | -1/+468 |
* | MappedByteBufferInputStream: Reduce dependency to Platform | Sven Gothel | 2023-01-23 | 1 | -5/+5 |
* | NativeLibrary.enumerateLibraryPaths(): Reduce relative/absolute path mapping ... | Sven Gothel | 2023-01-23 | 1 | -9/+12 |
* | JNILibLoaderBase.loadLibraryInternal(): Produce own detailed exception if lib... | Sven Gothel | 2023-01-23 | 1 | -3/+6 |
* | NativeLibrary.enumerateLibraryPaths(): Using addPaths() ensures given 'path' ... | Sven Gothel | 2023-01-23 | 1 | -14/+51 |