1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
Geoffroy Couprie
295904fac5 Add missing config.h 2009-05-25 15:09:40 +02:00
Pierre d'Herbemont
5b5a735b1a libvlc: Split libvlc_internal in different independant headers. 2009-05-25 02:58:34 -07:00
Laurent Aimar
059a3399da Added libvlc_playlist_add_extended_untrusted and libvlc_media_add_option_untrusted.
They allow to add untrusted options (needed at least for web plugin).
2009-01-28 20:20:21 +01:00
Laurent Aimar
36edd71568 Renamed input_item_AddOpt to input_item_AddOption.
This will force people to use VLC_INPUT_OPTION_TRUSTED flag when they
need it and ease security review.
 This commit has no functionnal/security changes.
2009-01-17 18:17:42 +01:00
Laurent Aimar
52157ae334 Fixed preparsing/art fetching locking. 2009-01-05 20:49:11 +01:00
Pierre d'Herbemont
d11fd0d1e5 codecleanup: Replace input_Item by input_item. 2008-08-15 00:32:07 +02:00
Jean-Paul Saman
bddca17181 Document media descriptor, media library, media service discover, vlm and message log functions. 2008-08-08 19:48:29 +08:00
Pierre d'Herbemont
7aca2b195b libvlc: Properly raise an exception if something goes wrong in libvlc_media_get_duration and libvlc_media_is_preparsed. 2008-08-03 20:06:05 +02:00
Rémi Denis-Courmont
5ba2255e62 Remove vlc_int64_t. Was not even correctly defined. 2008-05-31 22:10:31 +03:00
Jean-Paul Saman
e7268258a5 Remove trailing whitespace, add checks for malloc return value. 2008-05-18 13:09:26 +02:00
Rémi Denis-Courmont
82921f3c8d Remove p_playlist from p_libvlc
Plugins are already using pl_Yield to get the playlist, as they should.
2008-05-07 22:26:56 +03:00
Pierre d'Herbemont
449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
This improves readability a lot and prevent us from reinventing the wheel.
2008-04-14 02:02:22 +02:00
Tanguy Krotoff
313a874300 libvlc: rename all libvlc_MediaInstance in libvlc_MediaPlayer and libvlc_MediaDescriptor to libvlc_Media
Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
2008-03-31 12:18:44 +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