]> git.sesse.net Git - vlc/history - src/stream_output
Same as previous commit, for RTP/TS
[vlc] / src / stream_output /
2007-08-17 Rémi Denis-CourmontSame as previous commit, for RTP/TS
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-17 Rémi Denis-CourmontFixes
2007-05-01 Rémi Denis-CourmontProvide va_list variant to MakeSDPMedia
2007-05-01 Rémi Denis-CourmontAdd helper for SDP media description formatting
2007-05-01 Rémi Denis-CourmontFix some memleaks
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-02-28 Laurent AimarReworked/improved the way sout-keep works. (VLM sout...
2007-02-26 Laurent AimarForce VLM stream to not use sout-keep.
2007-02-26 Rémi Denis-CourmontSimplify shutdown() portability
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-12 Damien Fouilleul- getaddrinfo.c: use Win32 shim functions to load getna...
2007-02-11 Christophe MutricyBetter compile fix by Pierre d'Herbemont
2007-02-11 Rémi Denis-CourmontCosmetic fix
2007-02-11 Rémi Denis-CourmontByte order fix
2007-02-11 Rémi Denis-CourmontFix link-scoped IPv6 addresses
2007-02-11 Christophe Mutricycompile fix
2007-02-10 Rémi Denis-CourmontRepair SAP + SSM
2007-02-10 Rémi Denis-CourmontLittle typo, little buffer overflow
2007-02-10 Rémi Denis-CourmontFix a bunch of bugs
2007-02-10 Rémi Denis-CourmontPartial support for COMEDIA in SAP announcer
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-CourmontAdd pf_control to access_output
2007-02-10 Rémi Denis-CourmontBig SAP/announce cleanup
2007-02-10 Rémi Denis-CourmontAdd support for session description
2007-02-10 Rémi Denis-CourmontCosmetic
2007-02-09 Rémi Denis-CourmontPartial announce API cleanup
2007-02-09 Rémi Denis-CourmontRemove use SAP/TTL cruft
2007-02-09 Rémi Denis-CourmontFix a few warnings
2007-02-09 Rémi Denis-CourmontAdd SDP generation helper with a bunch of would-be...
2006-12-24 Clément StenacA bit of cleanup here and there
2006-12-19 Clément StenacMake static a bunch of functions
2006-12-14 Derk-Jan Hartman* Fix a couple of const, static and other warnings
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-12 Clément Stenac* Qt4 stream output dialog
2006-11-11 Marian DurkovicFix endianes bug in automatic SDP source-filter
2006-11-11 Rémi Denis-CourmontFix SAP group IPv6 addresses
2006-11-11 Marian Durkovicforwardport [17646] (SDP source-filter fix)
2006-11-10 Rémi Denis-CourmontSuppress sap-source-filter and compute The Right Value...
2006-11-10 Rémi Denis-CourmontSupport for disabling SDP source-filter in SAP announces
2006-11-09 Rémi Denis-CourmontFix TTL in c= line
2006-11-09 Rémi Denis-CourmontFully initialize p_session
2006-11-09 Rémi Denis-CourmontFix address in source-filter - fixes #804
2006-11-06 Rémi Denis-CourmontFix warning
2006-11-05 Rémi Denis-CourmontExport and use ListenUDP
2006-11-05 Rémi Denis-CourmontCleanup
2006-11-05 Rémi Denis-CourmontSuppress bogus extraneous boundary check
2006-10-04 Clément StenacFix a few bugs
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-15 Clément StenacMove stats stuff to the per-instance object
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-13 Clément Stenac* Handle parameters in streaming profiles
2006-09-12 Rémi Denis-CourmontAhem: (v)asprintf requires stdio.h; strndup requires...
2006-09-09 Rémi Denis-Courmont* Add multicast source filter (RFC4570),
2006-09-09 Rémi Denis-CourmontAnother SDP ordering fix
2006-08-29 Jean-Paul SamanProvide return statements in non-void function
2006-08-28 Felix Paul Kühne* GCC 2.x patch by Cian Duffy <myob87@gmail.com>. BTW...
2006-08-24 Clément StenacTemplate for profile parser
2006-08-06 Jean-Paul SamanFix compiler warning on uninitialized variable.
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-07-29 Clément StenacSimplify transcode handling
2006-07-28 Christophe MutricyCosmetics
2006-07-28 Clément StenacSome initial work for streaming profiles
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-04-29 Rémi Denis-CourmontUse strlcpy()
2006-04-27 Jean-Paul SamanRemove whitespace
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-02-28 Rémi Denis-CourmontFail when trying to advertise a stream with an out...
2006-02-11 Rémi Denis-CourmontHandle TTL in SDP properly (IPv4 at least) for raw...
2006-02-11 Rémi Denis-CourmontSAP hop limit should always be 255 as per its specifica...
2006-02-06 Antoine CellerierRemove useless lines (which came from a missunderstandi...
2006-02-05 Antoine Celleriersout-standard-url is deprecated
2006-02-05 Antoine CellerierDeprecated options handling
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-02-04 Clément StenacAccessOutWrite is called very often, especially for...
2006-02-03 Sigmund Augdal Helbergfix --no-stats in a few cases (there are more remaining)
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-31 Rémi Denis-CourmontGenerate correct originating address in SAP header
2006-01-27 Clément Stenac* Improve timers (Refs:#473)
2006-01-23 Clément StenacGather some sout stats (Refs:#473)
2006-01-12 Antoine CellerierFSF address change.
2005-12-05 Rémi Denis-Courmont- Don't print a bogus warning when reading on empty...
2005-12-05 Rémi Denis-CourmontUse net_ConnectUDP
2005-11-29 Clément StenacRemove SLP (Closes:#434)
2005-10-29 Antoine Celleriers/unsuported/unsupported/ (thanks to tumu)
2005-10-23 Clément StenacExport URI from RTP module . Closes:#403
2005-10-23 Rémi Denis-CourmontRevert commit [12925] - reopens #403
2005-10-23 Clément Stenacpsz_uri can be null in sap announcer if we have a SDP...
2005-10-20 Marian Durkovicsend proper info in m= line of SAP announcements:
2005-10-16 Derk-Jan Hartman* announces -> announcements (announce is a verb)
2005-09-22 Gildas Bazin* src/stream_output/sap.c: net_Write() returns an int...
2005-09-22 Gildas Bazin* ALL: WinCE EVC compilation fixes.
2005-09-18 Jean-Paul SamanFix compiler warning about signed and unsigned comparisons
2005-08-15 Clément StenacFix a few warnings
2005-08-14 Rémi Denis-CourmontFix SAP announce destination address - closes #314
2005-08-14 Eric Petit ALL: compile fixes
2005-08-06 Cyril Deguet * libvlc.c: don't crash in vlc_iconv if vlc_iconv_open...
next