Subscribe to library updates

Library / classes / tools developers: please write a short post in this thread every time you make an update (also remember to update the wiki when posting new stuff).

Users can subscribe (with the Watch button in the right side) to this thread to be notified when there are updates.
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User

moster67

Expert
Licensed User
Longtime User
New version of vlcb4a: (a B4A wrapper of VLC for Android)

Changes in vlcb4a version 0.77 (June 27, 2016):
-added native subtitle support
-added possibility to change between 6 different video-sizes
-added support for selecting different audio-tracks
-added a MediaController (uses the standard Android one for now)
-added possibility to add VLC-options. You can add logging,
OpenSL ES, audio time stretching and more. You can find many more options by googling.
-added volume controls
-bug fixes
 
Last edited:

PhilipBrown

Active Member
Licensed User
Longtime User
Last edited:

moster67

Expert
Licensed User
Longtime User
Vitamio 5 (version 5.0.2)

By reports from the Vitamio Google Comunity, it seems that, finally, the latest version of Vitamio (5.0.2) is now being accepted by Google. I have therefore updated the B4A-wrapper and posted details about it in the first post in above cited thread.

Some of the changes are:

- a new layout named "VIDEO_LAYOUT_FIT_PARENT" was added.
- a new method to set Hardware Acceleration was added.
- a new method which permits amplifying audio.
- the method for adding headers is now called SetVideoPathWithHeaders
- a new method which lets you set Audio and Video Options (SetAVOptions)
- the methods CanPause, CanSeekBackward and CanSeekForward were removed by Vitamio in this version for unknown reasons. Probably due to a previous reported bug.
- the platforms now supported are: armeabi-v7a and x86
- added my own implementation for subtitles (replacing the native one which is not working)

Donators will receive shortly by e-mail updated download instructions.
 
Last edited:
Top