]> git.sesse.net Git - vlc/history - src/playlist/playlist_internal.h
playlist: playlist_NodeAddInput was noted as deprecated in docs, remove it from expor...
[vlc] / src / playlist / playlist_internal.h
2008-07-19 Pierre d'Herbemontplaylist: playlist_NodeAddInput was noted as deprecated...
2008-07-19 Pierre d'Herbemontplaylist: playlist_DeleteFromInputInParent wasn't used...
2008-07-15 Pierre d'Herbemontplaylist: playlist_Get*Leaf are already defined in...
2008-07-15 Pierre d'Herbemontplaylist: Remove playlist_GetAllEnabledChildren as...
2008-07-15 Pierre d'Herbemontplaylist: Use PL_LOCK_IF and PL_UNLOCK_IF to perform...
2008-07-15 Pierre d'Herbemontplaylist: Use an accessor for current status item and...
2008-07-13 Pierre d'Herbemontplaylist: Don't export playlist_ItemNewFromInput as...
2008-06-14 Pierre d'Herbemontplaylist: de-inline p_input setters.
2008-06-14 Pierre d'Herbemontplaylist: Use a set/release accessor for playlist-...
2008-05-14 Rafaël CarréUse vlc_object_release() to release the playlist
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-16 Rafaël CarréDo not put a private function in a public header
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-02 André WeberMerge branch 'master' of git@git.videolan.org:vlc
2008-03-02 Jean-Paul SamanAgain id weirdness.
2007-11-07 Pierre d'Herbemontplaylist: Add an option to disable meta-fetch. (Need...
2007-10-20 Rémi Denis-CourmontProtects internal headers against incorrect/multiple...
2007-10-10 Rafaël Carréservices_discovery: storing the category & onelevel...
2007-08-19 Pierre d'Herbemontplaylist: Make playlist_archived_services_discovery_t...
2007-02-11 Filippo Caroneplaylist_ItemGetByInputId now included in libvlc
2006-12-18 Clément StenacA bit of cleanup in libvlc playlist API. Preliminary...
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément Stenac* Documentation belongs to the .h, step 1
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-10-23 Clément StenacClean up and improve core handling for album art. Still...
2006-10-21 Clément StenacRebuild the array of currently playing items as a backg...
2006-09-24 Antoine CellerierSome more (mostly) untested stuff:
2006-09-23 Antoine CellerierStart of meta engine stuff. src/input/input.c needs...
2006-09-05 Clément StenacSplit playlist include file in public/private