aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for clangSven Gothel2013-09-131-0/+1
* ALHelpers: Shorten returned string representationsSven Gothel2013-08-261-12/+12
* Add util class ALHelpers - Ported to Java from OpenAL-Soft from (c) 2011 Chri...Sven Gothel2013-08-261-0/+376
* ALFactory: Remove unused importsSven Gothel2013-08-261-3/+0
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-171-3/+7
* ALutWAVLoaderTest: Test WAV decoder impl. Bug 684Xerxes Rånby2013-07-141-0/+89
* Merge remote-tracking branch 'gouessej/master'Xerxes Rånby2013-07-092-31/+94
|\
| * Removes all references to javax.sound.* in order to allow JOAL to work in non...Julien Gouesse2013-03-272-31/+94
* | 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-112-10/+12
|/
* 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
* Merge pull request #9 from magnen/masterSven Gothel2013-03-211-0/+11
|\
| * Adding method for determining the playing state of an audio source.Magne Nordtveit2013-03-071-0/+11
* | Catches ExceptionInInitializerError instances when initializing ALFactoryJulien Gouesse2013-03-181-0/+2
|/
* OpenAL Library Selection (Bug 662): Use String value of new property 'joal.op...Sven Gothel2013-02-012-36/+80
* WavData.loadFromStream: Uses IOUtil.copyStream2ByteBuffer which fixes loading...Sven Gothel2013-02-017-21/+69
* Fix regression .. now use 'com.jogamp.openal.UnsupportedAudioFileException'Sven Gothel2013-01-311-3/+8
* Android Build & Test ; WavLoader/Data javax.audio separation (part-1)Sven Gothel2013-01-3112-106/+1054
* Build Cleanup for Android, Misc changes ..Sven Gothel2013-01-311-1/+1
* JOAL Fixes: GlueGen, OpenAL Header, Added scripts/tests.sh,Sven Gothel2013-01-311-4/+8
* Fix exception logic and dest buffer in ALExtLoopbackDeviceSOFTTestXerxes Rånby2013-01-301-3/+3
* 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
* Improve ALExtLoopbackDeviceSOFTTest to list all available OpenAL extensions.Xerxes Rånby2013-01-301-6/+9
* Bug 567 (part 3): add support for openal extensionsMichael Zucchi2013-01-291-0/+106
* Remove system dependency of intptr_t and uint64_t.Xerxes Rånby2013-01-291-9/+0
* Bug 567 (part 1): add support for openal extensionsMichael Zucchi2013-01-254-2/+33
* Add dummy junit test so jenkins would not failSven Gothel2013-01-191-0/+15
* Remove junit ALTest file with incompatible license.Xerxes Rånby2012-11-231-391/+0
* Fix mark/reset bug in com/jogamp/openal/test/resources/ResourceLocation.javaXerxes Rånby2012-10-241-1/+2
* Fix testAlBufferDataintintByteBufferintint ERROR java.io.IOException: mark/re...Xerxes Rånby2012-10-231-1/+4
* 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
* Fix bug 550, JOAL lacks Platform.initSingleton() call - Using TempJarCache re...Sven Gothel2012-01-041-0/+2
* 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-095-8/+8
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-093-0/+0
* Window Support added ; Win64 libs & license filesSven Gothel2010-12-134-13/+180
* Playing audio againSven Gothel2010-12-134-7/+31
* Bring back JOAL (code fixes and project structure)Sven Gothel2010-12-1312-373/+800
* fixed alcGetString functionpointer mapping (gluegen does not handle method re...Michael Bien2010-07-102-9/+99
* EAXFactory initializes JOAL if nessesary.Michael Bien2010-07-102-103/+91
* joal_native is now joal.Michael Bien2010-07-102-2/+2
* removed BufferUtils since we have now Buffers in gluegen-rt.Michael Bien2010-07-081-266/+0