summaryrefslogtreecommitdiff
path: root/libavformat/rtspenc.c
Commit message (Expand)AuthorAgeFilesLines
...
| * rtspenc: include os_support.h for system without HAVE_POLL_HDave Yeo2011-01-281-0/+1
| * os: replace select with pollLuca Barbato2011-01-281-13/+6
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | rtsp: Don't store RTSPStream in AVStream->priv_dataMartin Storsjö2011-02-041-2/+0
* | rtspenc: include os_support.h for system without HAVE_POLL_HDave Yeo2011-01-301-0/+1
* | os: replace select with pollLuca Barbato2011-01-301-13/+6
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö2011-01-021-1/+1
* rtsp: Move rtsp_setup_output_streams into rtspenc.cMartin Storsjö2010-10-291-0/+67
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-251-1/+1
* Include lavu headers using quotes instead of angle bracketsMartin Storsjö2010-07-181-1/+1
* 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