Olivier Aubert
8ee62bb629
Trailing whitespace/tabs fixes
18 years ago
Olivier Aubert
241b22807f
python bindings: update to the new libvlc and mediacontrol API.
Objects have been renamed (vlc.MediaPlayer/vlc.Media) to match the current API.
18 years ago
Olivier Aubert
528f1c64ea
python bindings: begin to complete the libvlc API bindings. Cf TODO for what is left to be done.
19 years ago
Olivier Aubert
18959e10b7
python bindings: allow to pass values in the vlc.Position constructor:
p = vlc.Position(value=16, origin=vlc.RelativePosition)
Defaults to value=0, origin=AbsolutePosition, key=MediaTime
19 years ago
Olivier Aubert
7b89d13c0e
bindings/python: removed vlc.Object code from the main vlc python module. This module should now be cleanly buildable from outside the VLC tree, given the public headers and appropriate libs are available.
20 years ago
Olivier Aubert
c9958ed216
python bindings: svn propset svn:keywords
20 years ago
Clément Stenac
fbf4c8060d
A bit of vlc/libvlc cleanup:
* libvlc sources and plugins now define __LIBVLC__ and headers exported to
plugins (ie, include/vlc_*.h) check for this
* libvlc sources use the value of the "libvlc" component in vlc-config instead
of vlc
* Apply flags directly to "libvlc" in configure.ac - might temporarily break win32 :)
20 years ago
Olivier Aubert
07a52db97c
Rename bindings/mediacontrol-python to bindings/python
20 years ago
Olivier Aubert
4e88f3b25f
python bindings: add support for the new libvlc API
20 years ago