]> git.sesse.net Git - vlc/history - modules/stream_out/standard.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / stream_out / standard.c
2010-09-04 Kaarlo RaihaAssociate .flac to raw muxer
2010-07-19 Ilkka Ollakkastd: cosmetic
2010-07-19 Ilkka Ollakkasout: add ogv as known extensions on muxing selector
2010-07-17 Rémi Denis-Courmontsout std: use raw mux for .mp3 extension (fix #3910)
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-05-26 Ilkka Ollakkastandard: add webm-shortcut to mux
2010-04-28 Rémi Denis-CourmontRemove useless freeaddrinfo wrapper
2009-12-01 Rémi Denis-CourmontRevert accidental chunk
2009-12-01 Rémi Denis-CourmontQt4: implement SAP in the streaming wizard
2009-10-10 Rémi Duraffortsout_std: imporve logic (and save a malloc/free)
2009-10-10 Rémi Duraffortsout_std: fix potential memleaks.
2009-10-10 Rémi Duraffortsout std: factorize.
2009-08-26 Ilkka Ollakkastd-output, add aliases for access
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-22 Antoine CellerierRemove change_unsafe() no-op.
2008-08-29 Rémi Denis-CourmontDisable instance pace control from stream rather than...
2008-08-17 Rémi DuraffortCheck malloc return value.
2008-08-13 Jean-Baptiste KempfFix windows compilation
2008-08-09 Rémi Denis-CourmontCleanup _WIN32_WINNT usage
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortFix memleaks in stream output.
2008-07-31 Rémi DuraffortStream out: fix memleak.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-30 Pierre d'Herbemontvlc_network.h: Define AI_NUMERICSERV if not defined.
2008-05-29 Pierre d'Herbemontstandard: Special case for AI_NUMERICSERV (if not defined).
2008-05-28 Rémi Denis-CourmontFix Winsock
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Rémi Denis-Courmontvlc_getaddrinfo -> getaddrinfo, and set sane hints
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-20 Rafaël CarréFix memleak
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-07 Rémi Denis-Courmontsout-std: remove RTP stuff (since we don't have a RTP...
2008-05-03 Rémi Denis-CourmontRationalize the SDP session name string
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-29 Christophe MutricyAvoid memleak and use of uninitiliazed pointer
2008-03-17 Ilkka OllakkaTell that dst-parameter overrides new bind/path parameters.
2008-03-17 Ilkka OllakkaAdd bind and path aliases for standard streamoutput...
2008-03-12 Jean-Baptiste KempfKill a warning in mingww32
2008-03-11 Rafaël CarréDon't print an error if we are using ffmpeg's ts muxer
2008-02-11 Jean-Paul SamanCheck malloc return value
2008-01-28 Rafaël Carrésout_AnnounceRegisterSDP(): removes unused SOUT_CFG_PRE...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Damien Fouilleulvlc security: As i've seen very little improvement...
2007-11-23 Jean-Baptiste KempfTypos spotted by Philipp Weissenbacher.
2007-10-30 Pavlov KonstantinSix hundred kiloby... i mean, 32 bytes should be enough...
2007-09-15 Rémi Denis-CourmontAnnounce API simplification
2007-09-15 Rémi Denis-Courmontstream_out_std: use new SDP API too
2007-09-01 Rémi Denis-CourmontDSO friendliness
2007-09-01 Rémi Denis-CourmontAnother set of useless if statements
2007-09-01 Rémi Denis-Courmont- do not check "always true" case
2007-09-01 Rémi Denis-CourmontRemove unsupported profiles
2007-09-01 Rémi Denis-CourmontDo not implicitly encourage raw TS over UDP-Lite, DCCP...
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-04 Rémi Denis-Courmont- Cleanup and fixes deprecated options:
2007-05-01 Rémi Denis-CourmontFix some memleaks
2007-03-23 Christophe MutricyFix the strings.
2007-02-18 Antoine CellerierAutomatically choose ffmpeg{mux=flv} if dst ends in...
2007-02-11 Rémi Denis-CourmontRemove some dead code
2007-02-11 Rémi Denis-CourmontFix for insane naming convention
2007-02-10 Rémi Denis-CourmontRemove useless debug message
2007-02-10 Rémi Denis-CourmontRestore some kind of SAP support
2007-02-10 Rémi Denis-Courmonts/psz_name/psz_path/ for consistency
2007-02-10 Rémi Denis-CourmontBig SAP/announce cleanup
2007-02-10 Rémi Denis-CourmontFix compiler warning
2007-02-09 Rémi Denis-CourmontPartial announce API cleanup
2007-02-09 Rémi Denis-CourmontRemove use SAP/TTL cruft
2006-12-24 Clément StenacMore cleanup
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-09 Rémi Denis-CourmontFix TTL in c= line
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-04-13 Clément StenacString stuff
2006-04-06 Christophe Massiot * ALL: extention -> extension
2006-03-25 Clément StenacStrings review in stream_out (Refs:#438). Please review...
2006-03-19 Christophe Mutricystream_out/*: String review (refs #438)
2006-02-27 Rémi Denis-CourmontSeparate socket/resolv stuff (network.h) from url stuff...
2006-02-11 Rémi Denis-CourmontHandle TTL in SDP properly (IPv4 at least) for raw...
2006-02-05 Antoine Celleriersout-standard-url is deprecated
2006-01-12 Antoine CellerierFSF address change.
2005-11-29 Clément StenacRemove SLP (Closes:#434)
2005-10-26 Marian Durkovicfixed SAP c= line TTL issue in #standard,
2005-10-23 Marian Durkovicif no mux, add TS also for RTP
2005-10-20 Marian Durkovicsend proper info in m= line of SAP announcements:
2005-10-09 Laurent Aimar * standard: allow to use 'dst' instead of 'url' (consi...
2005-07-27 Rémi Denis-CourmontPut correct owner address in SAP-generated SDP
2005-07-26 Rémi Denis-CourmontSave a few useless strdup() calls
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-01 Christophe Mutricy* configuration.[ch]: treat the deleted options with...
2005-05-31 Rémi Denis-Courmont- hopefuly fix sending of SAP announces over IPv6
2005-03-28 Derk-Jan Hartman* Spelling correction
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2005-02-07 Rémi Denis-Courmont- Fixes a segmentation fault in sout_AnnounceSessionDestroy
2004-12-11 Clément StenacImprovements to preferences
2004-11-06 Yoann Peronneau* Added group announcing support
next