]> git.sesse.net Git - vlc/history - modules/stream_out/bridge.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / stream_out / bridge.c
2010-01-17 Rafaël Carrésout: allow duplicate outputs to be merged
2009-12-07 Rafaël Carrébridge: use VLC_TS_INVALID (refs #3135)
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-11-03 Rafaël Carréstream_out_bridge: Fix [7c790ca]
2009-10-15 Rémi Duraffortsout_bridge: use var_(Get|Set)Address.
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-04 Antoine CellerierFix placeholder mode. UDP streaming now works.
2008-09-04 Antoine CellerierAdd --sout-bridge-in-placeholder-switch-on-iframe
2008-09-04 Antoine CellerierPrint an error when trying to add more than one ES...
2008-09-03 Antoine CellerierAdd placeholder feature to bridge module ("No Signal...
2008-09-03 Antoine CellerierMake it possible to have more than one bridge in a...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
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-01-29 Rafaël Carréstream_out: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-04 Rémi Denis-CourmontFix some cast warnings
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-16 Rémi Denis-CourmontSync with bridge changes in other plugins
2007-08-04 Rémi Denis-CourmontMove code out of module descriptor.
2007-05-20 Rémi Denis-CourmontHide libvlc_global_data_t from plugins
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-07-31 Filippo CaroneVideo resize function added in libvlc.
2006-03-31 Clément StenacBe a bit more verbose (Refs:#438)
2006-03-19 Christophe Mutricystream_out/*: String review (refs #438)
2006-01-12 Antoine CellerierFSF address change.
2005-08-08 Antoine Cellerierdelete trailing spaces ...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-13 Christophe Massiot * modules/stream_out/bridge.c: Fixed the bug of disapp...
2005-06-07 Christophe Massiot * modules/stream_out/bridge.c: Miscellaneous fixes...
2005-05-20 Christophe Massiot * modules/stream_out/bridge.c: Fixed deleting/adding...
2005-04-15 Christophe Massiot * ALL: converted the video output module "picture...
2005-04-11 Clément StenacRemove bridge from preferences panel + fix description...
2005-04-08 Christophe Massiot * modules/stream_out/bridge.c : Fixed a segfault ...
2005-03-23 Christophe Massiot* modules/stream_out/bridge.c: New bridge-in/bridge...