Thomas Guillem
ed726b6291
HWDecoderUtil: use a DecoderBySOC per key/value
12 years ago
Geoffrey Métais
434725579e
Expose getChapterDescription method
12 years ago
Geoffrey Métais
0e3d2ece6e
Expose chapters navigation methods
12 years ago
Thomas Guillem
c4afc5be63
Media: add getType()
12 years ago
Thomas Guillem
896f301e41
libvlcjni: fix error message
12 years ago
Thomas Guillem
67c034ef01
libvlcjni: fix crash (typo)
12 years ago
Thomas Guillem
a2f60dbc51
LibVLC: add MEDIA_PAUSED flag that set "start-paused"
12 years ago
Geoffrey Métais
45582b1eab
Playlist files support
m3u, asx, b4s, pls and xspf for now
12 years ago
Thomas Guillem
8886729da9
Only one way to get LibVLC instance.
There were 2 differents way to get a LibVLC instance. For now, use only
VLCInstance.get() utility method. This method will init LibVLC if it's not
already done.
This method will throw an IllegalStateException if LibVLC.init() failed. It's
not a compatible CPU error, the application will crash with the default android
crash dialog instead of the custom CompatErrorActivity. It allows the error to
be reported to the google play dev console.
12 years ago
Thomas Guillem
4a7e405a50
VlcObject: more explicit exceptions
12 years ago
Thomas Guillem
2a3573e221
events: add type of track changed for libvlc_MediaPlayerES* events
12 years ago
Thomas Guillem
86124fbcf4
EventHandler: add new libvlc events
12 years ago
Thomas Guillem
a5f51ae799
MediaBrowser: add upnp discoverer
12 years ago
Thomas Guillem
006238eb91
enable upnp
12 years ago
Thomas Guillem
60aa2279cf
Media: get Metas when created from MediaList
12 years ago
Thomas Guillem
76e5af5675
enable spdif passthrough with AudioTrack
12 years ago
Jean-Baptiste Kempf
c8ef3fa4d9
Support MOD tracker files
12 years ago
Thomas Guillem
d0e98ade8e
java_event_thread: safer thread create/destroy
12 years ago
Geoffrey Métais
e47e9ace9c
Explicit logs
12 years ago
Geoffrey Métais
47cd5be4d0
Fix audio/spu delay cast
12 years ago
Thomas Guillem
428aa4f7bf
move LIBIOMX_LIBS and LIBIOMX_LIBS into compile-libvlc.sh
12 years ago
Geoffrey Métais
62d3e5f795
Remove useless exception
12 years ago
Geoffrey Métais
483f1b419b
Avoid NPE
CID #1270674
12 years ago
Thomas Guillem
a51125f6e6
LibVlcUtil: Ensure streams are closed
CID #1226307
12 years ago
Thomas Guillem
12acbae593
LibVLC: instance should be locked
CID #1270659
12 years ago
Geoffrey Métais
6c9a0bc0f3
Prevent NPE
CID #1270674 , + method refactoring
12 years ago
Alexandre Perraud
53ced646f2
Add support to ssh2
12 years ago
Geoffrey Métais
4af9afed67
Include gdb files in debug builds
12 years ago
Geoffrey Métais
cc58412e70
Fix typo for ARMv8 build
12 years ago
Thomas Guillem
e8078cdba9
fix android7 crash
android7 doesn't have NewWeakGlobalRef, use a compat function for this API and
before.
12 years ago
Thomas Guillem
b4e8a5bad1
no compat for android-21
12 years ago
Thomas Guillem
9bc02df7de
fix android-7 link (add timezone symbol)
12 years ago
Thomas Guillem
9299cd6f67
set libvlc verbosity according to settings
12 years ago
Thomas Guillem
650a91ca1f
medialist: fix warning
12 years ago
Thomas Guillem
3681b74383
native_crash_handler: set it static
12 years ago
Thomas Guillem
957cfb8543
remove libvlc log callbacks
There is now an android logger module in vlc.
12 years ago
Thomas Guillem
d952c25275
Remove AudioTrack Java and use AudioTrack by default
There is a new audiotrack module that use AudioTrack API by JNI.
Use it per default because of the problems we have with Open Sles.
AudioTrack (Java) and AudioTrack (Native) are now merged.
12 years ago
Geoffrey Métais
f1c96170d0
Restore native builds in gradle for debug
12 years ago
Geoffrey Métais
f9de57c082
Fix NPE
12 years ago
Jean-Baptiste Kempf
6591bfab41
Remove ant buildsystem
12 years ago
Geoffrey Métais
1c60e2ce3f
Copy native libs into libvlc bundle
12 years ago
Jean-Baptiste Kempf
7198aa42de
Revert "Use only one gradle config file"
This reverts commit 09b17c0043 .
Conflicts:
libvlc/build.gradle
12 years ago
Geoffrey Métais
277dee9950
Refactor gradle native build
- Release buildType doesn't build jni anymore
- Debug variant for x86
12 years ago
Geoffrey Métais
09b17c0043
Use only one gradle config file
12 years ago
Geoffrey Métais
d0beffdd17
use compile-libvlc.sh now
12 years ago
Thomas Guillem
50ab1f1481
master has nativewindowpriv.c
12 years ago
Thomas Guillem
08020de87e
move libvlcjni rules in libvlcjni part
12 years ago
Thomas Guillem
1c1a7b16d4
fix libanw/libiomx build
12 years ago
Jean-Baptiste Kempf
50caa2b10f
Don't build ANW.18 or ANW.21 since it seems the headers are missing
android_native_buffer.h is not present in the android-headers folders
for 18 19 and 21
12 years ago
Jean-Baptiste Kempf
f396c00dd6
Build anw in all cases
12 years ago