root/src/control/media_list.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @d11fd0d1e5433a5299fbf0f0150178178ebd3f83 [d11fd0d1e5433a5299fbf0f0150178178ebd3f83] 08/15/08 00:32:07 Pierre d'Herbemont <pdherbemont@videolan.org> codecleanup: Replace input_Item by input_item.
(edit) @aed6c00efb251b3f1813d21ea39df5adfd8e8cc1 [aed6c00efb251b3f1813d21ea39df5adfd8e8cc1] 08/14/08 12:56:09 Jean-Paul Saman <jpsaman@videolan.org> check malloc return value.
(edit) @6da90a1716250d282f16dc6bc9dacec5b9514caf [6da90a1716250d282f16dc6bc9dacec5b9514caf] 05/04/08 13:14:46 Rémi Denis-Courmont <rem@videolan.org> vlc_mutex_init: remove unused paramter
(edit) @449fd28aaf007c6411251dae9d0dbfdc65b135d1 [449fd28aaf007c6411251dae9d0dbfdc65b135d1] 04/14/08 02:02:22 Pierre d'Herbemont <pdherbemont@videolan.org> Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. This …
(edit) @bf1292e44390c6469483cea3817d6c2a3dbd811c [bf1292e44390c6469483cea3817d6c2a3dbd811c] 03/30/08 04:02:57 Pierre d'Herbemont <pdherbemont@videolan.org> libvlc: rename libvlc_media_descriptor to libvlc_media and …
(edit) @d893ab35e1b4ebeab4f9da6fdc25ca30688bcaf9 [d893ab35e1b4ebeab4f9da6fdc25ca30688bcaf9] 03/30/08 01:59:26 Pierre d'Herbemont <pdherbemont@free.fr> media_list.c: Fix crash showed by the new testapi tests.
(edit) @709367d842d0c3c0b79e2fd125398d2147bd226e [709367d842d0c3c0b79e2fd125398d2147bd226e] 03/21/08 15:03:29 Filippo Carone <littlejohn@videolan.org> fix for #1533: check on array boundaries before removing media
(edit) @cd3ea880421919b66e627b4721d23e53989002bf [cd3ea880421919b66e627b4721d23e53989002bf] 03/17/08 20:20:33 Rémi Denis-Courmont <rem@videolan.org> Don't leak vlc_bool_t through libvlc-control This restores the ABI. It …
(edit) @358bcd0521fb700b5685f4cba9ed2ae1a2bfd032 [358bcd0521fb700b5685f4cba9ed2ae1a2bfd032] 01/28/08 17:23:17 Rafaël Carré <funman@videolan.org> control/: don't show warnings about unused exceptions
(edit) @0dbfd62552c771769a43ff922a78871276855a0c [0dbfd62552c771769a43ff922a78871276855a0c] 12/31/07 03:06:53 Pierre d'Herbemont <pdherbemont@videolan.org> flat_media_list_view.c: Add some debug facilities.
(edit) @8299af702c1c6c0566b518413d115a01318755c6 [8299af702c1c6c0566b518413d115a01318755c6] 12/26/07 00:25:09 Pierre d'Herbemont <pdherbemont@videolan.org> control/media_list.c: read-only-fy add_media_descriptor().
(edit) @c7e71cb6d0206530a46ecd4ff5f6fa7ad4953658 [c7e71cb6d0206530a46ecd4ff5f6fa7ad4953658] 12/26/07 00:16:56 Pierre d'Herbemont <pdherbemont@videolan.org> control/media_list.c: Implement read-only media_list.
(edit) @667db96e709910ef276d11ef2acd34c9b11decf4 [667db96e709910ef276d11ef2acd34c9b11decf4] 11/23/07 00:39:55 Pierre d'Herbemont <pdherbemont@videolan.org> control/media_list.c: Don't forget to register_event_type for …
(edit) @9bf66bdab95c8692265311f5056e2cc298124ad9 [9bf66bdab95c8692265311f5056e2cc298124ad9] 11/20/07 15:57:06 Pierre d'Herbemont <pdherbemont@videolan.org> control/media_list.c: Send WillAddItem? and WillDeleteItem? events.
(edit) @a83d27a602471a5a4296ab17b5e243135149714c [a83d27a602471a5a4296ab17b5e243135149714c] 10/15/07 18:25:28 Pierre d'Herbemont <pdherbemont@videolan.org> control/flat_media_list_view.c: Use the new media_list_view object. (Plus …
(edit) @22579cefb030f5d51770bf87692022e89832308c [22579cefb030f5d51770bf87692022e89832308c] 10/11/07 15:26:23 Pierre d'Herbemont <pdherbemont@videolan.org> control/media_list.c: Don't forget to destroy the mutex.
(edit) @8b8565fb06509cf5bb4bf84ee3a687375ea789da [8b8565fb06509cf5bb4bf84ee3a687375ea789da] 10/11/07 14:03:03 Pierre d'Herbemont <pdherbemont@videolan.org> control/media_list.c: Use the new array API.
(edit) @6ee1e193fd896ab9a4729fde14f009d9ce629815 [6ee1e193fd896ab9a4729fde14f009d9ce629815] 09/10/07 20:56:52 Rafaël Carré <funman@videolan.org> Removes trailing spaces. Removes tabs.
(edit) @bfdc79f153eae0e3b59c434ea639f09a28f430d7 [bfdc79f153eae0e3b59c434ea639f09a28f430d7] 08/29/07 02:01:51 Pierre d'Herbemont <pdherbemont@videolan.org> control/media_list.c: Replace set_name/name by …
(edit) @176b609eb2fdfb2dadec23fa14c8bef93b01e068 [176b609eb2fdfb2dadec23fa14c8bef93b01e068] 08/28/07 04:36:00 Pierre d'Herbemont <pdherbemont@videolan.org> control/media_list.c: Get rid of libvlc_MediaListItemChanged.
(edit) @6d9dc5e30f426ff5603ef472723b8d78922235ae [6d9dc5e30f426ff5603ef472723b8d78922235ae] 08/28/07 03:51:58 Pierre d'Herbemont <pdherbemont@videolan.org> control/media_list.c: Don't send MediaListItemChanged?. Listen to the …
(edit) @58c603a430be6ba8e724bd1f37dd89a56259cee9 [58c603a430be6ba8e724bd1f37dd89a56259cee9] 08/27/07 16:45:15 Pierre d'Herbemont <pdherbemont@videolan.org> control/media_list.c: add_media_descriptor at the end of the list.
(edit) @48586f51f89bd34422d50520fffea10f0f1ba402 [48586f51f89bd34422d50520fffea10f0f1ba402] 08/24/07 16:02:11 Pierre d'Herbemont <pdherbemont@videolan.org> media_list.c: Handle item addition and removal in the flat list. Also Get …
(edit) @8375127eaf0e3ec8bb489c7181663cb043645259 [8375127eaf0e3ec8bb489c7181663cb043645259] 08/24/07 01:44:53 Pierre d'Herbemont <pdherbemont@videolan.org> control/media_list.c: Init and free the flat media list.
(edit) @393786141935fc36126cf6d0ebf50483c911564a [393786141935fc36126cf6d0ebf50483c911564a] 08/22/07 22:06:20 Pierre d'Herbemont <pdherbemont@videolan.org> control/media_list.c: Remove unused variable due to previous commit.
(edit) @90cabfdacea876b58e5340d39a3302bfb0044cae [90cabfdacea876b58e5340d39a3302bfb0044cae] 08/22/07 22:05:26 Pierre d'Herbemont <pdherbemont@videolan.org> control/media_list.c: Revert the tagging of the subitems. This is not our …
(edit) @0f42f294c990722832ecd55ffa5f2248c2c1fb53 [0f42f294c990722832ecd55ffa5f2248c2c1fb53] 08/20/07 04:30:36 Pierre d'Herbemont <pdherbemont@videolan.org> control/media_list.c: Set the VLCNode tag when an item is added as a …
(edit) @3339278a1d8e0ad561706a191b7dff8c07338bc6 [3339278a1d8e0ad561706a191b7dff8c07338bc6] 08/20/07 03:13:42 Pierre d'Herbemont <pdherbemont@videolan.org> control/dynamic_media_list.c: New dynamic media list object. It shouldn't …
(edit) @8c3e4b406699c1f6e8a02276d466c042811c7eb6 [8c3e4b406699c1f6e8a02276d466c042811c7eb6] 08/19/07 23:54:49 Pierre d'Herbemont <pdherbemont@videolan.org> * control/media_library.c: Initial implementation. * control/media_list.c: …
(edit) @6e3263c3d6fe0e9bfed279f8e10fca0d20df10a6 [6e3263c3d6fe0e9bfed279f8e10fca0d20df10a6] 08/17/07 02:23:49 Pierre d'Herbemont <pdherbemont@videolan.org> control/media_list.c: Fix a typo about subitems.
(edit) @866dd6dcc40f3a9bfc601271e390619cc58225ef [866dd6dcc40f3a9bfc601271e390619cc58225ef] 08/16/07 20:05:43 Pierre d'Herbemont <pdherbemont@videolan.org> control/media_list.c: Handle libvlc_MediaDescriptorSubItemAdded event.
(edit) @8032efad211cfbe239bb04d333ec412aa159169c [8032efad211cfbe239bb04d333ec412aa159169c] 08/15/07 20:59:20 Pierre d'Herbemont <pdherbemont@videolan.org> src/control/media_list.c: Handle meta changed event from its items.
(edit) @5804ebe166493f3a46fe1bdc8bff1041c37307a3 [5804ebe166493f3a46fe1bdc8bff1041c37307a3] 08/11/07 15:48:35 Pierre d'Herbemont <pdherbemont@videolan.org> control/media_list.c: Don't forget to increase the md refcount where …
(edit) @8239a93234c6d7a0cb74ddec81574d20f0e7a515 [8239a93234c6d7a0cb74ddec81574d20f0e7a515] 08/08/07 23:12:02 Pierre d'Herbemont <pdherbemont@videolan.org> Libvlc: Start the implementation of the libvlc playlist. Still in …
Note: See TracRevisionLog for help on using the revision log.