581 Commits (0e3ea5b28a32fc068322f3482cd147a787cb9855)

Author SHA1 Message Date
Martin Storsjö 6df9d9b55d lavf: Use av_gettime_relative 10 years ago
Andrey Utkin 08e6832a94 avformat/rtsp: pass return code from ffurl_open() on its failure 10 years ago
Michael Niedermayer 7f2af3f56b avformat/rtsp: add av_assert0() to clarify that the else case is supposed to be unreachable 10 years ago
Andrey Utkin 282c9354f1 avformat/rtsp: Use ff_rtsp_averror() 10 years ago
Michael Lynch 460b509a34 rtsp: Check a memory allocation 10 years ago
Michael Lynch c69f230a3a avformat/rtsp: check memory allocation 10 years ago
Luca Barbato 8b2e9636c5 rtsp: Support tls-encapsulated RTSP 10 years ago
Martin Storsjö 2f172f1ae9 rtsp: Clear the session id on redirects 10 years ago
James Almer 5b12b4fc4b lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*() 10 years ago
Michael Niedermayer ca384d708b avformat/rtsp: use av_malloc_array() 11 years ago
Moritz Barsnick 10b8481a26 fix several typos 11 years ago
Joshua Kordani c385313d25 rtsp: Support misordered fmtp rtpmap 11 years ago
Luca Barbato c9c1e00f95 rtsp: Factor out fmtp parsing 11 years ago
Martin Storsjö f797b134ca rtpenc_chain: Don't copy the time base to the source stream by default 11 years ago
Fred Rothganger 3f3229cd10 avformat: extracting NTP timestamp from RTCP 11 years ago
Andrey Utkin bc764d786f Add "prefer_tcp" flag to "rtsp_flags" 11 years ago
Stefano Sabatini 8c8c3ca91e doc/protocols/rtsp, lavf/rtsp: fix/extend options documentation 11 years ago
Vittorio Giovara 46c0cbd5dc rtsp: suppress a incompatible pointer types warning 11 years ago
Martin Storsjö 50aef03b24 rtspenc: Make sure BYE packets are sent before TEARDOWN 11 years ago
Martin Storsjö b56fc18b20 sdp: Add an option for sending RTCP packets to the source of the last packets 11 years ago
Martin Storsjö f4d371b973 rtsp: Don't include the listen flag in the SDP demuxer flags 11 years ago
Martin Storsjö fd8f91e3f4 rtsp: Simplify code for forming the remote peer url 11 years ago
Martin Storsjö b7e6da988b rtpproto: Move rtpproto specific function declarations to a separate header 11 years ago
Ed Torbett 1f57d60129 rtsp: Support RFC4570 (source specific multicast) more properly. 11 years ago
Ed Torbett 36fb0d02a1 rtsp: Support multicast source filters (RFC 4570) 11 years ago
Ed Torbett 7203dbde39 avformat/rt*p: Joining a SSM multicast group using an SDP (Issue #2171) 11 years ago
Martin Storsjö 1dd1b2332e rtsp: Include an User-Agent header field in all requests 12 years ago
Carl Eugen Hoyos 0fff7f039c Supply a User-Agent header when opening rtsp streams. 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Diego Biurrun e926b5ceb1 avformat: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Andrew Van Til 350ad50bf4 lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500 12 years ago
Michael Niedermayer 0678c388ba rtsp: add option to set the socket timeout of the lower protocol. 12 years ago
Andrew Van Til 5ed9eebc24 rtsp/rtp_read_header: Use RTP_MAX_PACKET_LENGTH instead of 1500 12 years ago
Martin Storsjö 2326558d52 rtpdec: Split mpegts parsing to a normal depacketizer 12 years ago
Martin Storsjö 424da30830 rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES) 12 years ago
Martin Storsjö 54cb096ee4 rtsp: Remove an outdated comment 12 years ago
Martin Storsjö 3900d53fb1 rtsp: Remove references to weirdly named variables in other files 12 years ago
Martin Storsjö 86d9181cf4 rtpdec: Support sending RTCP feedback packets 12 years ago
Martin Storsjö f811cd2d47 rtsp: Respect max_delay for the reordering queue when using custom IO 12 years ago
Martin Storsjö 8729698d50 rtsp: Recheck the reordering queue if getting a new packet 12 years ago
Martin Storsjö e96406eda4 rtsp: Add support for depacketizing RTP data via custom IO 12 years ago
Martin Storsjö 3f95f0dda5 rtpdec: Move the URLContext used for RTCP RR out from the context, to a parameter 12 years ago
Luca Barbato 8034130e06 rtp: set the payload type as stream id 12 years ago
Martin Storsjö f21d5c905d rtsp: Avoid a cast when calling strtol 12 years ago
Martin Storsjö 2f41eaa9c6 rtsp: Make sure the ret variable is initialized in ff_rtsp_fetch_packet 12 years ago
Martin Storsjö 3f055f8f5f rtsp: Allow setting the reordering buffer size via an AVOption 12 years ago
Diego Biurrun 11d4e92ed9 avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 12 years ago
Michael Niedermayer 28e88a24f6 rtsp: fix "warning: ret may be used uninitialized in this function" 12 years ago
Michael Niedermayer 0079232299 rtsp: kill a pointer type warning (void **) vs. (AVFormatContext **) 12 years ago