| Commit message (Expand) | Author | Age | Files | Lines |
* | Report when a method gets an error status code | Luca Barbato | 2010-07-12 | 1 | -0/+7 |
* | Make ff_url_split() public | Måns Rullgård | 2010-06-27 | 1 | -2/+2 |
* | RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references... | Josh Allmann | 2010-06-25 | 1 | -2/+1 |
* | RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c | Josh Allmann | 2010-06-25 | 1 | -67/+2 |
* | RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c | Josh Allmann | 2010-06-25 | 1 | -58/+0 |
* | RTSP: Remove skip_spaces in favor of strspn | Josh Allmann | 2010-06-25 | 1 | -25/+12 |
* | Make the http protocol open the connection immediately in http_open again | Martin Storsjö | 2010-06-22 | 1 | -3/+8 |
* | RTSP: Use the same authentication for the HTTP POST session as for the GET | Martin Storsjö | 2010-06-21 | 1 | -0/+18 |
* | RTSP: Add the auth credentials to the HTTP tunnel URL, too | Martin Storsjö | 2010-06-19 | 1 | -1/+1 |
* | RTSP: Set the connection handles to null after closing them | Martin Storsjö | 2010-06-19 | 1 | -0/+1 |
* | RTSP: Don't store the connection handles in local variables | Josh Allmann | 2010-06-19 | 1 | -14/+9 |
* | RTSP: Clean up rtsp_hd on failure | Martin Storsjö | 2010-06-18 | 1 | -0/+2 |
* | Cosmetics: Change connexion to connection in code comments | Martin Storsjö | 2010-06-14 | 1 | -1/+1 |
* | RTSP: Shrink SDP fmtp parsing buffer size | Josh Allmann | 2010-06-14 | 1 | -4/+3 |
* | Reindent | Josh Allmann | 2010-06-14 | 1 | -7/+7 |
* | Add RTSP tunneling over HTTP | Josh Allmann | 2010-06-08 | 1 | -4/+76 |
* | Cosmetics: Reindent/align/wrap | Martin Storsjö | 2010-06-05 | 1 | -15/+16 |
* | RTSP: Propagate errors up from ff_rtsp_send_cmd* | Josh Allmann | 2010-06-05 | 1 | -9/+16 |
* | 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 | -6/+15 |
* | Fix a crash when opening WMS RTSP streams | Martin Storsjö | 2010-05-19 | 1 | -0/+2 |
* | Mark av_metadata_set() as deprecated, and use av_metadata_set2() | Stefano Sabatini | 2010-04-25 | 1 | -2/+2 |
* | Reset RTCP timestamps after seeking, add range start offset to the packets ti... | Martin Storsjö | 2010-04-20 | 1 | -0/+17 |
* | Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext | Martin Storsjö | 2010-04-20 | 1 | -1/+20 |
* | AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x) | Ramiro Polla | 2010-04-16 | 1 | -1/+1 |
* | Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA err... | Ronald S. Bultje | 2010-04-15 | 1 | -1/+1 |
* | Zero-initialize the reply struct | Martin Storsjö | 2010-04-04 | 1 | -1/+1 |
* | Remove a redundant assignment, found by clang | Martin Storsjö | 2010-04-03 | 1 | -2/+0 |
* | ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>. | Sam Gerstein | 2010-04-02 | 1 | -1/+1 |
* | Merge Vorbis / Theora depayloaders. | Josh Allmann | 2010-04-01 | 1 | -4/+0 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -7/+7 |
* | Replace @returns by @return. | Benoit Fouet | 2010-03-30 | 1 | -1/+1 |
* | Some spelling fixes. | Reimar Döffinger | 2010-03-29 | 1 | -4/+4 |
* | Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlab | Sam Gerstein | 2010-03-29 | 1 | -3/+13 |
* | Reassemble the RTSP URL before replacing hostname with the numerical IP | Martin Storsjö | 2010-03-25 | 1 | -5/+6 |
* | Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary buffer | Martin Storsjö | 2010-03-25 | 1 | -5/+3 |
* | Don't force basic auth in RTSP, but retry with the server-specified method on... | Martin Storsjö | 2010-03-25 | 1 | -1/+9 |
* | Actually parse the auth headers in RTSP | Martin Storsjö | 2010-03-25 | 1 | -2/+9 |
* | Make RTSP use the generic http authentication code | Martin Storsjö | 2010-03-25 | 1 | -13/+9 |
* | Add separate method/url parameters to the rtsp_send_cmd functions | Martin Storsjö | 2010-03-25 | 1 | -54/+39 |
* | Reindent | Martin Storsjö | 2010-03-25 | 1 | -5/+5 |
* | Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_content | Martin Storsjö | 2010-03-24 | 1 | -3/+1 |
* | Issue a warning if the received CSeq isn't the expected one | Luca Barbato | 2010-03-24 | 1 | -0/+5 |
* | Handle errors returned from ff_rtsp_read_reply in udp_read_packet properly | Martin Storsjö | 2010-03-24 | 1 | -1/+3 |
* | Handle multiple RTSP transport options properly by adding all of them into th... | Martin Storsjö | 2010-03-23 | 1 | -3/+3 |
* | Parse options in the RTSP URL only from the last question mark onwards | Martin Storsjö | 2010-03-23 | 1 | -1/+1 |
* | Reconstruct the RTSP URL, in order to remove the auth part from the URL sent ... | Martin Storsjö | 2010-03-23 | 1 | -5/+13 |
* | Reindent | Martin Storsjö | 2010-03-22 | 1 | -3/+3 |
* | Add support for TCP as lower transport in the RTSP muxer | Martin Storsjö | 2010-03-22 | 1 | -3/+19 |
* | Use the caller's RTSPMessageHeader in rtsp_setup_input_streams | Martin Storsjö | 2010-03-22 | 1 | -3/+2 |