]> git.sesse.net Git - vlc/history - src/playlist
Basic unit test for URI decoding
[vlc] / src / playlist /
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...
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-11 Sigmund Augdal Helbergall: remove items from pp_all_items when needed. Hopefu...
2005-04-10 Clément Stenac* Fixes for wx2.5.5, patch by Greg Hazel <ghazel at...
2005-04-10 Sigmund Augdal Helbergplaylist/item-ext.c: more elegant binary search in...
2005-04-10 Sigmund Augdal Helbergsrc/playlist/item-ext.c: fixed a recent bug in playlist...
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.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-04-01 Rémi Denis-CourmontMem leaks
2005-03-16 Gildas Bazin* src/playlist/*: shut up a couple of compiler warnings.
2005-03-11 Clément StenacReduce the global verbosity
2005-03-01 Clément StenacFix playlist export
2005-02-06 Clément Stenac* wx : simplify some code, remove some useless duplications
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-16 Clément Stenac* DAAP: add meta-information, delete hosts when they...
2005-01-16 Clément StenacRemove playlist info accessors (as they now belong...
2005-01-11 Clément StenacAdd some icons
2005-01-08 Cyril Deguet- playlist.c: avoid a segfault when playlist_ViewFind...
2005-01-02 Jérome DecoodtFix a bug when shuffling playlist with 1 item
2004-12-25 Clément StenacDon't update author view on the fly (workaround complet...
2004-12-22 Derk-Jan Hartman* src/playlist/info.c: Fix a crash in the item info...
2004-12-20 Clément StenacNo need to GuessType on directory content
2004-12-20 Clément StenacRemoved buggy legacy code
2004-12-14 Clément StenacRestore loop
2004-12-14 Clément StenacRemove debug messages
next