-
Hi,
Do you have any example for Java SWT? Look like the SWT not in the support list anymore?
Thanks
-
Add new native libvlc_MediaPlayerTitleListChanged event.
Also migrate libvlc_MediaPlayerTitleSelectionChanged that was renamed from libvlc_MediaPlayerTitleChanged that was already in 3.0.
See:
…
-
For some reason:
https://git.videolan.org/?p=vlc.git;a=commit;h=fa0d74966e6338fc66b3b59120c2923b7fd6ae5f
It is used in a small number of places in vlcj and vlcj-natives.
Replace with a LibC b…
-
The master will soon become the main development branch for vlcj-5.x, and the vlcj-4.x branch used for any changes to vlcj4-x (none are anticipated).
-
It uses "event" for translating from int to enum, it should be "navigation_mode".
-
See https://git.videolan.org/?p=vlc.git;a=commit;h=ab0a8dc3e2abd7d7a10513115da2409c5852c788
and https://git.videolan.org/?p=vlc.git;a=commit;h=8424d576de3139e2ad8b89f6f0ffc6a40769de20
-
Add module-info.java etc.
-
Direct rendering to an OpenGL surface is coming with LibVLC 4.0.0.
It would be great to get a sample working with modern OpenGL on Java.
-
General review to potentially come up with a list of new tasks for inclusion in vlcj.
-
4.4.0 will be the last version of vlcj that supports JDK 1.6.
5.0.0 is the next major version of vlcj which already requires JDK 11 and supports the Java Module System.
4.5.0 will be an interim …