aboutsummaryrefslogtreecommitdiff
path: root/libavformat/rtspenc.c
AgeCommit message (Expand)Author
2010-06-08Make the RTSP muxer use rtsp_hd_out, for consistencyMartin Storsjö
2010-06-05Remove unused local variablesMartin Storsjö
2010-06-05RTSP: Add a second URLContext for outgoing messagesJosh Allmann
2010-06-04rtspenc: Write the interleaving header in the same buffer as the packet dataMartin Storsjö
2010-05-21Change the default codecs for the rtsp muxer to mpeg4 and aacMartin Storsjö
2010-05-21Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxerMartin Storsjö
2010-03-25Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö
2010-03-22Add support for TCP as lower transport in the RTSP muxerMartin Storsjö
2010-03-15ReindentMartin Storsjö
2010-03-15Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_p...Martin Storsjö
2010-03-09Use rt->control_uri consequently instead of s->filename in all RTSP commandsMartin Storsjö
2010-03-05Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö
2010-02-26RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxerMartin Storsjö
2010-02-23Prefix non-static RTSP functions with ff_.Ronald S. Bultje
2010-02-22Add an RTSP muxerMartin Storsjö