]> git.sesse.net Git - vlc/history - src/playlist
* backport [13042]
[vlc] / src / playlist /
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
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 StenacMemory leaks
2004-12-10 Clément Stenac*experimental* input pre-parsing support.
2004-12-08 Clément StenacFix autoplayback with skins
2004-11-27 Clément Stenachopefully fix SAP crash
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-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-19 Clément StenacCDDAX:
2004-11-17 Clément StenacRemove SAP node on quit
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 StenacAdd directory in wxWidgets
2004-11-13 Clément StenacDecrease verbosity
2004-11-12 Gildas Bazin* src/playlist/*: a couple of compilation fixes.
2004-11-10 Clément Stenac* SAP: use session identifiers to decide if we need...
2004-11-08 Clément Stenacinclude services discovery in interface
2004-11-08 Clément StenacInitial Services discovery support
2004-11-08 Clément StenacUse play to end as default, and add "play this branch...
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-10-04 Gildas Bazin* src/*: got rid of the #ifdef HAVE_ERRNO_H.
2004-09-22 Gildas Bazin* src/playlist/item.c: fixed recent playlist item initi...
2004-09-19 Gildas Bazin* include/vlc_input.h, src/playlist/item.c: added vlc_i...
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-07-01 Sigmund Augdal Helbergquit fast when sorting a playlist with 1 or less entrie...
next