Commit Graph

489 Commits

Author SHA1 Message Date
Filippo Carone
de149843c4 [maven-release-plugin] prepare for next development iteration 2009-09-26 03:37:46 +02:00
Filippo Carone
c33ef37d2f [maven-release-plugin] prepare release jvlc-parent-1.0.1 2009-09-26 03:37:42 +02:00
Filippo Carone
af8d071801 jvlc: samples pom fixed 2009-09-26 03:35:42 +02:00
Filippo Carone
24bb0143d5 jvlc: Playlist class removed 2009-09-26 02:57:54 +02:00
Filippo Carone
89187b0273 jvlc: LibVlc class updated and code aligned to current native libvlc 2009-09-26 02:57:28 +02:00
Filippo Carone
54aa31e676 jvlc: pom version set to 1.0.1-SNAPSHOT 2009-09-26 02:54:52 +02:00
Olivier Aubert
0fbc808722 python-ctypes: first shot at generating java JNA glue code
Not perfect yet (esp. enum classes are not correctly translated for discontinuous enums).
2009-09-23 16:19:03 +02:00
Filippo Carone
69ee68527b jvlc: libvlc synchronization: some missing audio functions added 2009-09-23 15:04:58 +02:00
Filippo Carone
0dedb23704 jvlc: video_set_parent does not exist anymore, use media_player_set_(hwnd|xwindow) 2009-09-21 01:56:32 +02:00
Filippo Carone
097ba5d119 jvlc: honour asynchronousness of the libvlc_media_list_player_pause native method 2009-09-21 00:50:53 +02:00
Rémi Duraffort
cc71771a90 jvlc: add missing events. 2009-09-15 18:41:26 +02:00
Rémi Duraffort
f89d6ff992 jvlc: update libvlc_exception_t structure. 2009-09-14 22:32:26 +02:00
Olivier Aubert
4043a1ce05 python-ctypes: fix pylint/pyflakes warnings 2009-09-11 09:56:44 +02:00
Olivier Aubert
f6cfac8691 python-ctypes: try to detect plugin path on win32 / macosx 2009-09-11 09:56:43 +02:00
Olivier Aubert
bb7e54f6c5 python-ctypes: provide a helper pygtk VLCWidget which also serves as example player app. 2009-09-04 16:31:50 +02:00
Olivier Aubert
a7a9cc09d4 python-ctypes: improve enum conversion 2009-09-04 15:40:09 +02:00
Olivier Aubert
5766213f77 python-ctypes: implement consistency checker, and fix detected errors in include files 2009-09-03 17:33:43 +02:00
Olivier Aubert
d3b60bf02d python-ctypes: fix Logger bindings. 2009-09-03 17:22:45 +02:00
Olivier Aubert
682f5a3589 python: workaround a vlc-config issue on win32 (reported by <nicola.murino@gmail.com>) 2009-09-03 17:22:45 +02:00
Rémi Duraffort
4187aedd3b JVLC: update libVLC event types. 2009-09-03 16:14:39 +02:00
Rémi Duraffort
4d39b8dbcf JVLC: file name consitency. 2009-09-03 13:07:36 +02:00
Olivier Aubert
df6fda46d4 python: use new function libvlc_errmsg (reported by Xitij Patel <xitij.patel@xitijpatel.com>) 2009-09-03 10:56:35 +02:00
Olivier Aubert
e08aa3c934 python-ctypes: really accomodate new and old-style exception message getting method 2009-09-03 10:53:09 +02:00
Olivier Aubert
b9a85c736b python: remove get_vlc_id 2009-09-03 10:53:09 +02:00
Olivier Aubert
07416ec134 python: fix undefined/badly defined method bindings (reported by Xitij Patel <xitij.patel@xitijpatel.com>) 2009-09-03 10:53:08 +02:00
Olivier Aubert
1e8f719b45 python-ctypes: implement comparison operators for enum classes 2009-09-03 10:53:08 +02:00
Olivier Aubert
3a38a0e0d6 python-ctypes: tweak exception handling 2009-09-03 10:53:08 +02:00
Olivier Aubert
8421105c5e python-ctypes: implement basic unit tests 2009-09-02 11:17:21 +02:00
Olivier Aubert
bd9f861ce6 python-ctypes: accomodate new event type definitions (cf 96a96f60bb)
Code still works for both old and new versions of includes.
2009-09-01 19:06:41 +02:00
Olivier Aubert
56637aa9db python-ctypes: define additional docstrings 2009-09-01 18:36:49 +02:00
Rémi Duraffort
7a3174e0ae jvlc_audio: add missing function (get_track_count). 2009-08-30 14:11:46 +02:00
Rémi Duraffort
e143f0ec9d jvlc_video: soemetics. 2009-08-30 14:11:46 +02:00
Olivier Aubert
365408f9b4 python-ctypes: check at load time the availability of symbols before trying to wrap them 2009-08-28 16:35:29 +02:00
Olivier Aubert
4b8fd6429b python-ctypes: accomodate both old and new message exception getter 2009-08-28 16:34:49 +02:00
Olivier Aubert
cb6d304ef6 python-ctypes: fix mediacontrol_new_from_instance invocation 2009-08-28 16:33:27 +02:00
Jean-Baptiste Kempf
60677faf20 Phonon: add a way to run 'cmake .' 2009-08-21 11:57:33 +02:00
Rémi Duraffort
6fb014aaad phonon: fix uninitialized value (Not sure if that's the right value so feel
free to change the value if needed).
2009-08-18 21:15:21 +02:00
Rémi Duraffort
ed9204bc88 phonon: fix typo. 2009-08-18 21:15:21 +02:00
Jean-Baptiste Kempf
225bfc86b1 More debug by default. 2009-08-12 01:03:27 +02:00
Olivier Aubert
e23c4d69fa python-ctypes: improve win32 initialization (contrib from <mmuellen@gmx.de>) 2009-08-10 10:07:00 +02:00
Olivier Aubert
10d4cfc5e7 python-ctypes: fix indent issue 2009-08-10 10:03:42 +02:00
Olivier Aubert
109ee984f6 python-ctypes: refactor generate.py to be more modular 2009-08-10 00:34:24 +02:00
Olivier Aubert
33043ba3c7 python-ctypes: define setup.py (based on a contribution by Martin Muellenhaupt <mmuellen@gmx.de>) 2009-08-10 00:33:34 +02:00
Olivier Aubert
612953e025 python-cytpes: fix MediaControl API support 2009-08-10 00:29:52 +02:00
Olivier Aubert
e863f5c9d3 python-ctypes: capitalize enum names only if they do not already start with an uppercase letter 2009-08-10 00:29:51 +02:00
Jean-Baptiste Kempf
b7e641261d Phonon Backend using VLC
This still uses CMake, because I am still lazy.
This has been tested on Linux, but I would like to port it to win32 (and so CMake might not be the best)
This is basically a copy of the KDE-playground code and started as the GSoC of last summer
2009-08-09 14:44:30 +02:00
Alexander Bethke
ee25a62ac3 Revert broken loading of libvlc with OPTION_DLOPEN_GLOBAL in jvlc
As I understand this has been a temporary workaround for libvlccore, which seems to have been resolved.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2009-08-08 20:18:03 +03:00
Olivier Aubert
53605c9a7b python-ctypes: in app mode, quit on end-of-stream 2009-08-04 17:17:07 +02:00
Olivier Aubert
60fb88bd31 python-ctypes: raise a LibVLCException in case of error 2009-08-04 17:17:07 +02:00
Olivier Aubert
dc0a84b8bf python-ctypes: fix trailing whitespace 2009-08-04 11:37:47 +02:00