]> git.sesse.net Git - vlc/history - src/stream_output
Do not leak the IPC helper - might fix #1598
[vlc] / src / stream_output /
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...
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...
next