| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1270 - Fix OSX El Capitan 10.11 stuttering ; Prefer provided OpenAL libra... | Sven Gothel | 2015-11-15 | 1 | -6/+11 |
* | Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78...v2.3.2 | Sven Gothel | 2015-10-03 | 1 | -1/+1 |
* | WAVLoader: Adopt to GlueGen's Bitstream commit 9e13e8c78ed69bb7afcd49abe8bf69... | Sven Gothel | 2015-01-28 | 1 | -11/+11 |
* | Bug 1024: Add fallback for native-jar-file location via classpathv2.2.0 | Sven Gothel | 2014-07-11 | 2 | -34/+22 |
* | Bug 1023, Bug 1024: Adapt to GlueGen commit 46faa59d439ef235d7691fc64d56eedc6... | Sven Gothel | 2014-07-05 | 1 | -1/+1 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 32 | -590/+602 |
* | Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount ca... | Sven Gothel | 2014-06-17 | 1 | -15/+15 |
* | ALFactory.PREFER_SYSTEM_OPENAL: Defaults to false for all platforms (i.e. Use... | Sven Gothel | 2014-06-10 | 1 | -15/+15 |
* | Fix ALExtLoopbackDeviceSOFTTestv2.1.5 | Sven Gothel | 2014-02-22 | 1 | -67/+186 |
* | Tests: Add UITestCase unit test super class (print start/end, singletion test... | Sven Gothel | 2014-02-22 | 3 | -4/+163 |
* | ALExtLoopbackDeviceSOFTTest: Remove javax.sound.sampled.UnsupportedAudioFileE... | Sven Gothel | 2014-02-21 | 1 | -8/+7 |
* | WAVLoader: Use Bitstream and support big-endian RIFX; Fix ALutWAVLoaderTest | Sven Gothel | 2014-02-21 | 3 | -122/+96 |
* | Add support for clang | Sven Gothel | 2013-09-13 | 1 | -0/+1 |
* | ALHelpers: Shorten returned string representations | Sven Gothel | 2013-08-26 | 1 | -12/+12 |
* | Add util class ALHelpers - Ported to Java from OpenAL-Soft from (c) 2011 Chri... | Sven Gothel | 2013-08-26 | 1 | -0/+376 |
* | ALFactory: Remove unused imports | Sven Gothel | 2013-08-26 | 1 | -3/+0 |
* | Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal... | Sven Gothel | 2013-07-17 | 1 | -3/+7 |
* | ALutWAVLoaderTest: Test WAV decoder impl. Bug 684 | Xerxes Rånby | 2013-07-14 | 1 | -0/+89 |
* | Merge remote-tracking branch 'gouessej/master' | Xerxes Rånby | 2013-07-09 | 2 | -31/+94 |
|\ |
|
| * | Removes all references to javax.sound.* in order to allow JOAL to work in non... | Julien Gouesse | 2013-03-27 | 2 | -31/+94 |
* | | ALDynamicLibraryBundleInfo: Inherit security considerations in API doc | Sven Gothel | 2013-06-21 | 1 | -1/+8 |
* | | Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle access. | Sven Gothel | 2013-06-20 | 1 | -8/+11 |
* | | Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456 | Sven Gothel | 2013-06-11 | 2 | -10/+12 |
|/ |
|
* | Fix 76c6916631a7386457fa260bf7856dea4d461a31: Replace TAB w/ 4 SPACEs | Sven Gothel | 2013-03-27 | 1 | -2/+2 |
* | Supports soft_oal.dll (OpenAL-soft) that might be installed | Julien Gouesse | 2013-03-22 | 1 | -0/+2 |
* | Merge pull request #9 from magnen/master | Sven Gothel | 2013-03-21 | 1 | -0/+11 |
|\ |
|
| * | Adding method for determining the playing state of an audio source. | Magne Nordtveit | 2013-03-07 | 1 | -0/+11 |
* | | Catches ExceptionInInitializerError instances when initializing ALFactory | Julien Gouesse | 2013-03-18 | 1 | -0/+2 |
|/ |
|
* | OpenAL Library Selection (Bug 662): Use String value of new property 'joal.op... | Sven Gothel | 2013-02-01 | 2 | -36/+80 |
* | WavData.loadFromStream: Uses IOUtil.copyStream2ByteBuffer which fixes loading... | Sven Gothel | 2013-02-01 | 7 | -21/+69 |
* | Fix regression .. now use 'com.jogamp.openal.UnsupportedAudioFileException' | Sven Gothel | 2013-01-31 | 1 | -3/+8 |
* | Android Build & Test ; WavLoader/Data javax.audio separation (part-1) | Sven Gothel | 2013-01-31 | 12 | -106/+1054 |
* | Build Cleanup for Android, Misc changes .. | Sven Gothel | 2013-01-31 | 1 | -1/+1 |
* | JOAL Fixes: GlueGen, OpenAL Header, Added scripts/tests.sh, | Sven Gothel | 2013-01-31 | 1 | -4/+8 |
* | Fix exception logic and dest buffer in ALExtLoopbackDeviceSOFTTest | Xerxes Rånby | 2013-01-30 | 1 | -3/+3 |
* | Improve logic of Bug 662: Add a flag to favour OpenALSoft | Xerxes Rånby | 2013-01-30 | 1 | -0/+22 |
* | Fix Bug 662: Add a flag to favour OpenALSoft | Xerxes Rånby | 2013-01-30 | 1 | -1/+1 |
* | Bug 662: Add a flag to favour OpenALSoft | Xerxes Rånby | 2013-01-30 | 1 | -9/+11 |
* | Improve ALExtLoopbackDeviceSOFTTest to list all available OpenAL extensions. | Xerxes Rånby | 2013-01-30 | 1 | -6/+9 |
* | Bug 567 (part 3): add support for openal extensions | Michael Zucchi | 2013-01-29 | 1 | -0/+106 |
* | Remove system dependency of intptr_t and uint64_t. | Xerxes Rånby | 2013-01-29 | 1 | -9/+0 |
* | Bug 567 (part 1): add support for openal extensions | Michael Zucchi | 2013-01-25 | 4 | -2/+33 |
* | Add dummy junit test so jenkins would not fail | Sven Gothel | 2013-01-19 | 1 | -0/+15 |
* | Remove junit ALTest file with incompatible license. | Xerxes Rånby | 2012-11-23 | 1 | -391/+0 |
* | Fix mark/reset bug in com/jogamp/openal/test/resources/ResourceLocation.java | Xerxes Rånby | 2012-10-24 | 1 | -1/+2 |
* | Fix testAlBufferDataintintByteBufferintint ERROR java.io.IOException: mark/re... | Xerxes Rånby | 2012-10-23 | 1 | -1/+4 |
* | Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3dbv2.0-rc10 | Sven Gothel | 2012-06-26 | 1 | -1/+2 |
* | Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4fe | Sven Gothel | 2012-03-26 | 1 | -1/+14 |
* | Fix regression, adapt to GlueGen PropertyAccess changes, commit f4ac27e177f6d... | Sven Gothel | 2012-03-18 | 1 | -0/+4 |
* | Adapt to gluegen commit f4ac27e177f6deb444280d3b375e7d343e38bd080 (Properties... | Sven Gothel | 2012-03-13 | 1 | -84/+4 |