11
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 07, 2024 — Dec 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Aout: Fix crash when stopping audio playback More... almost 15 years ago
Android: First working version of the aout. Needs some cleaning.
magsoft
as Adrien Maglo
More... almost 15 years ago
Android aout: fix a wrong cast.
magsoft
as Adrien Maglo
More... almost 15 years ago
Fix the aout by modifying amem and its libvlc API. The first argument of libvlc_audio_open_cb has now a void** type.
magsoft
as Adrien Maglo
More... almost 15 years ago
Partially fix the build with relative paths. More... almost 15 years ago
Android Aout (not at all finished). More... almost 15 years ago
Android makefile: check ANDROID_SDK before running ant More... almost 15 years ago
Makefile: add target build-and-run More... almost 15 years ago
Log: add LOGV & LOGW macros More... almost 15 years ago
libvlcjni: detach video output thread from the JVM when stopping More... almost 15 years ago
adapt the opengl clipping volume to get the correct aspectratio More... almost 15 years ago
Prevent destruction of the activity when a rotation happens. It allows the video to continue playing. More... almost 15 years ago
Android: try to guess VLC_CONTRIB More... almost 15 years ago
Android: remove static reference to the LibVLC instance in JNI More... almost 15 years ago
Android: build.xml - fix a warning in Eclipse More... almost 15 years ago
Android/Makefile: rebuild libvlcjni when the sources change More... almost 15 years ago
Use printf instead of echo to be shell independent. More... almost 15 years ago
Android: Add missing build.xml required by ant More... almost 15 years ago
Android: Use variables in the Makefile + install More... almost 15 years ago
Android: Clean a bit configure.sh More... almost 15 years ago
Android: use Ant to build the APK More... almost 15 years ago
Android: use android-8 instead of android-9 More... almost 15 years ago
Android configure: disable OpenGL ES and SLES for now More... almost 15 years ago
Android Makefile: make it more readble More... almost 15 years ago
Disable OpenGL ES debug flag.
magsoft
as Adrien Maglo
More... almost 15 years ago
Prevent the garbage collector to run for each image data transmitted.
magsoft
as Adrien Maglo
More... almost 15 years ago
Use a global reference on the picture data Java byte array to prevent the garbage collector to run at each frame.
magsoft
as Adrien Maglo
More... almost 15 years ago
Some information to reuse in the future if needed the egl-android vout.
magsoft
as Adrien Maglo
More... almost 15 years ago
Java part of the new video output module that uses the Java OpenGL ES API. Still need some cleaning.
magsoft
as Adrien Maglo
More... almost 15 years ago
Rename the "vlc" class to "VLC" as names of Java classes always begin with an upper case letter.
magsoft
as Adrien Maglo
More... almost 15 years ago