]> git.sesse.net Git - vlc/history - modules/control/netsync.c
vlc_plugin: fix non-LGPL plugins meta infos
[vlc] / modules / control / netsync.c
2015-03-21 Rémi Denis-Courmontvlc_plugin: fix non-LGPL plugins meta infos
2014-08-18 Rémi Denis-Courmontnetsync: check received packet sizes
2014-08-16 Rémi Denis-Courmontnetsync: fix and simplify dead input handling (fixes...
2014-08-16 Rémi Denis-CourmontHandle NULL value in "input-current" callback
2014-08-16 Rémi Denis-Courmontnetsync: fix stale pointer on error
2013-12-29 Rémi Denis-CourmontRemove inconsistently used HAVE_UNISTD_H
2012-11-27 Rémi Denis-CourmontRemove pf_run
2011-12-04 Jean-Baptiste KempfFix strings mistake for translation
2011-10-30 Jean-Baptiste KempfNetsync: fix return type
2011-01-23 Rémi Denis-Courmontnetsync: don't sleep on poll() EINTR
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-08-22 Rémi Denis-CourmontFix/improve some strings
2010-08-14 Jean-Baptiste KempfRevert "Netsync: kill 2 warnings"
2010-08-13 Jean-Baptiste KempfNetsync: kill 2 warnings
2010-02-26 Rémi DuraffortRevert "Missing return values."
2010-02-26 Rémi DuraffortMissing return values.
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-06 Laurent AimarExtended input_GetPcrSystem to also return the current...
2010-02-02 Laurent AimarCreate the synchronization thread only when needed...
2010-02-02 Laurent AimarClean up a bit netsync.
2010-02-02 Laurent AimarNo functional changes (K&R + no hungarian notations...
2010-02-02 Laurent AimarCosmetics (netsync).
2010-02-02 Jean-Paul Samannetsync: rewrite
2010-01-16 Rémi Denis-CourmontRemove sys/types.h check
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> and <sys/time.h> inclusions
2009-12-30 Rémi Denis-CourmontNetsync: use var_Inherit
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-19 Sebastien EscudierAllow 0 TTL
2008-09-14 Rémi Denis-CourmontRemove intf_ShouldDie
2008-09-14 Rémi Denis-Courmontnetsync: some cleanup (still very ugly)
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
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-12 Rémi DuraffortThe last but not the least commit about these useless...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-20 Rémi Denis-CourmontFix previous commit
2008-01-20 Rémi Denis-CourmontFix #include
2008-01-20 Rémi Denis-Courmontnetsync: this was the last unchecked FD_SET/FD_ISSET...
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-16 Jean-Paul SamanCast interface pointer to VLC_OBJECT().
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-05 Rémi Denis-CourmontExport and use ListenUDP
2006-09-24 Clément Stenac* Get rid of the Manager thread by making blocking...
2006-04-11 Clément StenacString fixes
2006-03-30 Clément Stenac2nd control review (except telnet)
2006-03-29 Antoine CellerierControl interfaces first string review.
2006-03-29 Felix Paul Kühne* fixed a few signedness warnings. Please shout if...
2006-01-23 Clément StenacAdd global options for netsync and showintf and hide...
2006-01-12 Antoine CellerierFSF address change.
2005-12-05 Rémi Denis-Courmont- Use net_ConnectUDP on the slave side
2005-09-22 Gildas Bazin* modules/control/netsync.c: compilation fix.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2004-12-11 Clément StenacImprovements to preferences
2004-10-30 Gildas Bazin* modules/control/netsync.c: less verbose.
2004-10-29 Gildas Bazin* src/input/es_out.c, include/vlc_es_out.h: added an...
2004-07-22 Eric Petit netsync.c: converted to unix file because BeOS' gcc...
2004-07-07 Rémi Denis-Courmont* netsync module no longer IPv4-specific
2004-06-22 Gildas Bazin ALL: a bunch of compilation fixes + disabled plugins...
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-14 Derk-Jan Hartman* define INADDR_NONE for Solaris (fixes #1815)
2004-05-27 Gildas Bazin* modules/control/netsync.c: test before you commit.
2004-05-27 Gildas Bazin* video_output/snapshot.c, control/netsync.c: added...
2004-05-27 Gildas Bazin* modules/control/netsync.c: Experimental network synch...