]> git.sesse.net Git - vlc/history - src/playlist/playlist.c
Compute global input/output stats (Refs:#473)
[vlc] / src / playlist / playlist.c
2006-01-28 Clément StenacCompute global input/output stats (Refs:#473)
2006-01-27 Clément Stenac* Improve timers (Refs:#473)
2006-01-24 Clément StenacAdd a timing facility (Refs:#473)
2006-01-21 Clément StenacDon't bother creating an input thread for non-file
2006-01-21 Clément StenacEnqueue the item ID instead of pointer for preparse
2006-01-21 Clément StenacAudio - Refs:#473
2006-01-15 Clément StenacShow stats in interface (Refs:#473)
2006-01-14 Clément StenacAdd an option to disable stats (Refs:#473)
2006-01-12 Antoine CellerierFSF address change.
2006-01-12 Clément StenacSupport for moving averages (Refs:#473)
2006-01-11 Clément StenacMisc stats work (Refs:#473)
2005-12-25 Clément StenacFix SAP autoplay, patch by Dermot McGahon. Thanks
2005-12-11 Clément StenacHandle removal
2005-12-06 Clément StenacFix behaviour if repeat is enabled at startup
2005-12-05 Clément StenacVery beginning of the interaction framework (Refs:#27)
2005-12-02 Clément StenacDon't notify playlist from input, input does it already
2005-11-09 Clément StenacRemove debug
2005-11-09 Clément StenacAdd a input_Read function that reads a stream in blocki...
2005-10-15 Cyril Deguet* playlist.c: hopefully fixed the playlist screwed...
2005-09-15 Clément StenacImprove random behaviour - Patch by Daniel Straenger...
2005-09-15 Derk-Jan Hartman* Fix yet another playlist corner case
2005-09-14 Derk-Jan Hartman* Better fix for [12521]. Previous fix resulted in...
2005-09-12 Derk-Jan Hartman* Prevent the autoplay function from playing the Shoutc...
2005-09-12 Derk-Jan Hartman* remove debug line
2005-09-12 Derk-Jan Hartman* Fix the issue with random always playing the first...
2005-09-12 Derk-Jan Hartman* Fixes a problem where playlist_Play was playing items...
2005-09-11 Benjamin Pracht* Loop at the beginning of the playlist instead of...
2005-09-10 Benjamin Pracht* Go back to the first item when hitting "next" on...
2005-08-20 Antoine Cellerieradd new playlist_PreparseEnqueueItem function which...
2005-07-26 Christophe Massiot * src/playlist/playlist.c: Attempt to fix PLAYLIST_ITE...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-20 Clément StenacRestore playlist behaviour
2005-06-20 Clément StenacFix crash on delete (Refs:#205)
2005-06-15 Christophe Massiot * src/playlist/playlist.c: Fixed playlist_vaControl...
2005-05-22 Clément StenacFix loop in mozilla plugin (closes #138)
2005-04-26 Gildas Bazin* include/vlc_playlist.h, src/playlist/playlist.c,...
2005-04-24 Sigmund Augdal Helbergplaylist.c: fixed a nasty corruption on exit with more...
2005-04-17 Sigmund Augdal Helbergplaylist.c: shut up a compiler warning
2005-04-15 Clément StenacFix next
2005-04-13 Clément StenacDon't autoplay SAP items
2005-04-13 Clément Stenac* Playlist :
2005-04-12 Gildas Bazin* ALL: fixed a handful of bugs and memory leaks.
2005-04-09 Sigmund Augdal Helbergplaylist.c: removed a stray mutex_unlock
2005-04-09 Sigmund Augdal Helbergplaylist: added a pp_all_items to playlist_t allowing...
2005-04-06 Clément StenacFix next/previous in skins2 playlist
2005-03-11 Clément StenacReduce the global verbosity
2005-01-27 Derk-Jan Hartman* src/playlist/playlist.c: Don't touch object_lock...
2005-01-17 Clément Stenac* DAAP : really include meta information, and don't...
2005-01-08 Cyril Deguet- playlist.c: avoid a segfault when playlist_ViewFind...
2004-12-25 Clément StenacDon't update author view on the fly (workaround complet...
2004-12-14 Clément StenacRestore loop
2004-12-14 Clément StenacRemove debug messages
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-11 Sigmund Augdal Helbergsrc/playlist/*:give id to nodes as well. triger item...
2004-12-10 Clément Stenac*experimental* input pre-parsing support.
2004-12-08 Clément StenacFix autoplayback with skins
2004-11-21 Clément StenacUse item-append when an item is appended to a node...
2004-11-20 Clément Stenac* do not set request on startup, we don't want autoplay
2004-11-20 Clément StenacMake p_playlist->i_index follow correctly the current...
2004-11-17 Clément Stenac* Add return values to all functions
2004-11-15 Clément StenacFix wxWidgets crash
2004-11-14 Clément StenacFix ITEMPLAY in no-view mode
2004-11-13 Clément StenacDecrease verbosity
2004-11-12 Gildas Bazin* src/playlist/*: a couple of compilation fixes.
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 StenacHonor don't skip flag for items too
2004-11-06 Clément StenacImprovements to the playlist core
2004-07-08 Gildas Bazin* src/playlist/playlist.c: another autodelete fix.
2004-07-01 Gildas Bazin* src/playlist/playlist.c: fixed recent playlist f...
2004-06-30 Cyril Deguet * src/playlist/playlist.c: check "prevent-skip" to...
2004-06-26 Gildas Bazin src/playlist/playlist.c, modules/gui/skins2/src/skin_m...
2004-06-26 Gildas Bazin* src/misc/modules.c: module_Need() probed sub-modules...
2004-06-22 Laurent Aimar * all: rework of the input.
2004-05-31 Clément StenacFix play-and-stop behaviour with playlist_Command
2004-05-27 Derk-Jan Hartman * src/libvlc.h
2004-04-30 Clément StenacHopefully fix locking issues with wx
2004-04-29 Derk-Jan Hartman * src/playlist/playlist.c: Don't do any playlist actio...
2004-04-15 Stephan Assmuscompile fix, do not declare variables in the middle...
2004-04-03 Cyril Deguet * playlist.c: better random algorithm: do not play...
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-14 Clément StenacFix deadlocks in playlist
2004-03-13 Jean-Paul Samanremoved unused variables
2004-02-23 Gildas Bazin* src/playlist/playlist.c: who said testing was useful ?
2004-02-23 Gildas Bazin* src/playlist/playlist.c: bug fix.
2004-02-23 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: don't update...
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
2004-01-26 Laurent Aimar * playlist: fix for input options.
2004-01-26 Laurent Aimar * all: input_CreateThread doesn't take a playlist_item...
2004-01-25 Clément Stenac* String review, round one
2004-01-23 Clément Stenac* Doxygen doc fixes
2004-01-11 Clément StenacUse playlist_current when going from one item to another
2004-01-10 Derk-Jan Hartman* Fixed some doxygen comments.
2004-01-06 Clément Stenac- src/misc/win32_specific: compilation fix for win32...
2004-01-05 Clément Stenac* Makefile.am : Added src/playlist/item-ext.c and src...
2003-12-13 Gildas Bazin* src/playlist/*: when deleting the currently playing...
2003-12-07 Jean-Paul SamanCompilation warning fixes and if-deffed unused function...
next