shadowislord
d7a152e9a8
TremorAndroid: properly set the 'LIMIT_TO_64kHz' define
10 years ago
shadowislord
ba91da8db4
Tremor decoder now working on Android
...
* fixed issue where FileDesc_read() would cause a stack overflow
* fixed incorrect NativeVorbisFile field values
* properly indicate that streaming is not supported yet
10 years ago
shadowislord
2556f67a15
Implemented the rest of the missing functions in NativeVorbisFile
10 years ago
shadowislord
891ffa175d
More work on vorbis decoder
...
* added support for decoding from a section of a file descriptor (needed if decoding from an asset inside APK)
* implemented seek function
10 years ago
shadowislord
302ca00a3c
Remove STBI image libs which will not be used anymore
10 years ago
shadowislord
5f0c2035c1
android native improvements
...
* rename jme_stbi -> jme_decode, which is a new native library that will handle image and audio decoding in native code
* add a special version of tremor designed to run on android
* adjust the build process to handle these changes
10 years ago
shadowislord
ff55522f78
Change flow in STBI build script to ease development
...
* stb_image.h and AndroidNativeImageLoader.h are now placed in the source folder so that the IDE can access them
10 years ago
shadowislord
17f130615a
Update STBI .so based on latest changes
10 years ago
shadowislord
a015e0836f
Remove commented out code since it will not be used anymore
10 years ago
shadowislord
7057e9cb18
Android native image loader rewritten from scratch
...
* Now supports reading directly from Java InputStream instead of having to read image file into memory first
* Optimized native code - reduced unneccessary memory copies
10 years ago
shadowislord
26d8ae8942
android natives: add updated builds
10 years ago
shadowislord
e1a3d2e79f
Updated STB image build script
10 years ago
shadowislord
883ff7da71
Apply same fixes from OpenAL Soft to STB image loader.
...
Also make sure it works with the latest version from the website (which is downloaded automatically).
10 years ago
shadowislord
756497fb92
Specify TARGET_PLATFORM properly (:= instead of =)
10 years ago
shadowislord
393009ec2d
Fix OpenAL Soft for Android
...
* Upgrade to latest OpenAL Soft (1.16)
* Don't specify TARGET_PLATFORM on command line as that causes weird issues
* Specify target platform via APP_PLATFORM in Application.mk and TARGET_PLATFORM in Android.mk
10 years ago
iwgeric
8b912cd768
change method to check for existance of the android ndk
11 years ago
iwgeric
13632f2ca9
remove unused project property
11 years ago
iwgeric
57b77151aa
update android native build to support precompiled libs that are used if not building the libs. If building the libs, then the pre-compiled libs are updated with the output of the build.
11 years ago
iwgeric
df2e38798d
update native android libs build to use pre-compiled versions of the libs from the repo if not building native libs
11 years ago
Normen Hansen
c374fea7f3
change android native build scripts to not execute tasks at configuration time
11 years ago
iwgeric
5cfd1c812b
Change stb_image to be auto downloaded during build
11 years ago
iwgeric
ee8e42f921
add native android lib for loading png and gif files. Does not premultiply. Uses stb_image ( http://www.nothings.org/stb_image.c )
11 years ago
iwgeric
f5c841aac5
reorganize build of Android OpenAL Soft lib
11 years ago
iwgeric
a186abba6a
test commit from github site
...
only added a blank line to test making changes from the github site.
11 years ago
Normen Hansen
a16857c8f4
switch to gradle layout
11 years ago
iwg..ic
5453d4f5e9
Improve checking of when to download and unzip the source OpenAL Soft files
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10989 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
iwg..ic
5b2a661f56
Add support for downloading and building OpenAL Soft for native Android audio
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10988 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
iwg..ic
71938ff80d
fix android.mk for OpenAL Soft build
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10987 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
nor..67
511d045274
gradle:
...
import current build script to gradle-restructure
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10968 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
PSp..om
836123d0f4
Copying android native from trunk to the new structure.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10966 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago