]> git.sesse.net Git - vlc/history - include/vlc_playlist.h
playlist: Don't export playlist_ItemNewFromInput as it is not used, and don't use...
[vlc] / include / vlc_playlist.h
2008-07-13 Pierre d'Herbemontplaylist: Don't export playlist_ItemNewFromInput as...
2008-07-13 Pierre d'Herbemontplaylist: Defines a small helper to directly access...
2008-07-06 Pierre d'Herbemontmacosx: Define playlist_IsStopped(), and make sure...
2008-07-05 Pierre d'Herbemontplaylist: Define playlist_CurrentInput(), that returns...
2008-06-14 Jean-Paul SamanAdd playlist_CurrentId() to get the playlist item id...
2008-06-06 Rémi Denis-CourmontRemove __LIBVLC__ test
2008-05-31 Rémi Denis-CourmontPlaylist stuff belong in vlc_playlist.h
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-07 Rémi Denis-CourmontRemove pl_Get. This endorsed unyielded playlist access.
2008-04-22 Rafaël Carréplaylist-tree has only 2 meaningful values now
2008-04-16 Rafaël CarréRemove unused i_enabled member from the playlist struct
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-04-07 Rémi DuraffortRemove playlist_NodeDump as nobody is using this debugi...
2008-03-29 Pierre d'Herbemontstats: Move the stat to libvlc instead of the playlist...
2008-03-26 Pierre d'Herbemontlibvlc: Move input_item array from playlist to libvlc.
2008-03-21 Sam HocevarVarious spelling fixes.
2008-03-16 Rafaël CarréInteraction are controlled by a dedicated thread
2008-03-04 Rémi DuraffortUse the correct meta data to sort the playlist.
2008-01-24 Rémi Denis-CourmontRemove useless include
2007-12-06 Jean-Paul SamanCodingStyle fixes, use ; when using macros and do not...
2007-10-18 Rafaël Carréplaylist_CreateNode(): add an argument to specify an...
2007-10-11 Pierre d'Herbemontplaylist/services_discovery.c: Isolate more the service...
2007-10-10 Rafaël Carréservices_discovery: storing the category & onelevel...
2007-10-10 Rafaël Carréservices_discovery: stores the category & onelevel...
2007-09-28 Rafaël CarréAdds an input option "meta-file" to be used by input...
2007-09-16 Rémi Denis-CourmontOut-of-line __pl_Get and __pl_Release - depend on libvl...
2007-09-16 Rémi Denis-CourmontFix deadlock
2007-09-16 Rémi Denis-CourmontUse the new API in playlist macros
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-24 Pierre d'Herbemontplaylist/services_discovery.c: Implement and expose...
2007-08-19 Pierre d'Herbemontplaylist: Make playlist_archived_services_discovery_t...
2007-08-18 Pierre d'Herbemontplaylist/services_discovery.c: Use a stop method to...
2007-08-18 Pierre d'Herbemontplaylist/services_discovery.c: Handle removal of a...
2007-08-17 Pierre d'Herbemontinclude/vlc_playlist.h: Export playlist_DeleteInputInPa...
2007-08-17 Pierre d'Herbemontcontrol/media_discoverer.c: Implementation of a media_d...
2007-08-17 Pierre d'Herbemontplaylist/services_discovery.c: Improved services_discov...
2007-08-16 Pierre d'Herbemontinclude/vlc_input.h: Make input items able to themselve...
2007-08-04 Pierre d'Herbemontinclude/vlc_playlist.h: Code formatting.
2007-08-04 Pierre d'Herbemontinclude/vlc_playlist.h: More typos.
2007-08-04 Pierre d'Herbemontinclude/vlc_playlist.h: Typo in comment.
2007-03-08 Jean-Baptiste KempfDBUS: fix by Mr_Mirsal
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-11 Filippo Caroneplaylist_ItemGetByInputId now included in libvlc
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
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 Antoine CellerierSmall doxygen doc fix (i hope)
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-12 Clément StenacPreparse playlist items that don't have enough meta
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-10 Rémi Denis-CourmontEver const
2006-11-08 Rémi Denis-CourmontSome more const
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-10-21 Clément StenacDon't loop continuously the playlist thread, use cond.
2006-10-21 Clément StenacPlaylist
2006-10-15 Clément StenacImprove drag&drop handling
2006-10-01 Clément StenacLazy allocation of the stat structure
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-15 Clément StenacRemove vlc_object_find for playlist from the core
2006-09-15 Clément StenacStore playlist object in instance-specific object
2006-09-15 Clément StenacRename playlist_NodesCreateForSD to playlist_NodesPairC...
2006-09-05 Clément StenacSplit playlist include file in public/private
2006-09-03 Clément StenacStart grabbing hotkeys in Qt. Unfinished
2006-09-03 Clément StenacAuto load and save media library (Closes:#433)
2006-09-02 Clément StenacRe-enable random.
2006-09-02 Clément StenacFix a few quirks with playlist filters
2006-08-27 Clément StenacFix for deletion of current item
2006-08-26 Clément Stenac* Allow service discoveries to state whether they prefe...
2006-08-11 Clément StenacAdd functions to use the media library
2006-08-07 Clément StenacFix sort by artist
2006-07-08 Clément StenacSome infrastructure work for playlist autoload/autosave
2006-06-14 Clément Stenac* Add a "media-library" option to enable/disable ML
2006-06-08 Clément StenacFix vout/sout garbage collection and input spam debug...
2006-05-25 Clément Stenac* Remove unused playlist_ItemCopy
2006-05-15 Clément StenacNew helper to create nodes for services discovery
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-03-04 Antoine CellerierCode the playlist_TreeMove function.
2006-01-28 Clément StenacCompute global input/output stats (Refs:#473)
2006-01-21 Clément StenacEnqueue the item ID instead of pointer for preparse
2006-01-12 Antoine CellerierFSF address change.
2005-12-06 Clément StenacInteraction facility (Refs:#27)
2005-12-05 Clément StenacVery beginning of the interaction framework (Refs:#27)
2005-09-15 Clément StenacSort-by-album patch by Pierre Marc Dumuid
2005-08-20 Antoine Cellerieradd new playlist_PreparseEnqueueItem function which...
2005-07-10 Rémi Denis-CourmontFix incorrect free() of const-qualified pointer in...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-01 Benjamin Pracht* vlc_symbols.h, vlc_playlist.h, view.c : add a functio...
2005-04-26 Gildas Bazin* include/vlc_playlist.h, src/playlist/playlist.c,...
2005-04-13 Clément Stenac* Playlist :
2005-04-10 Clément Stenac* Fixes for wx2.5.5, patch by Greg Hazel <ghazel at...
2005-04-10 Sigmund Augdal Helbergplaylist: support for sorting a node based on numerical...
2005-04-10 Sigmund Augdal Helbergplaylist/item.c, include/vlc_playlist.h: introduced...
2005-04-09 Sigmund Augdal Helbergplaylist: added a pp_all_items to playlist_t allowing...
2005-02-06 Clément Stenac* wx : simplify some code, remove some useless duplications
next