summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
* rtsp: check ffurl_get_file_handle() return valueVittorio Giovara2014-12-18
* rtsp: move the CONFIG_ macros to the beginning of the checkVittorio Giovara2014-12-02
* lavf: Use av_gettime_relativeMartin Storsjö2014-10-24
* rtsp: Check a memory allocationMichael Lynch2014-10-16
* rtsp: Support tls-encapsulated RTSPLuca Barbato2014-10-10
* rtsp: Clear the session id on redirectsMartin Storsjö2014-09-24
* rtsp: Support misordered fmtp rtpmapJoshua Kordani2014-06-18
* rtsp: Factor out fmtp parsingLuca Barbato2014-06-18
* rtpenc_chain: Don't copy the time base to the source stream by defaultMartin Storsjö2014-05-31
* rtsp: suppress a incompatible pointer types warningVittorio Giovara2013-12-12
* rtspenc: Make sure BYE packets are sent before TEARDOWNMartin Storsjö2013-11-01
* sdp: Add an option for sending RTCP packets to the source of the last packetsMartin Storsjö2013-08-14
* rtsp: Don't include the listen flag in the SDP demuxer flagsMartin Storsjö2013-08-07
* rtsp: Simplify code for forming the remote peer urlMartin Storsjö2013-08-01
* rtpproto: Move rtpproto specific function declarations to a separate headerMartin Storsjö2013-07-31
* rtsp: Support RFC4570 (source specific multicast) more properly.Ed Torbett2013-07-29
* rtsp: Support multicast source filters (RFC 4570)Ed Torbett2013-07-19
* rtsp: Include an User-Agent header field in all requestsMartin Storsjö2013-07-14
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500Andrew Van Til2013-04-09
* rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö2013-01-20
* rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö2013-01-15
* rtsp: Remove an outdated commentMartin Storsjö2013-01-12
* rtsp: Remove references to weirdly named variables in other filesMartin Storsjö2013-01-12
* rtpdec: Support sending RTCP feedback packetsMartin Storsjö2013-01-08
* rtsp: Respect max_delay for the reordering queue when using custom IOMartin Storsjö2013-01-08
* rtsp: Recheck the reordering queue if getting a new packetMartin Storsjö2013-01-08
* rtsp: Add support for depacketizing RTP data via custom IOMartin Storsjö2013-01-03
* rtpdec: Move the URLContext used for RTCP RR out from the context, to a param...Martin Storsjö2013-01-03
* rtp: set the payload type as stream idLuca Barbato2012-11-14
* rtsp: Avoid a cast when calling strtolMartin Storsjö2012-10-29
* rtsp: Make sure the ret variable is initialized in ff_rtsp_fetch_packetMartin Storsjö2012-10-20
* rtsp: Allow setting the reordering buffer size via an AVOptionMartin Storsjö2012-10-18
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-01
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* rtsp: Free the rtpdec context properlyMartin Storsjö2012-08-27
* rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_han...Jordi Ortiz2012-08-17
* rtsp: Support mpegts in raw udp packetsMartin Storsjö2012-08-09
* rtsp: Support receiving plain data over UDP without any RTP encapsulationMartin Storsjö2012-08-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-28
* rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje2012-07-21
* rtsp: Add listen modeJordi Ortiz2012-07-10
* rtsp: Make rtsp_open_transport_ctx() non-staticJordi Ortiz2012-07-10
* rtsp: Parse the mode=receive/record parameter in transport linesJordi Ortiz2012-07-10