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

413 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
1cf4ccdf71 Spell developer properly 2009-07-08 19:56:28 +03:00
Hugo Beauzee-Luyssen
f4ad8d4d0b Adding a libvlc_media_add_option_flag
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2009-06-23 19:00:09 +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
Rémi Denis-Courmont
fec4fde410 Media meta data support
This seems to trigger a pseudo-random native failure. Most likely a
critical bug in the VLC meta support.
2009-02-23 21:13:29 +02:00
Rémi Denis-Courmont
45dbbcc4b8 Media event handling 2009-02-23 21:13:29 +02:00
Rémi Denis-Courmont
c05739b125 Move events to a separate file 2009-02-23 21:13:29 +02:00
Rémi Denis-Courmont
d14f8d432c Simpler and safer event callbacks handling 2009-02-23 21:13:28 +02:00
Rémi Denis-Courmont
c68490b398 Centralize run-time library name/path 2009-02-23 21:13:28 +02:00
Rémi Denis-Courmont
2c3c94bd0b GetVLCInstance must return an non-abstract typed object ... 2009-02-23 21:13:28 +02:00
Rémi Denis-Courmont
d9bc2eda82 Low-level support for events attaching/detaching 2009-02-22 16:34:04 +02:00
Rémi Denis-Courmont
113488b794 Version informations 2009-02-22 16:34:04 +02:00
Rémi Denis-Courmont
8ebc7def16 Use @see instead of @ref 2009-02-22 16:34:04 +02:00
Rémi Denis-Courmont
60a842695c Add media and player state support 2009-02-22 11:54:23 +02:00
Rémi Denis-Courmont
97bda2d0ab Add a main page to the documentation 2009-02-22 10:56:42 +02:00
Rémi Denis-Courmont
f21526f2bf Do not leak native exception through our API users.
Native exception are not completely safe, mostly because the memory is
managed but not the content.
2009-02-22 10:06:47 +02:00
Rémi Denis-Courmont
987437599c Separate MemoryHandle and StringHandle 2009-02-22 10:06:15 +02:00
Rémi Denis-Courmont
247431e0c9 Documentation 2009-02-22 10:05:46 +02:00
Rémi Denis-Courmont
8416c5ff45 Cleanup IDisposable support 2009-02-21 20:29:18 +02:00
Rémi Denis-Courmont
e93cab16aa Provide the exception code, handle lack of message. 2009-02-21 20:28:55 +02:00
Rémi Denis-Courmont
6bc5c77556 Basic tests for the media player, fix time units 2009-02-21 18:45:47 +02:00
Rémi Denis-Courmont
0476f4d8bf Cleanup test cases 2009-02-21 18:15:09 +02:00
Rémi Denis-Courmont
b8753d4dc2 Mostly implement media player 2009-02-21 18:15:09 +02:00
Rémi Denis-Courmont
ba68741a27 Update version and copyright. This depends on VLC 1.0 now. 2009-02-21 18:15:09 +02:00
Rémi Denis-Courmont
1f4b06d66b Extend Media class 2009-02-21 18:15:09 +02:00
Rémi Denis-Courmont
73f14c7998 Safe handle class for LibVLC heap allocation 2009-02-21 18:15:09 +02:00
Rémi Denis-Courmont
b6cada70eb Cleanup media player 2009-02-21 18:15:08 +02:00
Rémi Denis-Courmont
708049c3a8 Fix documentation 2009-02-21 18:15:08 +02:00
Rémi Denis-Courmont
d1324549f2 Explicit native exception methods scope 2009-02-21 18:15:08 +02:00
Rémi Denis-Courmont
b93beb4cfd Cleanup instance and media class 2009-02-21 18:15:08 +02:00
Rémi Denis-Courmont
a744c7cf2f Start rewriting the CIL bindings 2009-02-19 19:29:06 +02:00
Rémi Denis-Courmont
db7548c069 Missing dependency 2009-02-19 19:20:35 +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
Filippo Carone
de94406f00 jvlc #23: make native resources release explicit 2009-01-11 00:54:54 +01:00
Filippo Carone
76ca900120 libvlc, jvlc: media_player_is_playing method added 2009-01-06 22:48:15 +01:00
Filippo Carone
ab75bc3a7a jvlc: test to check audio mute on 2 different instances 2009-01-06 19:43:18 +01:00
Filippo Carone
c6c3b26a16 jvlc: audio is an instance property 2009-01-06 19:43:18 +01:00
Filippo Carone
0dce54d61f jvlc: sample client version 1.0.0-snapshot 2008-12-22 10:07:08 +01:00
Filippo Carone
0bf6d26080 jvlc: make the medialistplayer a property of the jvlc instance 2008-12-22 10:07:08 +01:00
Filippo Carone
f66de63b01 jvlc: internal log tests added 2008-12-22 10:07:08 +01:00
Filippo Carone
58ea29a1bf jvlc: unneeded test class removed 2008-12-22 10:07:07 +01:00
Filippo Carone
394924cf04 jvlc: timeout put on test 2008-12-22 10:07:07 +01:00
Filippo Carone
a144be5638 jvlc: test class made abstract 2008-12-22 10:07:07 +01:00
Filippo Carone
69710a134f jvlc: comment tests that never return (need to find a good vod file for vlm) 2008-12-22 10:07:07 +01:00
Filippo Carone
6f2087f17d jvlc: comment tests that never return (needs to be fixed on libvlc) 2008-12-22 10:07:07 +01:00
Filippo Carone
5a8e051fdd jvlc: medialisttest renamed to libvlcmedialisttest 2008-12-22 10:07:07 +01:00