| Commit message (Expand) | Author | Age | Files | Lines |
* | rtsp: Don't store RTSPStream in AVStream->priv_data | Martin Storsjö | 2011-02-03 | 1 | -2/+0 |
* | rtspenc: include os_support.h for system without HAVE_POLL_H | Dave Yeo | 2011-01-28 | 1 | -0/+1 |
* | os: replace select with poll | Luca Barbato | 2011-01-28 | 1 | -13/+6 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | rtsp: Add a method parameter to ff_rtsp_read_reply | Martin Storsjö | 2011-01-02 | 1 | -1/+1 |
* | rtsp: Move rtsp_setup_output_streams into rtspenc.c | Martin Storsjö | 2010-10-29 | 1 | -0/+67 |
* | rtp: Replace hardcoded RTCP packet types with defines | Josh Allmann | 2010-08-25 | 1 | -1/+1 |
* | Include lavu headers using quotes instead of angle brackets | Martin Storsjö | 2010-07-18 | 1 | -1/+1 |
* | 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 |