2006-02-28 |
Rémi Denis-Courmont | Fail when trying to advertise a stream with an out... |
tree | commitdiff |
2006-02-11 |
Rémi Denis-Courmont | Handle TTL in SDP properly (IPv4 at least) for raw... |
tree | commitdiff |
2006-02-11 |
Rémi Denis-Courmont | SAP hop limit should always be 255 as per its specifica... |
tree | commitdiff |
2006-02-06 |
Antoine Cellerier | Remove useless lines (which came from a missunderstandi... |
tree | commitdiff |
2006-02-05 |
Antoine Cellerier | sout-standard-url is deprecated |
tree | commitdiff |
2006-02-05 |
Antoine Cellerier | Deprecated options handling |
tree | commitdiff |
2006-02-04 |
Clément Stenac | Stop using strings to index stats, use integers. The... |
tree | commitdiff |
2006-02-04 |
Clément Stenac | * Avoid useless stats_Get calls |
tree | commitdiff |
2006-02-04 |
Clément Stenac | AccessOutWrite is called very often, especially for... |
tree | commitdiff |
2006-02-03 |
Sigmund Augdal Helberg | fix --no-stats in a few cases (there are more remaining) |
tree | commitdiff |
2006-02-01 |
Rémi Denis-Courmont | Uniformize source files encoding |
tree | commitdiff |
2006-01-31 |
Rémi Denis-Courmont | Generate correct originating address in SAP header |
tree | commitdiff |
2006-01-27 |
Clément Stenac | * Improve timers (Refs:#473) |
tree | commitdiff |
2006-01-23 |
Clément Stenac | Gather some sout stats (Refs:#473) |
tree | commitdiff |
2006-01-12 |
Antoine Cellerier | FSF address change. |
tree | commitdiff |
2005-12-05 |
Rémi Denis-Courmont | - Don't print a bogus warning when reading on empty... |
tree | commitdiff |
2005-12-05 |
Rémi Denis-Courmont | Use net_ConnectUDP |
tree | commitdiff |
2005-11-29 |
Clément Stenac | Remove SLP (Closes:#434) |
tree | commitdiff |
2005-10-29 |
Antoine Cellerier | s/unsuported/unsupported/ (thanks to tumu) |
tree | commitdiff |
2005-10-23 |
Clément Stenac | Export URI from RTP module . Closes:#403 |
tree | commitdiff |
2005-10-23 |
Rémi Denis-Courmont | Revert commit [12925] - reopens #403 |
tree | commitdiff |
2005-10-23 |
Clément Stenac | psz_uri can be null in sap announcer if we have a SDP... |
tree | commitdiff |
2005-10-20 |
Marian Durkovic | send proper info in m= line of SAP announcements: |
tree | commitdiff |
2005-10-16 |
Derk-Jan Hartman | * announces -> announcements (announce is a verb) |
tree | commitdiff |
2005-09-22 |
Gildas Bazin | * src/stream_output/sap.c: net_Write() returns an int... |
tree | commitdiff |
2005-09-22 |
Gildas Bazin | * ALL: WinCE EVC compilation fixes. |
tree | commitdiff |
2005-09-18 |
Jean-Paul Saman | Fix compiler warning about signed and unsigned comparisons |
tree | commitdiff |
2005-08-15 |
Clément Stenac | Fix a few warnings |
tree | commitdiff |
2005-08-14 |
Rémi Denis-Courmont | Fix SAP announce destination address - closes #314 |
tree | commitdiff |
2005-08-14 |
Eric Petit | ALL: compile fixes |
tree | commitdiff |
2005-08-06 |
Cyril Deguet | * libvlc.c: don't crash in vlc_iconv if vlc_iconv_open... |
tree | commitdiff |
2005-08-05 |
Christophe Massiot | * ALL: releasing a few unreleased objects. |
tree | commitdiff |
2005-08-04 |
Rémi Denis-Courmont | Fix heap buffer overflow |
tree | commitdiff |
2005-08-03 |
Rémi Denis-Courmont | Use UTF-8 internally (closes #16 and introduces lots... |
tree | commitdiff |
2005-08-02 |
Christophe Massiot | * src/stream_output/sap.c: Fixed small memory leak. |
tree | commitdiff |
2005-07-30 |
Gildas Bazin | * include/network.h, modules/access/mms/mmstu.c, src... |
tree | commitdiff |
2005-07-29 |
Rémi Denis-Courmont | Forgot this file |
tree | commitdiff |
2005-07-28 |
Rémi Denis-Courmont | Fix typo |
tree | commitdiff |
2005-07-28 |
Rémi Denis-Courmont | Fix compiler warning |
tree | commitdiff |
2005-07-28 |
Rémi Denis-Courmont | inet_pton() replacement |
tree | commitdiff |
2005-07-28 |
Damien Fouilleul | - replaced inet_pton() with WSAStringToAddress() for... |
tree | commitdiff |
2005-07-27 |
Rémi Denis-Courmont | - Include proper source IP address in SAP header (longs... |
tree | commitdiff |
2005-07-27 |
Rémi Denis-Courmont | Put correct owner address in SAP-generated SDP |
tree | commitdiff |
2005-07-26 |
Rémi Denis-Courmont | Add const |
tree | commitdiff |
2005-07-21 |
Derk-Jan Hartman | * a missing vlc_freeaddrinfo |
tree | commitdiff |
2005-07-18 |
Rémi Denis-Courmont | Fix use of fatal use of unitialized value (regression... |
tree | commitdiff |
2005-07-17 |
Cyril Deguet | * all: compilation fix with vc7.1 compiler, and removed... |
tree | commitdiff |
2005-07-16 |
Rémi Denis-Courmont | Review and fix ACL duplication - really closes #262 |
tree | commitdiff |
2005-07-16 |
Rémi Denis-Courmont | Copy the default ACL value in ACL_Duplicate - closes... |
tree | commitdiff |
2005-07-16 |
Rocky Bernstein | One needs to #include errno.h in order to use errno... |
tree | commitdiff |
2005-07-15 |
Rémi Denis-Courmont | - Clean up |
tree | commitdiff |
2005-07-14 |
Rémi Denis-Courmont | The solution was too simple, I guess |
tree | commitdiff |
2005-07-13 |
Rémi Denis-Courmont | Use ANSI isspace() for crap compilers that don't know... |
tree | commitdiff |
2005-07-13 |
Damien Fouilleul | isblank() is not an ANSI function,it should really... |
tree | commitdiff |
2005-07-12 |
Rémi Denis-Courmont | Better ACL API (full rewrite) |
tree | commitdiff |
2005-07-10 |
Rémi Denis-Courmont | All signedness fixes |
tree | commitdiff |
2005-07-09 |
Rémi Denis-Courmont | Make Zorglub less unhappy |
tree | commitdiff |
2005-07-08 |
Rémi Denis-Courmont | Copyright fixes |
tree | commitdiff |
2005-06-30 |
Rémi Denis-Courmont | Same as previous commit - for SAP announcer |
tree | commitdiff |
2005-06-26 |
Rémi Denis-Courmont | Fixes httpd_ClientIP on Win32 & the likes |
tree | commitdiff |
2005-06-26 |
Rémi Denis-Courmont | More conservative buffer size |
tree | commitdiff |
2005-06-26 |
Rémi Denis-Courmont | Use integer rather than strings for UDP/TCP port numbers |
tree | commitdiff |
2005-06-25 |
Rémi Denis-Courmont | Fix lame compiler warning |
tree | commitdiff |
2005-06-25 |
Rémi Denis-Courmont | More conservative buffer size |
tree | commitdiff |
2005-06-23 |
Rémi Denis-Courmont | fix use of uninitialized URI string pointer in SAP... |
tree | commitdiff |
2005-06-03 |
Rémi Denis-Courmont | Fix declaration of sout_AnnounceSessionCreate |
tree | commitdiff |
2005-05-31 |
Rémi Denis-Courmont | Kludge to remove square brackets and scopes from addres... |
tree | commitdiff |
2005-05-31 |
Rémi Denis-Courmont | - hopefuly fix sending of SAP announces over IPv6 |
tree | commitdiff |
2005-04-08 |
Christophe Massiot | * src/stream_output/stream_output.c : Print a debug... |
tree | commitdiff |
2005-03-03 |
Clément Stenac | Handle module variables in sout options parser |
tree | commitdiff |
2005-02-07 |
Rémi Denis-Courmont | fix two memleaks and remove a bogus net_Close() |
tree | commitdiff |
2005-02-05 |
Rémi Denis-Courmont | * convert SAP announce name & group from locale to... |
tree | commitdiff |
2004-11-07 |
Rémi Denis-Courmont | net_* API update for encryption (recv / send virtualiza... |
tree | commitdiff |
2004-11-06 |
Yoann Peronneau | * Added group announcing support |
tree | commitdiff |
2004-10-15 |
Gildas Bazin | * src/stream_output/stream_output.c: oops, 1.5 seconds... |
tree | commitdiff |
2004-10-15 |
Gildas Bazin | * src/stream_output/stream_output.c: |
tree | commitdiff |
2004-08-29 |
Clément Stenac | Fix memleaks |
tree | commitdiff |
2004-08-28 |
Sam Hocevar | * Spelling fixes. |
tree | commitdiff |
2004-08-10 |
Derk-Jan Hartman | * include/stream_output.h: add a ip_version field to... |
tree | commitdiff |
2004-08-04 |
Laurent Aimar | * stream_output: sout_CfgParse will accept a special... |
tree | commitdiff |
2004-08-04 |
Derk-Jan Hartman | * Fixed the udp SDPs. More spec compliant now. |
tree | commitdiff |
2004-07-10 |
Laurent Aimar | * all: lot of cosmetics, and added a MUX_GET_MIME... |
tree | commitdiff |
2004-07-06 |
Gildas Bazin | * src/stream_output/stream_output.c: don't forget to... |
tree | commitdiff |
2004-05-12 |
Gildas Bazin | * src/stream_output/stream_output.c: allows spaces... |
tree | commitdiff |
2004-05-11 |
Christophe Massiot | * src/stream_output/stream_output.c: Use strtol for... |
tree | commitdiff |
2004-04-25 |
Laurent Aimar | * x264: compilation fix. |
tree | commitdiff |
2004-04-25 |
Gildas Bazin | * src/stream_output/stream_output.c: small sout_cfg_par... |
tree | commitdiff |
2004-04-25 |
Gildas Bazin | * src/stream_output/stream_output.c: small coding style... |
tree | commitdiff |
2004-04-23 |
Laurent Aimar | * stream_output: fixed bool handling in sout_ParseCfg. |
tree | commitdiff |
2004-04-23 |
Laurent Aimar | * stream_output: added bool support (untested). |
tree | commitdiff |
2004-04-23 |
Laurent Aimar | * stream_output: added a sout_ParseCfg to help sout... |
tree | commitdiff |
2004-04-23 |
Gildas Bazin | * src/*: portability fixes. |
tree | commitdiff |
2004-04-18 |
Clément Stenac | Make the SAP parser happier |
tree | commitdiff |
2004-04-18 |
Clément Stenac | * ALL: Better announce system |
tree | commitdiff |
2004-04-07 |
Laurent Aimar | * input/input_dec.c: we automaticaly switch to minimiz... |
tree | commitdiff |
2004-03-11 |
Laurent Aimar | * stream_output: sout_buffer_t -> block_t. |
tree | commitdiff |
2004-03-10 |
Laurent Aimar | * stream_output.c: delete meta informations after... |
tree | commitdiff |
2004-03-10 |
Laurent Aimar | * input, stream_output: handle sout_instance_t->p_meta. |
tree | commitdiff |
2004-03-06 |
Laurent Aimar | * all: implemented sout asynch support. (ie sout will... |
tree | commitdiff |
2004-03-05 |
Sam Hocevar | * Added "Id" svn:keywords property to all files conta... |
tree | commitdiff |
next |