| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the RTSP muxer use rtsp_hd_out, for consistency | Martin Storsjö | 2010-06-08 | 1 | -1/+1 |
* | Remove unused local variables | Martin Storsjö | 2010-06-05 | 1 | -1/+0 |
* | RTSP: Add a second URLContext for outgoing messages | Josh Allmann | 2010-06-05 | 1 | -2/+2 |
* | rtspenc: Write the interleaving header in the same buffer as the packet data | Martin Storsjö | 2010-06-04 | 1 | -3/+8 |
* | Change the default codecs for the rtsp muxer to mpeg4 and aac | Martin Storsjö | 2010-05-21 | 1 | -2/+2 |
* | Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxer | Martin Storsjö | 2010-05-21 | 1 | -7/+3 |
* | Add separate method/url parameters to the rtsp_send_cmd functions | Martin Storsjö | 2010-03-25 | 1 | -8/+2 |
* | Add support for TCP as lower transport in the RTSP muxer | Martin Storsjö | 2010-03-22 | 1 | -1/+43 |
* | Reindent | Martin Storsjö | 2010-03-15 | 1 | -3/+3 |
* | Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_p... | Martin Storsjö | 2010-03-15 | 1 | -4/+14 |
* | Use rt->control_uri consequently instead of s->filename in all RTSP commands | Martin Storsjö | 2010-03-09 | 1 | -2/+2 |
* | Use ff_url_join for assembling URLs, instead of snprintf | Martin Storsjö | 2010-03-05 | 1 | -0/+1 |
* | RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxer | Martin Storsjö | 2010-02-26 | 1 | -2/+6 |
* | Prefix non-static RTSP functions with ff_. | Ronald S. Bultje | 2010-02-23 | 1 | -6/+6 |
* | Add an RTSP muxer | Martin Storsjö | 2010-02-22 | 1 | -0/+131 |