]> git.sesse.net Git - vlc/history - modules/stream_out/switcher.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / stream_out / switcher.c
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-17 Rafaël Carrésout: allow duplicate outputs to be merged
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
2009-12-07 Rafaël Carrésout_switcher: remove useless initialization
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-24 Erwan Tulouswitcher: fix compil error
2009-07-08 Rémi DuraffortFix compilation of the switcher module.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarReplaced vout_InitPicture/Format with their equivalent.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2009-03-12 Rémi Denis-Courmontavcodec, switcher: use the global avcodec lock
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-12-13 Rémi Duraffortsout/switcher: fix potential memleaks.
2008-12-13 Rémi Duraffortsout/switcher: fix compilation.
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-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-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
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-29 Faustino OsunaLet's try this again. Detect older and new versions...
2008-02-29 Faustino OsunaToo many problems with new ffmpeg detection, reverting...
2008-02-29 Faustino OsunaDetect and allow older versions of ffmpeg to be used...
2008-02-28 Faustino OsunaUpdate references to ffmpeg header files to match new...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-02-26 Rémi Denis-CourmontRemove net_ReadNonBlock(),
2007-02-15 Rémi Denis-Courmont- Fix error reporting in net_Read* (refs #1056)
2007-02-15 Rémi Denis-CourmontFix out-of-bound read
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-05 Rémi Denis-CourmontExport and use ListenUDP
2006-10-08 Jean-Paul Saman(Forward port of rev 16987) Fix number of compiler...
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-08-29 Derk-Jan Hartman* copy [16427] to the switcher module as well. ( is...
2006-08-23 Jean-Paul SamanFix bugs in loading of audio transcoding filters.exit
2006-03-19 Christophe Mutricystream_out/*: String review (refs #438)
2006-02-22 Jean-Paul SamanUse include <file.h> for include files that can be...
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-02-13 Rémi Denis-CourmontFurther fopen() unicode fixes (refs #528)
2006-01-12 Antoine CellerierFSF address change.
2005-11-23 Christophe Massiot * modules/stream_out/switcher.c: More logging.
2005-08-09 Jean-Paul SamanFix compiler warnings about signed - unsigned comparisons
2005-07-11 Christophe Massiot * modules/stream_out/switcher.c: New option --no-sout...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-31 Christophe Massiot * modules/stream_out/switcher.c: Explicitly set the...
2005-05-10 Gildas Bazin* modules/codec/ffmpeg/*, modules/stream_out/switcher...
2005-03-17 Christophe Massiot* modules/stream_out/switcher.c: Fixed aspect ratio.
2005-03-15 Christophe Massiot* modules/stream_out/switcher.c: Added --sout-switcher...
2005-03-14 Sam Hocevar * modules/stream_out/switcher.c: fixed forbidden...
2005-03-10 Christophe Massiot* modules/stream_out/switcher.c: New module allowing...