]> git.sesse.net Git - vlc/history - src/playlist/services_discovery.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / playlist / services_discovery.c
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-03-13 Jakob Lebeninput_item: remove b_prefers_tree
2010-03-13 Jakob Lebenadjustments to playlist API changes
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-15 Jakob LebenSD: remove category node when it becomes empty
2010-02-10 Jakob Lebenservices_discovery: implement SD categories and use...
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-02 Jakob Lebenvlc core: single storage playlist
2010-01-31 Jakob Lebenservices_discovery: no need to attach to events twice
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-10-17 Rémi Denis-CourmontFully privatize vlc_sd_internal_t
2009-09-18 Pierre d'HerbemontDon't leak the event manager.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-19 Rémi Denis-CourmontMatch used SD alias rather than plugin name (fixes...
2009-05-19 Rémi Denis-CourmontRetain SD name for matching purpose
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-Courmontplaylist_ItemFindFromInputAndRoot: use pointer rather...
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Rémi Denis-Courmontplaylist_DeleteFromInput: pass the input item rather...
2009-03-04 Rémi Denis-CourmontSD: use playlist_Lock explicitly
2009-02-08 Rémi Denis-CourmontFix service discovery submodules (i.e. shoutcast TV...
2009-01-10 Rémi Denis-CourmontRemove useless parameter
2009-01-10 Rémi Denis-CourmontPlaylist: only try to add one SD plugin at a time
2009-01-10 Rémi Denis-Courmontplaylist: create root SD node before registering events
2009-01-10 Rémi Denis-CourmontFix memory leak
2009-01-10 Rémi Denis-CourmontPlaylist: detach from SD events _after_ stopping the...
2009-01-10 Rémi Denis-CourmontRemove children kill hack
2009-01-10 Rémi Denis-CourmontRemove suspicious and suspiciously dead code
2009-01-10 Rémi Denis-CourmontSD: remove psz_module parameter, shorter function names
2009-01-10 Rémi Denis-CourmontInclude vlc_services_discovery.h only where needed
2009-01-10 Rémi Denis-CourmontRestore SD human-readable names
2008-10-05 Rémi Denis-CourmontAnother useless parameter
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Pierre d'Herbemontservices_discovery: Useless hack.
2008-09-20 Pierre d'Herbemontservices_discovery: Partially fix service discovery...
2008-09-20 Rémi Denis-Courmontremove useless if not harmful hack
2008-09-20 Rémi Denis-Courmontsimplify service discoveries
2008-09-13 Rémi Denis-CourmontAlways send the SD events
2008-08-28 Rémi Denis-CourmontRun SD threads (if any) with cancellation
2008-08-27 Rémi Denis-Courmontlibvlccore: push threads cancellation down vlc_thread_c...
2008-08-22 Geoffroy CouprieAdd tree-view for SD only
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Rémi DuraffortFix threaded function declaration.
2008-07-27 Rémi DuraffortFix a memleak.
2008-07-25 Laurent AimarAdded missing VLC_OBJECT...
2008-07-22 Pierre d'Herbemontservices_discovery: Make sure we kill also object creat...
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-19 Pierre d'Herbemontplaylist: playlist_DeleteInputInParent->playlist_Delete...
2008-07-17 Rémi DuraffortDon't unlock the playlist to lock it the next instruction.
2008-07-15 Pierre d'Herbemontservices_discovery: Don't forget a PL_LOCK.
2008-07-15 Pierre d'Herbemontservices_discovery: playlist_NodesPairCreate needs...
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-12 Rémi Denis-CourmontRemove services discovery tasks before the playlist
2008-06-01 Pierre d'HerbemontRevert "service_discovery: Remove an uneeded hack."
2008-06-01 Pierre d'Herbemontservice_discovery: Remove an uneeded hack.
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-29 Rémi Denis-CourmontMissing #include
2008-03-29 Rémi Denis-CourmontRemove SD object type
2008-03-12 Rémi DuraffortRemove useless test before freeing something.
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-25 Pierre d'Herbemontplaylist/services_discovery.c: Send service discover...
2007-11-12 Rafaël Carréservices_discovery_SetLocalizedName() is now mandatory...
2007-11-11 Antoine CellerierUse the services_discovery_GetServicesNames() function...
2007-11-11 Antoine CellerierAdd argument to module_GetModulesNamesForCapability...
2007-10-18 Rafaël Carréplaylist_CreateNode(): add an argument to specify an...
2007-10-11 Rafaël Carréservices_discovery: fix removal of nodes
2007-10-11 Pierre d'Herbemontplaylist/services_discovery.c: Isolate more the service...
2007-10-11 Pierre d'Herbemontplaylist/services_discovery.c: Fix a segfault.
2007-10-11 Pierre d'Herbemontplaylist/services_discovery.c: Fix a warning.
2007-10-11 Pierre d'Herbemontplaylist/services_discovery.c: Attempt at removing...
2007-10-10 Rafaël Carréservices_discovery: storing the category & onelevel...
next