]> git.sesse.net Git - vlc/history - src/playlist
vlm: use make_URI() with --vlm-conf
[vlc] / src / playlist /
2011-04-03 Pierre YnardFix spelling: an URL -> a URL
2011-03-17 Jean-Baptiste KempfSrc: more comprehensible debug messages
2011-03-17 Jean-Baptiste KempfImproved debug messages
2011-02-17 Jean-Baptiste Kempfsrc/playlist: kill warnings
2010-12-05 Rémi Denis-CourmontRevert "vlc_clone_detach: remove thread handle parameter"
2010-12-04 Rémi Denis-Courmontvlc_clone_detach: remove thread handle parameter
2010-11-29 Rémi Denis-CourmontReplace vlc_detach() with simpler vlc_clone_detach()
2010-10-25 Laurent AimarImproved video-splitter changes by seeking back to...
2010-10-25 Laurent AimarRenamed vout-filter in video-splitter.
2010-10-25 Laurent AimarMoved "vout-filter" change support from vout to playlist.
2010-10-24 Rémi Duraffortsd: remove the pf_search and use a more generic pf_cont...
2010-10-23 Rémi DuraffortUse var_Set* when applicable.
2010-10-19 Rémi DuraffortSD: add a function to query a service discovery for...
2010-10-08 Rémi Denis-CourmontPlaylist search: proper case-insensitive search (fix...
2010-10-04 Ilkka Ollakkarefactor rate(,-faster,-slower) to playlist
2010-10-02 Rémi Duraffortplaylist: do not signal the playlist thread when PLAYLI...
2010-08-12 Jakob Lebenplaylist: refactor and fix #3932 (take 2)
2010-08-09 Jean-Baptiste KempfArt: Do not crash if album is not null but empty
2010-08-08 Rémi Denis-CourmontRevert "playlist: refactor and fix #3932"
2010-07-29 Jakob Lebenplaylist: refactor and fix #3932
2010-07-28 Ilkka Ollakkause unsigned rand-function in playlist thread
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-09 Rafaël Carrésrc/playlist/loadsave.c : Fix [1644d683e9df]
2010-07-07 Rémi Denis-Courmontmake_URI: add scheme parameter
2010-06-20 Jakob Lebenindentation
2010-06-20 Jakob Lebenplaylist_NodeRemoveItem(): set item's parent to NULL
2010-06-20 Jakob Lebenmerge playlist_DeleteItem() functionality into playlist...
2010-06-17 Laurent AimarAdded a ref count on input_resource_t.
2010-06-15 Jakob Lebencore playlist: fix my mistake in [4eff56920]
2010-06-13 Rafaël Carréplaylist_NodeInsert(): adds an assertion
2010-06-12 Jakob Lebencore playlist: refactor & fix #3737
2010-06-02 Jean-Baptiste KempfFix obvious typo lost in a git warp.
2010-06-02 Sebastian Birkplaylist: modified playlist_NodeCreate()
2010-05-25 Laurent AimarMade object created by input_resource attached to a...
2010-04-16 Francois CartegnieFix segfault in preparser
2010-03-28 Rémi Denis-Courmontplaylist: allow video-on-top variable to be preserved...
2010-03-13 Jakob Lebeninput_item: remove b_prefers_tree
2010-03-13 Jakob Lebenadjustments to playlist API changes
2010-03-13 Jakob Lebenplaylist: new playlist_NodeAddCopy(), modified playlist...
2010-03-06 Ilkka Ollakkaplaylist: fix crash when p_playlist->current.i_size...
2010-03-06 Rémi Denis-Courmontplaylist: randomize in a thread-safe manner
2010-03-05 Antoine CellerierFix randomisation algorithm. Thanks to jawbroken on...
2010-03-02 Jakob LebenPlaylist: fix faulty duration sorting due to integer...
2010-02-24 Rémi Denis-CourmontRevert "sd: Make most members private."
2010-02-24 Rémi Denis-CourmontRevert "sd: Export internals with a getters."
2010-02-24 Pierre d'Herbemontsd: Export internals with a getters.
2010-02-24 Pierre d'Herbemontsd: Make most members private.
2010-02-23 Pierre d'Herbemontsd: Factorize function dispatch for better code readabi...
2010-02-23 Jakob Lebenplaylist: remove unused ItemToNode()
2010-02-23 Jakob Lebenplaylist: consistently change input item type when...
2010-02-23 Jakob Lebenplaylist: only make The Playlist flat, not Media Library
2010-02-17 Jakob Lebenplaylist: fix first subitem added as last and refactor
2010-02-15 Jakob LebenSD: remove category node when it becomes empty
2010-02-14 Rémi Denis-CourmontStore audio output interface variables into the input...
2010-02-14 Rémi Denis-CourmontFix missing signal while stopping preparser (fixes...
2010-02-14 Rémi Denis-CourmontAdd indirection to find input from wanabee input manage...
2010-02-13 Jakob Lebenplaylist: sizeof -> strlen
2010-02-12 Jakob Lebenplaylist: use md5 hash for caching downloaded art by...
2010-02-12 Jakob Lebenplaylist: allow non-recursive search
2010-02-12 Jakob Lebenplaylist: cache artwork by download URL instead of...
2010-02-10 Jakob Lebenplaylist: append input subitems to the end of parent...
2010-02-10 Antoine CellerierChange filename_sanitize() to work on original string...
2010-02-10 Rémi Denis-Courmontplaylist: create the fullscreen variable
2010-02-10 Jakob Lebenservices_discovery: implement SD categories and use...
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-09 Rémi Denis-Courmontplaylist does not need a destructor
2010-02-09 Rémi Denis-CourmontNo need to lock the playlist for meta fetch and preparsing
2010-02-09 Rémi Denis-CourmontCreate preparser and fetcher immediately
2010-02-09 Rémi Denis-CourmontAllow pl_Hold from within pl_Deactivate
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-06 Rémi Denis-CourmontSD listing: remove module lookup hack
2010-02-04 Jean-Philippe AndréSD: set the name to configuration value "longname"
2010-02-04 Rémi Denis-CourmontSD: initialize config chain also in LibVLC media discov...
2010-02-04 Rémi Denis-CourmontDe-uglify root SD item name
2010-02-04 Fabio Ritrovatoluasd: use a configuration chain to pass parameters...
2010-02-03 Ilkka Ollakkaplaylist: add check if item is allready preparsed befor...
2010-02-03 Ilkka Ollakkaplaylist: fix preparsing (atleast fixed it for me)
2010-02-02 Jakob Lebenfix build - remove redundant declarations
2010-02-02 Jakob Lebenplaylist: restore stop and browse behavior like before
2010-02-02 Jakob Lebenplaylist: refactor a bit and fix a crash
2010-02-02 Jakob Lebenvlc core: single storage playlist
2010-01-31 Jakob Lebenservices_discovery: no need to attach to events twice
2010-01-31 Jakob Lebenplaylist: make playlist_DeleteFromInput delete containe...
2010-01-31 Jakob Lebenplaylist: only install input item event callbacks on...
2010-01-30 Rémi Denis-CourmontDon't start the playlist thread if not needed
2010-01-30 Rémi Denis-Courmontplaylist: small race between vlc_object_alive and vlc_c...
2010-01-30 Jakob Lebenplaylist, Qt: playlist browsing support
2010-01-30 Jakob LebenQt: efficient iconView browsing demands a specialized...
2010-01-28 Rémi Denis-CourmontMissing vlc_object_attach
2010-01-28 Rémi Denis-CourmontAttach playlist ASAP
2010-01-18 Rafaël Carréplaylist: fix command line options
2010-01-15 Pierre d'Herbemontplaylist/fetcher: Run "meta fetcher" before "art finder".
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2010-01-06 Pierre d'HerbemontRevert "tmp"
2010-01-06 Pierre d'Herbemonttmp
2009-12-28 Rémi Duraffortplaylist: add a fixme => race condition.
2009-12-21 Rémi Denis-Courmontprobe: helpers for services discovery
2009-12-21 Rémi Denis-Courmontvlc_sd_GetNames: use probe
2009-12-21 Rémi Denis-Courmontvlc_sd_GetNames: add object parameter
next