| Commit message (Expand) | Author | Age | Files | Lines |
* | Cosmetics, break a long line, fix brace placement | Martin Storsjö | 2010-03-11 | 1 | -1/+3 |
* | RTSP muxer: Create the SDP with the numerical IP of the peer | Martin Storsjö | 2010-03-11 | 1 | -3/+20 |
* | Include os_support.h which has a fallback declaration of socklen_t | Dave Yeo | 2010-03-10 | 1 | -0/+1 |
* | Use rt->control_uri consequently instead of s->filename in all RTSP commands | Martin Storsjö | 2010-03-09 | 1 | -5/+5 |
* | RTSP: Resolve and use the actual IP address of the peer we're connected to, | Martin Storsjö | 2010-03-09 | 1 | -1/+9 |
* | Reindent | Martin Storsjö | 2010-03-08 | 1 | -2/+2 |
* | Rename url_split to ff_url_split | Martin Storsjö | 2010-03-08 | 1 | -2/+2 |
* | Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c | David Conrad | 2010-03-07 | 1 | -5/+2 |
* | Use ff_url_join for assembling URLs, instead of snprintf | Martin Storsjö | 2010-03-05 | 1 | -12/+21 |
* | Rename RTP depacketizer files from rtp_* to rtpdec_* | Martin Storsjö | 2010-02-28 | 1 | -2/+2 |
* | Cosmetics: reindent | Martin Storsjö | 2010-02-23 | 1 | -9/+9 |
* | Prefix non-static RTSP functions with ff_. | Ronald S. Bultje | 2010-02-23 | 1 | -35/+35 |
* | Add an RTSP muxer | Martin Storsjö | 2010-02-22 | 1 | -1/+3 |
* | Free metadata in chained RTP muxers in the RTSP muxer | Martin Storsjö | 2010-02-22 | 1 | -0/+2 |
* | Cosmetics: reindent | Martin Storsjö | 2010-02-22 | 1 | -12/+12 |
* | Add declarations and doxygen documentation of generic rtsp support functions | Martin Storsjö | 2010-02-22 | 1 | -28/+7 |
* | Cosmetics: reindent after applying patches | Martin Storsjö | 2010-02-22 | 1 | -2/+2 |
* | Don't follow RTSP redirects when used as a muxer | Martin Storsjö | 2010-02-22 | 1 | -1/+1 |
* | Add a function rtsp_setup_output_streams for announcing the SDP | Martin Storsjö | 2010-02-22 | 1 | -0/+62 |
* | Create AVFormatContext objects as private transport for output RTSP sessions | Martin Storsjö | 2010-02-22 | 1 | -2/+56 |
* | Split rtsp_read_header() into two functions, so that the main part (now also | Martin Storsjö | 2010-02-19 | 1 | -10/+24 |
* | Split out input-specific parts of rtsp_read_header() into its own, new, | Martin Storsjö | 2010-02-19 | 1 | -33/+42 |
* | Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e. | Martin Storsjö | 2010-02-19 | 1 | -1/+1 |
* | Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer) | Martin Storsjö | 2010-02-19 | 1 | -1/+3 |
* | Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState | Martin Storsjö | 2010-02-19 | 1 | -6/+6 |
* | Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the | Martin Storsjö | 2010-02-19 | 1 | -6/+6 |
* | Add functions to send RTSP commands with content attached to them. This will | Martin Storsjö | 2010-02-17 | 1 | -1/+25 |
* | When using RTP-over-UDP, send dummy packets during stream setup, similar to | Martin Storsjö | 2010-02-16 | 1 | -0/+6 |
* | Reindent after r21741. | Ronald S. Bultje | 2010-02-10 | 1 | -29/+29 |
* | Don't forget to set known audio parameters (samplerate, etc.) if the codec is | Ronald S. Bultje | 2010-02-10 | 1 | -5/+1 |
* | Don't use tcp_fd if we're not using TCP-based connections (e.g. when | Jeremy Morton | 2010-01-26 | 1 | -1/+1 |
* | Use the control URI from the SDP (if present) rather than the input filename, | Alan Steremberg | 2010-01-22 | 1 | -8/+17 |
* | Remove reply and content_ptr arguments from rtsp_send_cmd_async(), since | Ronald S. Bultje | 2010-01-21 | 1 | -9/+5 |
* | Change on rtsp_send_cmd() to the _async() version since we don't use the | Ronald S. Bultje | 2010-01-21 | 1 | -1/+1 |
* | Reindent after r21368. | Ronald S. Bultje | 2010-01-21 | 1 | -3/+3 |
* | Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitialized | Ronald S. Bultje | 2010-01-21 | 1 | -1/+1 |
* | Fix issue1658 (trailing space in rtpmap descriptor). | Ronald S. Bultje | 2010-01-13 | 1 | -2/+5 |
* | Add correct log context to av_log() calls in parse_rtpmap(). | Ronald S. Bultje | 2010-01-07 | 1 | -6/+7 |
* | Re-indent to more closely follow general coding standards used in other | Ronald S. Bultje | 2010-01-07 | 1 | -222/+240 |
* | Remove forward declarations. | Ronald S. Bultje | 2010-01-04 | 1 | -127/+119 |
* | Fix typo. | Stefano Sabatini | 2010-01-01 | 1 | -1/+1 |
* | Remove residual use of the doxygen markup which is deprecated, | Stefano Sabatini | 2010-01-01 | 1 | -1/+1 |
* | Rename internal function | Luca Barbato | 2009-12-30 | 1 | -3/+3 |
* | Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer | Luca Abeni | 2009-11-13 | 1 | -3/+5 |
* | Split the sdp_read_packet() function out of rtsp_read_packet(). | Luca Abeni | 2009-11-12 | 1 | -52/+63 |
* | Move some some functions around, so that splitting the SDP code out of | Luca Abeni | 2009-11-12 | 1 | -161/+162 |
* | rtsp_close_streams frees the auth_b64 line already | Luca Barbato | 2009-10-25 | 1 | -1/+0 |
* | Support 3xx redirection in rtsp | Luca Barbato | 2009-10-25 | 1 | -1/+11 |
* | Just remove params understood by the demuxer | Luca Barbato | 2009-10-24 | 1 | -10/+12 |
* | Suppress ?params in the rtsp uri | Luca Barbato | 2009-10-24 | 1 | -0/+5 |