]> git.sesse.net Git - vlc/history - src/playlist
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / playlist /
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
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-10-17 Rémi Denis-CourmontFully privatize vlc_sd_internal_t
2009-09-24 Rafaël CarréDeleteInner() : remove deleted items from current items...
2009-09-18 Erwan Tulouplaylist: add a input-current variable for being comple...
2009-09-18 Pierre d'HerbemontDon't leak the event manager.
2009-09-15 Ilkka Ollakkaplaylist: use Fisher-Yater shuffle instead naive when...
2009-09-14 Laurent AimarRemoved b_block parameter from input_Read.
2009-09-03 Rafaël Carrésrc/ : missing assert.h include
2009-08-26 Rémi Denis-CourmontRemove config_GetCacheDir
2009-08-24 Rémi Denis-CourmontRemove config_GetUserDataDir()...
2009-08-23 Rémi Denis-CourmontTypo
2009-08-23 Rémi Denis-CourmontMake playlist_export_t a VLC object
2009-08-23 Rémi Denis-Courmontfetcher does not need to be an object
2009-08-23 Rémi Denis-Courmontart_finder_t: custom type for art finder modules
2009-08-20 Pierre d'Herbemontplaylist: Fix a warning about sign.
2009-08-18 Jakob Leben[PATCH] playlist, Qt4: new playlist_TreeMoveMany()
next