1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Commit Graph

87 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
1cf4ccdf71 Spell developer properly 2009-07-08 19:56:28 +03:00
Olivier Aubert
0680c6ed09 python bindings: remove obsolete vlc_internal module 2009-05-25 16:55:35 +02:00
Olivier Aubert
a640b2a33b python bindings: properly define MANIFEST.in file (patch by <kwizart@gmail.com>) 2009-05-25 12:24:02 +02:00
Olivier Aubert
bd13aca646 python bindings: fix setup.py to use 'pkg-config libvlc' instead of the old vlc-config (patch by <kwizart@gmail.com>). 2009-05-25 12:24:02 +02:00
JP Dinger
22f86cc360 More macro parametrization.
Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
2009-03-02 17:27:17 +01:00
JP Dinger
b1def0f0c8 Parametrize macros, and pack up deref that happens anyway.
Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
2009-03-02 17:27:13 +01:00
JP Dinger
9563b71472 Fix spelling of the word ``instantiating''.
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
2009-02-25 18:17:52 +02:00
Olivier Aubert
e4d9dab6f8 Revert "python bindings: workaround for the #2257 / #2266 VLC bug (linux only ATM)"
Not needed anymore since we are back at linking modules with libvlccode.

This reverts commit 937e3f2f6b.
2009-02-17 13:53:01 +01:00
Olivier Aubert
937e3f2f6b python bindings: workaround for the #2257 / #2266 VLC bug (linux only ATM) 2008-12-15 11:44:39 +01:00
Jean-Paul Saman
57dda7ffd6 Remove FORWARD_S and BACKWARD_S from input state.
The input core does separate playing states for forward or backward direction from the playing state PLAYING_S. If one wants to know in what direction VLC is playing, then he needs to look at the sign value of the "rate" value. Backward playing direction has a negative "rate" value. Forward playing direction has a positive one.
2008-11-20 16:17:45 +01:00
Olivier Aubert
2641ceaec6 python bindings: fix compilation 2008-06-30 19:24:16 +02:00
Olivier Aubert
6257a24fc3 Update vlcwidget.py to match the new mediacontrol API 2008-05-30 12:53:13 +02:00
Rémi Denis-Courmont
b6b695f188 Remove internal Python build support 2008-05-21 20:48:11 +03:00
Rémi Denis-Courmont
84d0f814c4 Rename the shared libraries 2008-05-15 19:40:44 +03:00
Christophe Mutricy
a13d17f7e3 Rename the files here also 2008-04-23 23:25:09 +01:00
Olivier Aubert
8ee62bb629 Trailing whitespace/tabs fixes 2008-04-23 19:40:11 +02:00
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.
2008-04-23 19:35:01 +02:00
Olivier Aubert
66fc00162f python bindings: rename some files 2008-04-23 19:35:01 +02:00
Pierre d'Herbemont
bf1292e443 libvlc: rename libvlc_media_descriptor to libvlc_media and libvlc_media_instance to libvlc_media_player. 2008-03-30 04:02:57 +02:00
Rafaël Carré
571c3e12bb python bindings : fix pyoptions_to_args and a memleak in the same time 2008-03-25 10:53:13 +01:00
Rafaël Carré
03dbdfe7b9 Fix out of tree building of the python bindings 2008-03-18 09:27:19 +01:00
Rémi Duraffort
ac5fe54311 Remove useless test (one more time). 2008-03-14 00:28:31 +01:00
Olivier Aubert
93b4565847 python bindings: do not link with unecessary libs (spotted by courmisch) 2008-03-04 13:49:33 +01:00
Olivier Aubert
7440f8d3b6 python bindings: provide useful defaults for linking when compiling out-of-tree
This allows to compile the bindings from a properly installed VLC (includes and libs in standard locations), as for instance with the libvlc1-dev debian package.
2008-03-04 11:10:48 +01:00
Pierre d'Herbemont
dbddc5ae45 More Id and permission fixes. 2008-03-02 23:27:04 +01:00
Rafaël Carré
88fc2c2874 libvlc_release(): removes unused exception 2008-01-28 16:19:38 +00:00
Olivier Aubert
5c35841422 python bindings: add a warning in the docstring of vlc_internal.c 2008-01-18 14:19:31 +00:00
Olivier Aubert
4c1fe7d333 python bindings/vlc_internal: fix access to vlc_object_internals_t members 2008-01-18 14:16:06 +00:00
Olivier Aubert
5266ede11c python bindings: fix MediaDescriptor.get_meta method 2008-01-14 22:25:08 +00:00
Olivier Aubert
528f1c64ea python bindings: begin to complete the libvlc API bindings. Cf TODO for what is left to be done. 2008-01-14 22:17:07 +00:00
Olivier Aubert
fed5de25e1 bindings/python/vlc_input.c: update to match
libvlc_video_take_snapshot API change (it would be nice to grep the
VLC source, or at least the bindings directory, for the symbol when
doing such a change).
2008-01-03 18:51:36 +00:00
Rafaël Carré
9df6f20907 libvlc_destroy() -> libvlc_release() 2007-10-22 20:06:22 +00:00
Rafaël Carré
67f243a9a8 python bindings: svn:keywords set to Id 2007-10-17 13:30:02 +00:00
Rafaël Carré
6ee1e193fd Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
Olivier Aubert
648ed65bfe python bindings: setup.py, workaround vlc-config 'peculiarities' 2007-07-04 15:29:57 +00:00
Pierre d'Herbemont
9e8d19373c Python: Compilation fix. 2007-06-19 21:53:05 +00:00
Pierre d'Herbemont
2af358da70 Python: Fix misspelling of media_instance. 2007-06-19 21:48:20 +00:00
Pierre d'Herbemont
34aa74681c Python: More input->media_instance changes. 2007-06-19 20:48:50 +00:00
Pierre d'Herbemont
e729adf6d4 bindings/python: Try to match the libvlc input to media_instance changes. 2007-06-18 20:22:35 +00:00
Olivier Aubert
8a967c6c76 python bindings, vlc_position.c: check against invalid origin or key values 2007-05-29 10:01:36 +00:00
Olivier Aubert
5d4b052965 python bindings, vlc_mediacontrol.c: cast the py_param variable 2007-05-29 09:56:20 +00:00
Olivier Aubert
417945c1c1 python bindings, vlc_mediacontrol.c: use PyObject_DEL + cache
vlcInstance reference in MediaControl object (patch by Jan David Mol)
2007-05-29 09:49:56 +00:00
Olivier Aubert
17ce364a4f python bindings, vlc_internal.c: use PyObject_DEL (patch by Jan David Mol) 2007-05-29 09:48:28 +00:00
Olivier Aubert
ac12ee39c6 python bindings, vlcglue.h: move definition of vlcInstance, add a
vlc_instance pointer to MediaControl object
by Jan David Mol)
2007-05-29 09:47:10 +00:00
Olivier Aubert
12e055f6e6 python bindings, vlc_instance.c: fix memleak + use PyObject_DEL (patch
by Jan David Mol)
2007-05-29 09:45:21 +00:00
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
2007-05-20 15:08:53 +00:00
Olivier Aubert
5b8066fbfb bindings/python/vlc_instance.c: fix audio_set_volume method, closes #1195 2007-05-16 21:35:54 +00:00
Olivier Aubert
62f24677c1 python bindings: use mediacontrol_StreamInformation__free + fix
memleak in MediaControl_snapshot
2007-05-07 13:28:49 +00:00
Olivier Aubert
8d3912c26d python bindings: use new mediacontrol_exception_create function 2007-05-03 20:03:09 +00:00
Olivier Aubert
f1fac53ed1 bindings/python/Makefile.am: move COMPILERARG initialization in the all: target to make sure that it is defined at the right place 2007-04-27 14:25:08 +00:00