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

18 Commits

Author SHA1 Message Date
Pierre d'Herbemont
61614b6571 src/control/media_descriptor.c: Better libvlc_media_descriptor_duplicate. 2007-08-15 17:56:00 +00:00
Pierre d'Herbemont
a7ed4d1d66 src/control/media_descriptor.c: Title meta. 2007-08-15 17:53:27 +00:00
Pierre d'Herbemont
51880eb16e * Protect input item's meta through setters and getters. That allows tracking of input item meta info changes.
* vlc_meta_t gains a table for accessing its non-extra meta.
2007-08-15 04:33:57 +00:00
Pierre d'Herbemont
a18fdf1889 control/media_descriptor.c: Implement more meta. 2007-08-10 23:47:22 +00:00
Pierre d'Herbemont
6f5d4e4a1d control/media_descriptor: Implement libvlc_media_descriptor_get_mrl. 2007-08-09 16:08:14 +00:00
Pierre d'Herbemont
8239a93234 Libvlc: Start the implementation of the libvlc playlist. Still in progress. 2007-08-08 21:12:02 +00:00
Pierre d'Herbemont
33d697deec control/media_descriptor.c: Use vlc_gc_* function to prevent input_item_t leak. And prefer p_md over p_media_desc as a variable name. 2007-07-09 20:52:11 +00:00
Pierre d'Herbemont
bdf7bd5e10 control/media_descriptor.c: Don't destroy the input_item, because it might still be needed. We don't have any proper way to do that for now, so we simply leaks it(!). 2007-07-09 19:27:47 +00:00
Pierre d'Herbemont
1983a7d9d5 control/media_descriptor.c: Fix memcpy usage. 2007-06-24 20:52:03 +00:00
Pierre d'Herbemont
3878b2748b control/media_descriptor.c: Make sure we don't strdup a NULL ptr. 2007-06-24 13:27:21 +00:00
Pierre d'Herbemont
e1314822f8 Libvlc: Use exception for internal function. 2007-06-24 11:31:57 +00:00
Pierre d'Herbemont
77a27e5daa control/media_descriptor.c: s/ex/p_e/ 2007-06-24 11:24:36 +00:00
Pierre d'Herbemont
8135d23930 control/media_descriptor.c: Raise exception where needed. 2007-06-24 11:19:48 +00:00
Pierre d'Herbemont
f9cd3820f2 control/media_descriptor.c: Prefer memcpy over bcopy. 2007-06-19 19:47:31 +00:00
Pierre d'Herbemont
34f81612d9 libvlc: Rename input to media_instance. And add the possibility to create a medi_instance from a media_descriptor. 2007-06-17 20:54:32 +00:00
Pierre d'Herbemont
0dabfb1de3 control/media_descriptor.c: Fix a comment. 2007-06-17 17:51:40 +00:00
Pierre d'Herbemont
00a4589dad conrtol/media_descriptor.c: Use VLC_FALSE and VLC_TRUE. 2007-06-17 17:47:46 +00:00
Pierre d'Herbemont
39793dd204 Libvlc add a media descriptor object. 2007-06-17 16:24:49 +00:00