]> git.sesse.net Git - vlc/history - modules/services_discovery
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / services_discovery /
2009-10-16 Rémi Denis-Courmontudev: memory leak
2009-10-15 Rémi Denis-Courmontudev: support for V4L1 devices (untested)
2009-10-15 Rémi Denis-Courmontudev: use V4L product ID instead of model ID
2009-10-15 Rémi Denis-CourmontInitial udev service discovery plugin
2009-10-14 Rémi Denis-CourmontFix object leak (but not unsafe item access)
2009-10-14 Rémi Denis-CourmontRemove useless check and assignment
2009-10-10 Rémi DuraffortSD_mediadirs: no need to strdup.
2009-09-14 Laurent AimarRemoved b_block parameter from input_Read.
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-30 Erwan Tuloumediadirs: change recursive option for reading directories
2009-08-30 Rémi Duraffortshout: missing undef.
2009-08-29 Erwan Tuloumediadirs: new service_discoveries to import picture...
2009-08-21 Pierre d'Herbemontmodules: Use access_GetParentInput and demux_GetParentI...
2009-06-19 Rémi DuraffortUse vlc_mutex_locker
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-05-08 Laurent AimarFixed a race condition with input creation and events.
2009-05-04 Rémi Duraffortsap: fix memleak.
2009-04-21 Rémi Denis-Courmont(p?)gettext -> vlc_\1gettext
2009-04-18 Rémi Denis-CourmontUse gettext() as per gettext standard for non-constant...
2009-04-01 Rémi Duraffortfactorisation and add a missing dbus_connection_unref.
2009-04-01 Rafaël CarréHAL service discovery : fix a memory leak
2009-03-25 Rémi Durafforthal: fix memleak.
2009-03-24 Rémi Duraffortbonjour: cleanings.
2009-03-24 Rémi Duraffortpodcast: fix missing release.
2009-03-24 Rémi Duraffortsd_mtp: fix potential memleaks.
2009-03-09 Laurent AimarAdded a INPUT_EVENT_ABORT event to detect user requeste...
2009-02-28 Rémi Denis-CourmontSAP: add new payload types
2009-02-28 Rémi Denis-CourmontRecognize supported media type for SDP from SAP, not...
2009-02-16 Laurent AimarRemoved or privatized playlist functions.
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-02-11 Laurent AimarFixed msg_Info abuses.
2009-02-11 Fabio RitrovatoGSoC: MTP Devices initial release
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-17 Laurent AimarUse input_item_New when applicable.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-14 Rémi Duraffortupnp_intel: fix potential memleak.
2009-01-11 Rémi Denis-CourmontSAP: raw UDP has no RTCP
2009-01-11 Rémi Denis-CourmontRemove obsolete --sap-timeshift option
2009-01-11 Rémi Denis-CourmontSAP: parse RTCP port out of the SDP
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
2009-01-09 Rémi Duraffortupnp_intel: split the big cpp file in two, declaration...
2009-01-04 Rémi Denis-CourmontUnduplicate UPnP long string
2009-01-04 Mirsal EnnaimeUPnP services discovery: Remove a useless function
2009-01-04 Mirsal EnnaimeUPnP services discovery: fix remaining bugs
2009-01-04 Mirsal EnnaimeUPnP services discovery: Put the callback lock referenc...
2009-01-04 Mirsal EnnaimeUPnP services discovery: Switch to the services discove...
2009-01-04 Mirsal EnnaimeUPnP services discovery: Merge the SoC 2008 fixes,...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-05 Adrien MagloRedefine vlc_dictionary_clear() and vlc_dictionary_remo...
2008-10-05 Rémi Denis-CourmontFix NULL dereference (CID#236)
2008-09-20 Antoine CellerierRemove last occurences of yield in the code and comments.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Rémi Denis-Courmonttypo
2008-09-20 Rémi Denis-Courmontsimplify service discoveries
2008-09-17 Rémi Denis-CourmontFix flexible array usage gcc-ism
2008-09-14 Rémi Denis-CourmontUse PL_LOCK/PL_UNLOCK
2008-09-07 Rémi Denis-CourmontPodcast: thread safety fixes
2008-09-04 Rémi Denis-CourmontRemove declaration for vanished function
2008-08-30 Rémi Denis-CourmontUse cookie reference, not (uninitialized) value
2008-08-29 Rémi Duraffortupnp_intel: fix compilation.
2008-08-28 Rémi Denis-CourmontSAP: use thread cancellation, get rid of the waitpipe...
2008-08-28 Rémi Denis-CourmontSD: pull down cancellation safety on those SD with...
2008-08-28 Rémi Denis-CourmontUPnP Intel: remove useless and harmful SD thread
2008-08-28 Rémi Denis-CourmontDrop prehistoric avahi versions support
2008-08-28 Rémi Denis-CourmontBonjour: use the avahi thread backend
2008-08-28 Rémi Denis-CourmontUPnP CyberLink: do not spawn a useless poll thread...
2008-08-25 Laurent AimarCosmetics.
2008-08-25 Rémi Duraffortupnpn_intel: Compilation fix.
2008-08-25 Laurent AimarCosmetics.
2008-08-25 Laurent AimarMoved static lock inside Cookie.
2008-08-19 Rémi DuraffortDon't call mdate too many times.
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-12 Jean-Baptiste KempfFix some crash on exit
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-06 Rémi Denis-CourmontSAP: revert most of [a8eb03fa]
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortFix [9589813471d0f5525789b7cf7165e48d177cbad6] by using...
2008-07-31 Rémi DuraffortUsefull coment instead of "Gruik" (evenif I like the...
2008-07-31 Rémi DuraffortFix segfault in sap service discovery.
2008-07-29 Rémi DuraffortFix comment.
2008-07-28 Rémi Duraffortupnp_intel: Fix playlist locking.
2008-07-27 Rémi DuraffortLock the playlist here.
2008-07-24 Derk-Jan Hartmanshoutcast sd: Change French TV section to use vlc:...
2008-07-22 Pierre d'Herbemontsap: Don't release when not needed.
2008-07-22 Pierre d'Herbemontsap: Don't use the playlist.
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-11 Christophe MutricyFix description
2008-07-05 Rémi Denis-CourmontSAP: add PCM payload types which are now supported
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-01 Rémi Denis-CourmontSAP: remotely trigerrable memory leak (CID #70)
2008-06-05 Rafaël CarréUse a libhal property only if it exists
2008-06-02 Rafaël CarréRemove support DBus & HAL APIs
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-24 Rafaël CarréFix rtmp access_output building
next