]> git.sesse.net Git - vlc/history - src/playlist/services_discovery.c
Fix a memleak.
[vlc] / src / playlist / services_discovery.c
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...
2007-10-10 Rafaël Carréservices_discovery: stores the category & onelevel...
2007-09-08 Rafaël CarréMakes services_discovery option strictly load the given...
2007-09-02 Antoine CellerierAttach service discovery objects to the playlist (and...
2007-08-24 Pierre d'Herbemontplaylist/services_discovery.c: Implement and expose...
2007-08-20 Pierre d'Herbemontservices_discovery.c: Patch by Alexander Gall <gall...
2007-08-19 Pierre d'Herbemontplaylist: Make playlist_archived_services_discovery_t...
2007-08-18 Pierre d'Herbemontplaylist/services_discovery.c: Rework category handling.
2007-08-18 Pierre d'Herbemontplaylist/services_discovery.c: Removing left over debug...
2007-08-18 Pierre d'Herbemontplaylist/services_discovery.c: Use a stop method to...
2007-08-18 Pierre d'Herbemontplaylist/services_discovery.c: Handle removal of a...
2007-08-17 Pierre d'Herbemontplaylist/services_discovery.c: Implement item removed...
2007-08-17 Pierre d'Herbemontcontrol/media_discoverer.c: Implementation of a media_d...
2007-08-17 Pierre d'Herbemontplaylist/services_discovery.c: Improved services_discov...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2006-12-03 Rémi Denis-CourmontDon't write R/O memory + clean up
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-21 Rafaël CarréDebug messages shouldn't be shown with printf
2006-11-19 Clément Stenac* Documentation belongs to the .h, step 1
2006-09-17 Clément StenacServices discovery are not forced to have a run function
2006-09-05 Clément StenacSplit playlist include file in public/private
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-12 Gildas Bazin* src/libvlc.c, src/playlist/services_discovery.c:...
2005-04-01 Rémi Denis-CourmontMem leaks
2004-11-17 Clément Stenac* Add return values to all functions
2004-11-08 Clément Stenacinclude services discovery in interface
2004-11-08 Clément StenacInitial Services discovery support