| Commit message (Expand) | Author | Age | Files | Lines |
* | rtsp: Don't include the listen flag in the SDP demuxer flags | Martin Storsjö | 2013-08-07 | 1 | -2/+2 |
* | rtsp: Simplify code for forming the remote peer url | Martin Storsjö | 2013-08-01 | 1 | -8/+5 |
* | rtpproto: Move rtpproto specific function declarations to a separate header | Martin Storsjö | 2013-07-31 | 1 | -0/+1 |
* | rtsp: Support RFC4570 (source specific multicast) more properly. | Ed Torbett | 2013-07-29 | 1 | -10/+91 |
* | rtsp: Support multicast source filters (RFC 4570) | Ed Torbett | 2013-07-19 | 1 | -0/+18 |
* | rtsp: Include an User-Agent header field in all requests | Martin Storsjö | 2013-07-14 | 1 | -0/+1 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | avformat: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -9/+9 |
* | lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500 | Andrew Van Til | 2013-04-09 | 1 | -1/+1 |
* | rtpdec: Split mpegts parsing to a normal depacketizer | Martin Storsjö | 2013-01-20 | 1 | -3/+13 |
* | rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES) | Martin Storsjö | 2013-01-15 | 1 | -0/+12 |
* | rtsp: Remove an outdated comment | Martin Storsjö | 2013-01-12 | 1 | -4/+0 |
* | rtsp: Remove references to weirdly named variables in other files | Martin Storsjö | 2013-01-12 | 1 | -3/+1 |
* | rtpdec: Support sending RTCP feedback packets | Martin Storsjö | 2013-01-08 | 1 | -0/+8 |
* | rtsp: Respect max_delay for the reordering queue when using custom IO | Martin Storsjö | 2013-01-08 | 1 | -1/+5 |
* | rtsp: Recheck the reordering queue if getting a new packet | Martin Storsjö | 2013-01-08 | 1 | -2/+6 |
* | rtsp: Add support for depacketizing RTP data via custom IO | Martin Storsjö | 2013-01-03 | 1 | -12/+67 |
* | rtpdec: Move the URLContext used for RTCP RR out from the context, to a param... | Martin Storsjö | 2013-01-03 | 1 | -2/+2 |
* | rtp: set the payload type as stream id | Luca Barbato | 2012-11-14 | 1 | -1/+2 |
* | rtsp: Avoid a cast when calling strtol | Martin Storsjö | 2012-10-29 | 1 | -1/+3 |
* | rtsp: Make sure the ret variable is initialized in ff_rtsp_fetch_packet | Martin Storsjö | 2012-10-20 | 1 | -1/+2 |
* | rtsp: Allow setting the reordering buffer size via an AVOption | Martin Storsjö | 2012-10-18 | 1 | -2/+14 |
* | avformat: Remove non-compiling and/or silly commented-out printf/av_log state... | Diego Biurrun | 2012-10-01 | 1 | -2/+0 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -4/+4 |
* | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -3/+3 |
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -9/+9 |
* | rtsp: Free the rtpdec context properly | Martin Storsjö | 2012-08-27 | 1 | -1/+1 |
* | rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_han... | Jordi Ortiz | 2012-08-17 | 1 | -4/+16 |
* | rtsp: Support mpegts in raw udp packets | Martin Storsjö | 2012-08-09 | 1 | -1/+25 |
* | rtsp: Support receiving plain data over UDP without any RTP encapsulation | Martin Storsjö | 2012-08-09 | 1 | -4/+21 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | Add missing libavutil/time.h includes. | Anton Khirnov | 2012-07-28 | 1 | -0/+1 |
* | rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro. | Ronald S. Bultje | 2012-07-21 | 1 | -1/+1 |
* | rtsp: Add listen mode | Jordi Ortiz | 2012-07-10 | 1 | -9/+21 |
* | rtsp: Make rtsp_open_transport_ctx() non-static | Jordi Ortiz | 2012-07-10 | 1 | -3/+3 |
* | rtsp: Parse the mode=receive/record parameter in transport lines | Jordi Ortiz | 2012-07-10 | 1 | -0/+8 |
* | Remove unnecessary inclusions of [sys/]time.h | Mans Rullgard | 2012-06-20 | 1 | -1/+0 |
* | rtsp: Send mode=record instead of mode=receive | Martin Storsjö | 2012-06-18 | 1 | -1/+1 |
* | rtsp: Check for dynamic payload handlers if no static payload mapping was found | Martin Storsjö | 2012-05-26 | 1 | -6/+8 |
* | rtpenc_chain: Return an error code instead of just a plain pointer | Martin Storsjö | 2012-05-26 | 1 | -3/+5 |
* | rtsp: Add content-type message header parsing | Jordi Ortiz | 2012-05-08 | 1 | -0/+3 |
* | rtsp: avoid const warnings from strtol() call | Mans Rullgard | 2012-05-06 | 1 | -5/+6 |
* | rtsp: Don't use uninitialized data if there are no streams | Martin Storsjö | 2012-04-08 | 1 | -1/+1 |
* | rtsp: Don't expose the MS-RTSP RTX data stream to the caller | Martin Storsjö | 2012-04-08 | 1 | -7/+15 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -6/+3 |
* | rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxers | Martin Storsjö | 2012-03-20 | 1 | -2/+3 |
* | libavformat: Set the default for the max_delay option to -1 | Martin Storsjö | 2012-03-20 | 1 | -0/+6 |
* | cosmetics: Align some AVInput/OutputFormat declarations | Martin Storsjö | 2012-03-19 | 1 | -3/+3 |