]> git.sesse.net Git - vlc/history - src/playlist
* GCC 2.x patch by Cian Duffy <myob87@gmail.com>. BTW. This method should return...
[vlc] / src / playlist /
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-23 Eric PetitBeOS / gcc 2.x fixes, patch by Cian Duffy
2006-08-11 Clément StenacAdd functions to use the media library
2006-08-07 Clément StenacFix sort by artist
2006-08-06 Clément StenacFix deletion of items when changing them to nodes
2006-07-18 Clément StenacAdd a bunch of helper functions/macros and start using...
2006-07-08 Clément StenacSome infrastructure work for playlist autoload/autosave
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-06-14 Clément Stenac* Add a "media-library" option to enable/disable ML
2006-06-12 Clément Stenac* Fix skip in initial status
2006-06-10 Gildas Bazin* src/playlist/tree.c: fix memory leak.
2006-06-08 Clément Stenacnom de dieu de putain de merde de saloperie de chiure...
2006-06-08 Clément Stenac* Don't delete main nodes in playlist_Clear
2006-06-08 Clément StenacFix vout/sout garbage collection and input spam debug...
2006-06-05 Clément StenacFix playlist crash on quit
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-27 Clément StenacRe-enable PLAYLIST_GO
2006-05-25 Clément StenacFix CDDA and a corner-case in playlist handling
2006-05-25 Clément StenacCumulative fix for BeOS - by Cian Duffy < myob87 4t...
2006-05-25 Clément StenacSanity checks
2006-05-25 Clément Stenac* Almost fix shoutcast (still some problems in "flat...
2006-05-25 Clément Stenac* Remove unused playlist_ItemCopy
2006-05-25 Clément StenacFix a bug in preparse throttling
2006-05-25 Clément Stenac* Search on artist and album
2006-05-20 Jean-Paul SamanAdd missing vlc_es.h
2006-05-20 Jean-Paul Samanreturn -1 in a non-void function
2006-05-17 Yoann Peronneau* playlist/tree.c: when removing a node, don't forget...
2006-05-15 Clément StenacNew helper to create nodes for services discovery
2006-05-14 Clément StenacChange some error message to assertions
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-03-11 Antoine CellerierCheck that destination node is really a node.
2006-03-04 Antoine Cellerieritem-ext.c: detach from all parent nodes (fixed)
2006-03-04 Antoine Celleriermodules/gui/wxwidgets/dialogs/playlist.cpp: add some...
2006-03-04 Antoine CellerierHumm ... forgot to save before commiting.
2006-03-04 Antoine CellerierCode the playlist_TreeMove function.
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-02-13 Rémi Denis-CourmontAll Unicode fixes for fopen() (refs #528)
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément StenacFix memleak
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
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 StenacAdd an "auto-preparse" option (default TRUE) - Refs...
2006-01-21 Clément StenacDon't bother creating an input thread for non-file
2006-01-21 Clément StenacPreparse items added through the directory access or...
2006-01-21 Clément StenacEnqueue the item ID instead of pointer for preparse
2006-01-21 Clément StenacDon't block item name (Closes:#506)
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-18 Steve Lhommemisc possible buffer/resource misuse & tidy compilation
2005-09-15 Clément StenacSort-by-album patch by Pierre Marc Dumuid
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-09-08 Benjamin Pracht* Take the position parametter into account in playlist...
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-11 Sam Hocevar * Fixed a bunch of coding errors here and there.
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-06-20 Clément StenacRestore playlist behaviour
2005-06-20 Clément StenacDon't fuck up index on delete (fix crash for skins2...
2005-06-20 Clément StenacFix crash on delete (Refs:#205)
2005-06-15 Christophe Massiot * src/playlist/playlist.c: Fixed playlist_vaControl...
2005-06-10 Clément StenacImplement SORT_AUTHOR. Closes #196
2005-06-04 Eric Petit playlist/view.c: sanity check (closes #176)
2005-05-27 Clément Stenac* Prefer the playlist demuxer over the m3u one
2005-05-22 Clément StenacFix loop in mozilla plugin (closes #138)
2005-05-12 Gildas Bazin* src/libvlc.c, src/playlist/services_discovery.c:...
2005-05-10 Clément StenacFix playlist behaviour with delete in HTTP intf (Closes...
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-21 Rémi Denis-CourmontHandle failed allocation
2005-04-17 Rémi Denis-CourmontMsg_Info => Msg_Dbg
2005-04-17 Sigmund Augdal Helbergplaylist.c: shut up a compiler warning
2005-04-15 Sigmund Augdal Helbergplaylist: fixed two more occurences of the previous...
2005-04-15 Sigmund Augdal Helbergplaylist/item-ext.c: fixed off-by-one error causing...
next