| Commit message (Expand) | Author | Age | Files | Lines |
* | rtsp: remove disabled code | Diego Biurrun | 2011-07-18 | 1 | -3/+0 |
* | doxygen: Make sure parameter names match between .c and .h files. | Diego Biurrun | 2011-07-14 | 1 | -2/+2 |
* | RTSP: Doxygen comment cleanup | Diego Biurrun | 2011-07-03 | 1 | -2/+4 |
* | rtspenc: Add RTP muxer options | Martin Storsjö | 2011-06-10 | 1 | -0/+5 |
* | rtspdec: add initial_pause private option. | Anton Khirnov | 2011-05-27 | 1 | -0/+8 |
* | rtsp: Only do keepalive using GET_PARAMETER if the server supports it | Martin Storsjö | 2011-05-11 | 1 | -0/+5 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
* | os: replace select with poll | Luca Barbato | 2011-01-28 | 1 | -0/+5 |
* | Make ff_rtsp_send_cmd_with_content_async static to rtsp.c. | Diego Elio Pettenò | 2011-01-25 | 1 | -18/+0 |
* | rtspdec: Retry with TCP if UDP failed | Martin Storsjö | 2011-01-24 | 1 | -0/+13 |
* | rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_request | Martin Storsjo | 2011-01-24 | 1 | -0/+6 |
* | rtsp: Make make_setup_request a nonstatic function | Martin Storsjo | 2011-01-24 | 1 | -0/+7 |
* | rtsp: Allow requesting of filtering of source packets | Martin Storsjö | 2011-01-06 | 1 | -0/+4 |
* | rtsp: Store the Content-Base header value straight to the target | Martin Storsjö | 2011-01-02 | 1 | -4/+0 |
* | rtsp: Pass the method name to ff_rtsp_parse_line | Martin Storsjö | 2011-01-02 | 1 | -1/+1 |
* | rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthState | Martin Storsjö | 2011-01-02 | 1 | -1/+1 |
* | rtsp: Add a method parameter to ff_rtsp_read_reply | Martin Storsjö | 2011-01-02 | 1 | -1/+3 |
* | rtsp: Parse and use the Content-Base reply header, if present | Martin Storsjö | 2010-11-15 | 1 | -0/+4 |
* | rtsp: Split out the RTSP demuxer functions to a separate, new file | Martin Storsjö | 2010-10-29 | 1 | -0/+24 |
* | rtsp: Move rtsp_setup_output_streams into rtspenc.c | Martin Storsjö | 2010-10-29 | 1 | -0/+6 |
* | drop rtsp_default_protocols which is not part of public API and not used anymore | Aurelien Jacobs | 2010-10-23 | 1 | -3/+0 |
* | rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_... | Martin Storsjö | 2010-10-08 | 1 | -3/+0 |
* | rtsp: Use a dynamically allocated receive buffer | Martin Storsjö | 2010-10-01 | 1 | -0/+3 |
* | 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 |