]> git.sesse.net Git - vlc/history - modules/stream_out/rtp.c
SDP: fix ordering of b= and a=
[vlc] / modules / stream_out / rtp.c
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...