]> git.sesse.net Git - vlc/history - modules/stream_out/rtp.c
A bit of headers cleanup
[vlc] / modules / stream_out / rtp.c
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-23 Jean-Paul SamanPatch by aurelien: properly test for NULL.
2006-10-20 Rémi Denis-CourmontAnother TTL string unduped
2006-10-08 Derk-Jan Hartman* undo [16970]. Stick to 4 byte startcodes and single...
2006-10-07 Derk-Jan Hartman* Improve the h264 rtp muxing even more. Should now...
2006-10-07 Derk-Jan Hartman* Skip nal type 7 and 8 in RTP muxing.
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-26 Jean-Paul SamanFix: Quicktime 404 error on RTSP SETUP. Patch by Brian...
2006-09-09 Rémi Denis-CourmontReally fix SDP ordering here too (closes #716 again)
2006-09-08 Rémi Denis-CourmontFix SDP line ordering (closes #716)
2006-09-08 Sam Hocevar * modules/stream_out/rtp.c:
2006-08-15 Derk-Jan Hartman* provide the SPS and PPS in the SDP when doing h264...
2006-06-10 Rémi Denis-CourmontInclude bitrate in SDP when known.
2006-05-25 Derk-Jan Hartman* H264 RTP packetization by Vitaly V. Bursov <vitalyvb...
2006-04-29 Rémi Denis-CourmontUse strlcpy
2006-04-13 Derk-Jan Hartman* Revert the unintentially committed files of [15202]
2006-04-13 Derk-Jan Hartman* Fix libgcrypt on MacIntel by disabling it's ASM....
2006-03-25 Clément StenacStrings review in stream_out (Refs:#438). Please review...
2006-03-23 Derk-Jan Hartman* Fix AMR RTP muxing. patch by Alex Antropoff <alant...
2006-03-22 Jean-Paul SamanAdd support for X-Playnow RTSP option
2006-03-19 Christophe Mutricystream_out/*: String review (refs #438)
2006-03-14 Derk-Jan Hartman* We are not gonna start naming options to RFCs. Let...
2006-03-14 Rémi Denis-CourmontWhoops. Disable by default for now.
2006-03-14 Rémi Denis-CourmontApply RFC3016 RTP packetizer patch from Alex Antropoff
2006-03-08 Rémi Denis-CourmontFix TTL range check
2006-03-01 Derk-Jan Hartman* trackID changes for the VLC rtsp server as suggested...
2006-02-28 Derk-Jan Hartman* Fix the rtp module to not create broken SDPs. muxed...
2006-02-27 Rémi Denis-CourmontSeparate socket/resolv stuff (network.h) from url stuff...
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-02-13 Rémi Denis-CourmontFurther fopen() unicode fixes (refs #528)
2006-02-11 Rémi Denis-Courmont- Fix typo in previous commit
2006-02-11 Rémi Denis-CourmontSimplify [12964]
2006-01-12 Antoine CellerierFSF address change.
2005-12-15 Felix Paul Kühneo.O (refs [13767])
2005-12-15 Felix Paul Kühne* unify the Time-To-Live string and fix its Spanish...
2005-10-27 Marian Durkovicfix relation between MTU and RTP max packet size -...
2005-10-25 Marian Durkovicfix for SAP announcements:
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...