summaryrefslogtreecommitdiffstats
path: root/libavformat/rtspenc.c
Commit message (Expand)AuthorAgeFilesLines
* Make the RTSP muxer use rtsp_hd_out, for consistencyMartin Storsjö2010-06-081-1/+1
* Remove unused local variablesMartin Storsjö2010-06-051-1/+0
* RTSP: Add a second URLContext for outgoing messagesJosh Allmann2010-06-051-2/+2
* rtspenc: Write the interleaving header in the same buffer as the packet dataMartin Storsjö2010-06-041-3/+8
* Change the default codecs for the rtsp muxer to mpeg4 and aacMartin Storsjö2010-05-211-2/+2
* Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxerMartin Storsjö2010-05-211-7/+3
* Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö2010-03-251-8/+2
* Add support for TCP as lower transport in the RTSP muxerMartin Storsjö2010-03-221-1/+43
* ReindentMartin Storsjö2010-03-151-3/+3
* Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_p...Martin Storsjö2010-03-151-4/+14
* Use rt->control_uri consequently instead of s->filename in all RTSP commandsMartin Storsjö2010-03-091-2/+2
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-051-0/+1
* RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxerMartin Storsjö2010-02-261-2/+6
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-231-6/+6
* Add an RTSP muxerMartin Storsjö2010-02-221-0/+131
OpenPOWER on IntegriCloud