| Commit message (Expand) | Author | Age | Files | Lines |
* | Send NAT punching messages to the address specified in the Transport: | John Wimer | 2010-09-03 | 1 | -0/+1 |
* | rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet | Josh Allmann | 2010-08-29 | 1 | -0/+5 |
* | Handle IPv6 in the RTSP code | Martin Storsjö | 2010-08-25 | 1 | -1/+1 |
* | Handle IPv6 in the SDP demuxer | Martin Storsjö | 2010-08-25 | 1 | -1/+1 |
* | get rid of MAX_STREAMS limit in RTSP | Aurelien Jacobs | 2010-08-09 | 1 | -1/+5 |
* | Preserve status reason | Luca Barbato | 2010-08-06 | 1 | -0/+5 |
* | RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references... | Josh Allmann | 2010-06-25 | 1 | -5/+0 |
* | Cosmetics: Change connexion to connection in code comments | Martin Storsjö | 2010-06-14 | 1 | -1/+1 |
* | Add RTSP tunneling over HTTP | Josh Allmann | 2010-06-08 | 1 | -0/+12 |
* | Cosmetics: Reindent/align/wrap | Martin Storsjö | 2010-06-05 | 1 | -13/+13 |
* | RTSP: Propagate errors up from ff_rtsp_send_cmd* | Josh Allmann | 2010-06-05 | 1 | -4/+8 |
* | RTSP: Add a second URLContext for outgoing messages | Josh Allmann | 2010-06-05 | 1 | -0/+11 |
* | Change default number of channels (used if unspecified in the format desc) | Ronald S. Bultje | 2010-06-01 | 1 | -1/+1 |
* | Replace @returns by @return. | Benoit Fouet | 2010-03-30 | 1 | -2/+2 |
* | Actually parse the auth headers in RTSP | Martin Storsjö | 2010-03-25 | 1 | -1/+2 |
* | Make RTSP use the generic http authentication code | Martin Storsjö | 2010-03-25 | 1 | -2/+6 |
* | Add separate method/url parameters to the rtsp_send_cmd functions | Martin Storsjö | 2010-03-25 | 1 | -6/+14 |
* | Make rtsp_skip_packet non-static, add ff prefix | Martin Storsjö | 2010-03-15 | 1 | -0/+5 |
* | RTSP: Synchronize the start time of the chained RTP muxers | Martin Storsjö | 2010-03-15 | 1 | -0/+3 |
* | Cosmetics: reindent | Martin Storsjö | 2010-02-23 | 1 | -11/+11 |
* | Prefix non-static RTSP functions with ff_. | Ronald S. Bultje | 2010-02-23 | 1 | -11/+8 |
* | Add declarations and doxygen documentation of generic rtsp support functions | Martin Storsjö | 2010-02-22 | 1 | -0/+90 |
* | Create AVFormatContext objects as private transport for output RTSP sessions | Martin Storsjö | 2010-02-22 | 1 | -1/+1 |
* | Remove stale function declaration. | Martin Storsjö | 2010-02-19 | 1 | -1/+0 |
* | Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the | Martin Storsjö | 2010-02-19 | 1 | -1/+1 |
* | Use the control URI from the SDP (if present) rather than the input filename, | Alan Steremberg | 2010-01-22 | 1 | -0/+5 |
* | Support 3xx redirection in rtsp | Luca Barbato | 2009-10-25 | 1 | -0/+4 |
* | RTSP basic authentication, patch originally by Philip Coombes | Ronald S. Bultje | 2009-09-17 | 1 | -0/+3 |
* | Implement support for EOS as used by WMS and other RTSP servers that do not | Ronald S. Bultje | 2009-07-27 | 1 | -0/+5 |
* | Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See | Ronald S. Bultje | 2009-07-27 | 1 | -0/+4 |
* | Use globally consistent include guard names. | Stefano Sabatini | 2009-07-19 | 1 | -3/+3 |
* | Support seeking as defined by the rfc | Luca Barbato | 2009-06-10 | 1 | -0/+1 |
* | Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should | Stefano Sabatini | 2009-06-06 | 1 | -1/+1 |
* | Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, | Ronald S. Bultje | 2009-04-15 | 1 | -0/+18 |
* | Add a @todo item to use ByteIOContext instead of URLContext at some point in | Ronald S. Bultje | 2009-03-21 | 1 | -0/+2 |
* | Add RTP/ASF header parsing, which is part of the SDP of these streams. See | Ronald S. Bultje | 2009-03-17 | 1 | -0/+6 |
* | Document rtsp.h, see "[PATCH] document rtsp.h" thread. | Ronald S. Bultje | 2009-02-26 | 1 | -30/+172 |
* | Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the | Ronald S. Bultje | 2009-02-21 | 1 | -3/+3 |
* | Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH] | Ronald S. Bultje | 2009-02-16 | 1 | -3/+3 |
* | Don't install rtsp.h. It is intended to be private, it depends on rtp code | Ronald S. Bultje | 2009-02-16 | 1 | -3/+0 |
* | Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h | Luca Abeni | 2009-02-06 | 1 | -1/+1 |
* | Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and | Ronald S. Bultje | 2009-02-05 | 1 | -2/+2 |
* | Delete an enum and a function typedef that aren't used anywhere, and | Ronald S. Bultje | 2009-02-05 | 1 | -18/+0 |
* | Move enum RTSPTransport up a bit, so that all fields that are assigned a value | Ronald S. Bultje | 2009-02-04 | 1 | -7/+7 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by | Ronald S. Bultje | 2009-01-07 | 1 | -1/+1 |
* | Fix doxy comments missing one '*'. | Ronald S. Bultje | 2009-01-07 | 1 | -3/+3 |
* | Use the "server" RTSP field to detect whether the server that we're talking | Ronald S. Bultje | 2009-01-07 | 1 | -0/+2 |
* | Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future | Ronald S. Bultje | 2009-01-07 | 1 | -0/+60 |
* | Implement a RTSPTransport field, which allows proper separation of server | Ronald S. Bultje | 2008-09-30 | 1 | -0/+1 |