]> git.sesse.net Git - vlc/history - include/vlc_playlist.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / include / vlc_playlist.h
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
2005-01-16 Clément StenacRemove playlist info accessors (as they now belong...
2004-12-20 Clément StenacNo need to GuessType on directory content
2004-12-14 Clément StenacBetter fix for wx deadlock with preparse
2004-12-14 Clément Stenac* Provide playlist_LockFoo functions for some functions
2004-12-10 Clément Stenac*experimental* input pre-parsing support.
2004-11-22 Clément StenacRecursive sort
2004-11-21 Clément StenacUse item-append when an item is appended to a node...
2004-11-21 Clément StenacSort a node (alphabetically, all sub-nodes come first)
2004-11-17 Clément Stenac* Add return values to all functions
2004-11-13 Clément StenacAdd directory in wxWidgets
2004-11-08 Clément Stenacinclude services discovery in interface
2004-11-08 Clément StenacInitial Services discovery support
2004-11-07 Clément Stenac* Fixed autodelete
2004-11-06 Clément StenacImprovements to the playlist core
2004-07-16 Sam Hocevar * it's information, not informations (you missed...
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
2004-01-25 Clément Stenac* Strings review in include/
2004-01-23 Clément Stenac* Doxygen doc fixes
2004-01-11 Clément Stenac* configure.ac : Added new folders
2004-01-10 Derk-Jan Hartman* Fixed some doxygen comments.
2004-01-10 Derk-Jan Hartman* mtime_t != int This was causing incorrect results...
next