]> git.sesse.net Git - vlc/history - src/stream_output
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / stream_output /
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...
2005-08-05 Christophe Massiot * ALL: releasing a few unreleased objects.
2005-08-04 Rémi Denis-CourmontFix heap buffer overflow
2005-08-03 Rémi Denis-CourmontUse UTF-8 internally (closes #16 and introduces lots...
2005-08-02 Christophe Massiot * src/stream_output/sap.c: Fixed small memory leak.
2005-07-30 Gildas Bazin* include/network.h, modules/access/mms/mmstu.c, src...
2005-07-29 Rémi Denis-CourmontForgot this file
2005-07-28 Rémi Denis-CourmontFix typo
2005-07-28 Rémi Denis-CourmontFix compiler warning
2005-07-28 Rémi Denis-Courmontinet_pton() replacement
2005-07-28 Damien Fouilleul- replaced inet_pton() with WSAStringToAddress() for...
2005-07-27 Rémi Denis-Courmont- Include proper source IP address in SAP header (longs...
2005-07-27 Rémi Denis-CourmontPut correct owner address in SAP-generated SDP
2005-07-26 Rémi Denis-CourmontAdd const
2005-07-21 Derk-Jan Hartman* a missing vlc_freeaddrinfo
2005-07-18 Rémi Denis-CourmontFix use of fatal use of unitialized value (regression...
2005-07-17 Cyril Deguet* all: compilation fix with vc7.1 compiler, and removed...
2005-07-16 Rémi Denis-CourmontReview and fix ACL duplication - really closes #262
2005-07-16 Rémi Denis-CourmontCopy the default ACL value in ACL_Duplicate - closes...
2005-07-16 Rocky BernsteinOne needs to #include errno.h in order to use errno...
2005-07-15 Rémi Denis-Courmont- Clean up
2005-07-14 Rémi Denis-CourmontThe solution was too simple, I guess
2005-07-13 Rémi Denis-CourmontUse ANSI isspace() for crap compilers that don't know...
2005-07-13 Damien Fouilleulisblank() is not an ANSI function,it should really...
2005-07-12 Rémi Denis-CourmontBetter ACL API (full rewrite)
2005-07-10 Rémi Denis-CourmontAll signedness fixes
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-30 Rémi Denis-CourmontSame as previous commit - for SAP announcer
2005-06-26 Rémi Denis-CourmontFixes httpd_ClientIP on Win32 & the likes
2005-06-26 Rémi Denis-CourmontMore conservative buffer size
2005-06-26 Rémi Denis-CourmontUse integer rather than strings for UDP/TCP port numbers
2005-06-25 Rémi Denis-CourmontFix lame compiler warning
2005-06-25 Rémi Denis-CourmontMore conservative buffer size
2005-06-23 Rémi Denis-Courmontfix use of uninitialized URI string pointer in SAP...
2005-06-03 Rémi Denis-CourmontFix declaration of sout_AnnounceSessionCreate
2005-05-31 Rémi Denis-CourmontKludge to remove square brackets and scopes from addres...
2005-05-31 Rémi Denis-Courmont- hopefuly fix sending of SAP announces over IPv6
2005-04-08 Christophe Massiot * src/stream_output/stream_output.c : Print a debug...
2005-03-03 Clément StenacHandle module variables in sout options parser
2005-02-07 Rémi Denis-Courmontfix two memleaks and remove a bogus net_Close()
2005-02-05 Rémi Denis-Courmont* convert SAP announce name & group from locale to...
2004-11-07 Rémi Denis-Courmontnet_* API update for encryption (recv / send virtualiza...
2004-11-06 Yoann Peronneau* Added group announcing support
2004-10-15 Gildas Bazin* src/stream_output/stream_output.c: oops, 1.5 seconds...
2004-10-15 Gildas Bazin* src/stream_output/stream_output.c:
2004-08-29 Clément StenacFix memleaks
2004-08-28 Sam Hocevar * Spelling fixes.
2004-08-10 Derk-Jan Hartman* include/stream_output.h: add a ip_version field to...
2004-08-04 Laurent Aimar * stream_output: sout_CfgParse will accept a special...
2004-08-04 Derk-Jan Hartman* Fixed the udp SDPs. More spec compliant now.
2004-07-10 Laurent Aimar * all: lot of cosmetics, and added a MUX_GET_MIME...
2004-07-06 Gildas Bazin* src/stream_output/stream_output.c: don't forget to...
2004-05-12 Gildas Bazin* src/stream_output/stream_output.c: allows spaces...
2004-05-11 Christophe Massiot* src/stream_output/stream_output.c: Use strtol for...
2004-04-25 Laurent Aimar * x264: compilation fix.
2004-04-25 Gildas Bazin* src/stream_output/stream_output.c: small sout_cfg_par...
2004-04-25 Gildas Bazin* src/stream_output/stream_output.c: small coding style...
2004-04-23 Laurent Aimar * stream_output: fixed bool handling in sout_ParseCfg.
2004-04-23 Laurent Aimar * stream_output: added bool support (untested).
2004-04-23 Laurent Aimar * stream_output: added a sout_ParseCfg to help sout...
2004-04-23 Gildas Bazin* src/*: portability fixes.
2004-04-18 Clément StenacMake the SAP parser happier
next