aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/openal
Commit message (Expand)AuthorAgeFilesLines
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-0318-322/+327
* ALFactory.PREFER_SYSTEM_OPENAL: Defaults to false for all platforms (i.e. Use...Sven Gothel2014-06-101-15/+15
* WAVLoader: Use Bitstream and support big-endian RIFX; Fix ALutWAVLoaderTestSven Gothel2014-02-212-92/+81
* 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
* 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
* | Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456Sven Gothel2013-06-111-4/+1
|/
* 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-011-8/+52
* WavData.loadFromStream: Uses IOUtil.copyStream2ByteBuffer which fixes loading...Sven Gothel2013-02-012-15/+19
* Android Build & Test ; WavLoader/Data javax.audio separation (part-1)Sven Gothel2013-01-315-65/+217
* Bug 567 (part 1): add support for openal extensionsMichael Zucchi2013-01-251-0/+16
* Fix bug 550, JOAL lacks Platform.initSingleton() call - Using TempJarCache re...Sven Gothel2012-01-041-0/+2
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-1/+1
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-093-333/+0
* Window Support added ; Win64 libs & license filesSven Gothel2010-12-133-8/+175
* Bring back JOAL (code fixes and project structure)Sven Gothel2010-12-135-294/+112
* 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
* modifications due do refactoring in gluegen/ProcAddressTable.Michael Bien2010-04-241-2/+2
* modifications due to class movement in gluegen.Michael Bien2010-03-311-0/+2
* renamed package to com.jogamp.openal.*Michael Bien2010-03-2918-0/+2890