]> git.sesse.net Git - vlc/history - modules/access_output/bonjour.c
direct3d11: give enough room for the \0 in the string
[vlc] / modules / access_output / bonjour.c
2011-05-20 Laurent AimarConverted bonjour module to vlc_clone().
2011-02-12 Rémi Denis-CourmontRemove useless parameters
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2008-12-13 Rémi DuraffortUse calloc instead of malloc+memset.
2008-09-08 Rémi Denis-CourmontDo not call vlc_thread_ready with non-waiting vlc_threa...
2008-08-28 Christophe MutricyFix compilation
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-20 Rémi DuraffortFix warnings.
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-22 Rémi DuraffortRemove unneeded msg_Error.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly 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-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-05 Rémi Denis-CourmontMissing const
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-16 Rémi Denis-CourmontNo need to check b_thread... there is ALWAYS a thread...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2006-11-26 Clément StenacA bit of headers cleanup
2006-01-12 Antoine CellerierFSF address change.
2005-12-04 Clément StenacAvahi 0.6 patch by Diego 'Flameeyes' Pettenò flameeyes...
2005-09-09 Jon Lech Johansen * Bonjour services discovery module using avahi.