]> git.sesse.net Git - vlc/history - modules/stream_out/rtp.c
fixed SAP announcement deletion for muxed streams
[vlc] / modules / stream_out / rtp.c
2005-10-24 Marian Durkovicfixed SAP announcement deletion for muxed streams
2005-10-23 Marian DurkovicSAP announcer needs destination address in URI
2005-10-23 Clément StenacExport URI from RTP module . Closes:#403
2005-10-20 Marian Durkovicfixed some issues with port numbers
2005-10-20 Marian Durkovicfixed rtp with mux=ts
2005-07-31 Rémi Denis-Courmont- Put IP6 instead of IP4 when appropriate
2005-07-29 Rémi Denis-CourmontI had missed a third similar problem
2005-07-29 Rémi Denis-Courmont- Add httpd_ServerIP() to obtain HTTP server's IP used...
2005-07-29 Rémi Denis-CourmontSimilar fixes
2005-07-29 Rémi Denis-CourmontA bunch of minor fixes
2005-07-29 Rémi Denis-CourmontUse more sensible/conservative buffer size for psz_ttl
2005-07-29 Rémi Denis-CourmontDon't use NULL char pointer
2005-07-28 Rémi Denis-CourmontFix RTSP error codes
2005-07-26 Rémi Denis-CourmontFix FIXME
2005-07-25 Derk-Jan Hartman* Fix the two SAP issues reported by Marian Durkovic.
2005-07-21 Derk-Jan Hartman* Added net_AddressIsMulticast that takes a string...
2005-07-12 Rémi Denis-CourmontBetter ACL API (full rewrite)
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-29 Gildas Bazin* modules/stream_out/rtp.c, modules/misc/rtsp.c: attemp...
2005-06-17 Christophe Massiot * modules/control/http.c: Added support for .hosts...
2005-05-31 Rémi Denis-Courmont- hopefuly fix sending of SAP announces over IPv6
2005-05-17 Felix Paul Kühne* capitalise "Time To Live" always
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2004-12-11 Clément StenacImprovements to preferences
2004-11-24 Clément StenacRelease the access in case of failure
2004-11-24 Clément StenacFix segfault in RTSP mode
2004-08-10 Derk-Jan Hartman* include/stream_output.h: add a ip_version field to...
2004-08-04 Laurent Aimar * rtp.c: based on a patch/idea of Philippe Van Hecke:
2004-07-31 Derk-Jan Hartmanmodules/stream_output/rtp.c:
2004-07-30 Derk-Jan Hartman* SDP should use \r\n instead of \n
2004-07-30 Rémi Denis-CourmontCompile fix
2004-07-29 Laurent Aimar * rtp: added port-audio and port-video option (for...
2004-07-28 Laurent Aimar * rtp: sdp can now be exported as a file (sdp=file...
2004-07-17 Rémi Denis-CourmontFix corner case introduced in HTTPd IPv6 patch
2004-07-10 Laurent Aimar * all: cosmetics.
2004-07-05 Rémi Denis-CourmontFixed memory leak (can anyone confirm?)
2004-06-28 Felix Paul Kühne* ALL: minor spelling fixes
2004-05-29 Laurent Aimar * rtp: use dynamique RTP payload type for h263-1998...
2004-05-28 Laurent Aimar * rtp: h263 support (untested).
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-25 Clément StenacFix description
2004-04-24 Gildas Bazin* modules/stream_out/*: attempt at adding descriptions...
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-03-29 Laurent Aimar * rtp: fixed segfault with mux=
2004-03-21 Laurent Aimar * rtp: sdp=rtsp:// urls begin to work (multicast+unicast).
2004-03-11 Laurent Aimar * stream_out: sout_buffer_t -> block_t.
2004-03-06 Laurent Aimar * rtp, display: update p_sout->i_out_pace_nocontrol.
2004-03-03 Laurent Aimar * rtp: ported to new httpd.
2004-02-02 Laurent Aimar * rtp: fixed mpeg1/2 with QT (QT want pts for each...
2004-02-02 Laurent Aimar * rtp: fix in mpeg 1/2 packetization.
2004-01-30 Laurent Aimar * rtp: fixed mpeg4 audio. && was used instead of ...
2004-01-30 Laurent Aimar * rtp: fixed a bug that corrupt video/audio config...
2004-01-25 Gildas Bazin* modules/stream_out/*: coding style changes + strings...
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-11-07 Laurent Aimar * rtp: removed a annoying debug message
2003-11-07 Laurent Aimar * rtp: added a sdp options to export sdp. For now...
2003-11-01 Laurent Aimar * rtp: added l8 (u8 samples) and l16 (s16b samples...
2003-11-01 Laurent Aimar * rtp: - added TS/PS support. (ex: #rtp{dst=ip,port...
2003-11-01 Laurent Aimar * rtp: Added mpeg4 video(rfc 3016) and audio(mpeg4...
2003-10-31 Laurent Aimar * begin to add a rtp mixer. For now it support mpeg...