]> git.sesse.net Git - vlc/history - include/vlc_playlist.h
* vlc_symbols.h, vlc_playlist.h, view.c : add a function to remove a parent from...
[vlc] / include / vlc_playlist.h
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...
2004-01-06 Clément Stenac- src/misc/win32_specific: compilation fix for win32...
2004-01-06 Rocky BernsteinReinstate duration times on playlist item for CD-DA...
2004-01-05 Clément Stenac* Makefile.am : Added src/playlist/item-ext.c and src...
2003-12-03 Sigmund Augdal Helbergall:
2003-11-26 Clément Stenac* Merged sort functions
2003-11-12 Clément StenacSupport for announcement of playlist group in SAP announces
2003-10-29 Clément Stenac* src/playlist/* && Makefile.am
2003-10-06 Clément Stenac* include/vlc_playlist.h
2003-09-08 Clément Stenac* src/playlist/playlist.c
2003-08-14 Sigmund Augdal Helbergvlc_playlist.h:
2003-07-23 Gildas Bazin* ALL: changes to the playlist_Add() and VLC_AddTarget...
2003-06-27 Clément Stenac* modules/demux/m3u.c :
2003-03-17 Derk-Jan Hartman* src/playlist/playlist.c:
2003-01-29 Jon Lech Johansen * core/playlist: PLAYLIST_PAUSE, playlist_IsPlaying...
2002-12-13 Boris Dorès- vlc_playlist.h, playlist.c: added the ability to...
2002-12-03 Arnaud Schauly* src/playlist/playlist.c : Added playlist_AddItem...
2002-11-12 Gildas Bazin* include/vlc_playlist.h, src/playlist/playlist.c:...
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-07-20 Sam Hocevar * ALL: changed "struct foo_s" into "struct foo_t...
2002-07-03 Sam Hocevar * ./src/misc/modules.c: module_Need accepts a comma...
2002-06-07 Sam Hocevar * ./plugins/win32/*: tried to port the Win32 interfac...