| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make rtsp_skip_packet non-static, add ff prefix | Martin Storsjö | 2010-03-15 | 1 | -2/+2 |
* | Reindent | Martin Storsjö | 2010-03-15 | 1 | -1/+1 |
* | RTSP: Synchronize the start time of the chained RTP muxers | Martin Storsjö | 2010-03-15 | 1 | -0/+6 |
* | move ff_url_split() and ff_url_join() declarations to internal.h | Aurelien Jacobs | 2010-03-14 | 1 | -0/+1 |
* | 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 |