]> git.sesse.net Git - vlc/history - src/playlist
Contribs: fix xml2 installation on OSX
[vlc] / src / playlist /
2011-11-24 Rafaël Carréfix album art caching for files without artist/album...
2011-08-09 Rafaël Carréfix double free introduced by me in [7d84269bff]
2011-08-07 Rafaël Carréplaylist tree: fix potential memleak
2011-08-07 Rafaël Carréplaylist: remove dead code
2011-08-07 Rafaël Carréplaylist preparser: fix input_item_t refcounting
2011-07-29 Rafaël Carrécosmetics: fix indentation (2 spaces -> 4 spaces)
2011-07-11 Rémi Denis-CourmontUseless #include
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-07-10 Rémi Denis-CourmontMark non-file input items as preparsed even if they...
2011-07-10 Rémi Denis-CourmontRemove useless vlc_object parameter when creating an...
2011-07-10 Rémi Denis-Courmontplaylist preparse and fetch: return error if appropriate
2011-07-10 Rémi Denis-CourmontRemove debug-only dependency of vlc_events on vlc_object
2011-06-20 Rémi Denis-CourmontPlaylist: create playlist-autostart just once
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-05-22 Laurent AimarUsed input_Close() where applicable.
2011-05-21 Jean-Baptiste Kempfplaylist: fix error in [874efde6]
2011-05-20 Jean-Baptiste KempfPlaylist simplification in leaf-to-parent management
2011-04-24 Jean-Baptiste KempfMore documentation for vlc_services_discovery.h
2011-04-24 Jean-Baptiste KempfDocument vlc_services_discovery.h
2011-04-10 Rémi Denis-Courmontplaylist: go back to nearest well-known playback rate...
2011-04-07 Rémi Denis-CourmontRemove "saved-volume" and "volume-change". Use "volume".
2011-04-07 Rémi Denis-CourmontRename "volume-muted" to simply "mute"
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)
next