aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/jogamp/openal
Commit message (Expand)AuthorAgeFilesLines
* Bug 1475: Minor revision of orig patch-setSven Gothel2023-11-281-4/+8
* Merge remote-tracking branch 'Mathieu_Fery/1475-devices-specifiers'Sven Gothel2023-11-281-14/+30
|\
| * feat(devices): Move ALC_EXT constant from ALCconstants into ALHelpers with ot...Mathieu Féry2023-11-141-2/+4
| * feat(devices): Allow to retrieve devices specifiers with ALC_ENUMERATE_ALL_EXTMathieu Féry2023-11-101-14/+28
* | Bug 1479 - NativeLibrary: Add getNativeLibraryPath() returning actual native ...Sven Gothel2023-11-261-0/+3
|/
* ALExtImpl: Remove unused importsSven Gothel2023-07-091-7/+0
* ALAudioSink: Promote to public, be fully functional regarding AudioFormat and...Sven Gothel2023-05-181-1109/+0
* ALAudioSink: Enhance using AL_EXT_MCFORMATS (max channels == 8), AL_EXT_FLOAT...Sven Gothel2023-05-171-5/+54
* ALAudioSink.toString(): Show hasALC_thread_local_context value ('tlc')Sven Gothel2023-05-171-1/+1
* ALAudioSink.dequeueBuffer(): wait == true: Fix sleep cycle and use sleep(1) i...Sven Gothel2023-05-171-23/+47
* ALAudioSink: Add exclusive locking allowing less context management overheadSven Gothel2023-05-171-0/+23
* Promote ALAudioSink from JOGL to JOAL (Common av classes reside in GlueGen, s...Sven Gothel2023-05-171-0/+1013
* Windows: Drop using soft_oal.dll blobs, use own bundled openal-soft instead.Sven Gothel2023-05-041-2/+3
* Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()Sven Gothel2023-01-142-5/+4
* Bug 1367: Adapt to TempFileCache & TempJarCache ChangesSven Gothel2019-04-031-1/+1
* Bug 1270 - Fix OSX El Capitan 10.11 stuttering ; Prefer provided OpenAL libra...Sven Gothel2015-11-151-6/+11
* Bug 1024: Add fallback for native-jar-file location via classpathv2.2.0Sven Gothel2014-07-112-34/+22
* Bug 1023, Bug 1024: Adapt to GlueGen commit 46faa59d439ef235d7691fc64d56eedc6...Sven Gothel2014-07-051-1/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-033-26/+26
* Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount ca...Sven Gothel2014-06-171-15/+15
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-171-3/+7
* ALDynamicLibraryBundleInfo: Inherit security considerations in API docSven Gothel2013-06-211-1/+8
* Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle access.Sven Gothel2013-06-201-8/+11
* Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456Sven Gothel2013-06-111-6/+11
* Fix 76c6916631a7386457fa260bf7856dea4d461a31: Replace TAB w/ 4 SPACEsSven Gothel2013-03-271-2/+2
* Supports soft_oal.dll (OpenAL-soft) that might be installedJulien Gouesse2013-03-221-0/+2
* OpenAL Library Selection (Bug 662): Use String value of new property 'joal.op...Sven Gothel2013-02-011-28/+28
* Improve logic of Bug 662: Add a flag to favour OpenALSoftXerxes Rånby2013-01-301-0/+22
* Fix Bug 662: Add a flag to favour OpenALSoftXerxes Rånby2013-01-301-1/+1
* Bug 662: Add a flag to favour OpenALSoftXerxes Rånby2013-01-301-9/+11
* Bug 567 (part 1): add support for openal extensionsMichael Zucchi2013-01-252-1/+16
* Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3dbv2.0-rc10Sven Gothel2012-06-261-1/+2
* Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4feSven Gothel2012-03-261-1/+14
* Fix regression, adapt to GlueGen PropertyAccess changes, commit f4ac27e177f6d...Sven Gothel2012-03-181-0/+4
* Adapt to gluegen commit f4ac27e177f6deb444280d3b375e7d343e38bd080 (Properties...Sven Gothel2012-03-131-84/+4
* Add TempJarCache usageSven Gothel2011-12-181-9/+25
* Adapt to gluegen commit 90ff6c401934121395fa4a127e8b889106fda07aSven Gothel2011-08-221-1/+5
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-093-3/+3
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-093-0/+333