]> git.sesse.net Git - vlc/history - modules/stream_out/gather.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / stream_out / gather.c
2010-01-17 Rafaël Carrésout: allow duplicate outputs to be merged
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
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-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-29 Jean-Paul SamanCheck malloc return value)
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-03-02 Laurent AimarReally fixed 'gather' segfault.
2007-02-25 Laurent AimarFixed stream ouput gather module and renable it (close...
2007-02-10 Rémi Denis-CourmontFix double free - closes #1032
2007-02-10 Rémi Denis-CourmontEnglish grammar fixes (I think)
2006-11-26 Clément StenacA bit of headers cleanup
2006-03-25 Clément StenacStrings review in stream_out (Refs:#438). Please review...
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
2004-12-11 Clément StenacImprovements to preferences
2004-07-10 Laurent Aimar * all: cosmetics.
2004-03-11 Laurent Aimar * stream_out: sout_buffer_t -> block_t.
2004-01-25 Gildas Bazin* modules/stream_out/*: coding style changes + strings...
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-09-07 Laurent Aimar * gather: try to gather stream with similar propertie...