]> git.sesse.net Git - vlc/history - modules/stream_out/standard.c
Fix memleaks in stream output.
[vlc] / modules / stream_out / standard.c
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
2004-09-10 Gildas Bazin* modules/stream_out/standard.c: compilation fix.
2004-08-29 Clément StenacFix memleaks
2004-07-10 Laurent Aimar * all: cosmetics.
2004-06-06 Laurent Aimar * standard: fixed a segfault.
2004-05-13 Gildas Bazin* modules/stream_out/standard.c: fixed a few small...
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-24 Clément StenacCompilation fix and give option descriptions
2004-04-24 Gildas Bazin* modules/stream_out/*: attempt at adding descriptions...
2004-04-24 Laurent Aimar * standard: created sap/slp(boolean) sap-name/slp...
2004-04-24 Laurent Aimar * all: use sout_ParseCfg. But "standard" can't use...
2004-04-18 Clément Stenac* ALL: Better announce system
2004-04-17 Benjamin Pracht* Little cleanup of sap announces :
2004-03-11 Laurent Aimar * stream_out: sout_buffer_t -> block_t.
2004-01-25 Gildas Bazin* modules/stream_out/*: coding style changes + strings...
2004-01-15 Gildas Bazin* src/input/input.c: fixed memleaks.
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-09-13 Laurent Aimar * standard : added .ts and .ps
2003-08-29 Laurent Aimar * asf: you can now add 'title', 'author', 'copyright...
2003-08-28 Laurent Aimar * standard :
2003-08-14 Clément Stenac* all: as announce calls non-standard functions (SLP...
2003-08-13 Gildas Bazin* modules/stream_out/standard.c: fixed segfault on...
2003-08-13 Gildas Bazin* include/announce.h, src/stream_output/announce.c...
next