summaryrefslogtreecommitdiffstats
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-30/+38
* lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-221-3/+6
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-221-7/+26
* rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde2015-12-071-0/+1
* rtsp: Log getaddrinfo failuresLuca Barbato2015-11-251-8/+17
* rtsp: Do not assume getnameinfo cannot failLuca Barbato2015-11-251-2/+8
* rtsp: Allow $ as interleaved packet indicator before a complete response headerMartin Storsjö2015-10-231-3/+1
* rtsp: warning when max_delay reachedEloi BAIL2015-09-161-0/+2
* rtsp: Only interpret $ as interleaved packet indicator at the start of repliesMartin Storsjö2015-07-301-2/+3
* rtsp: Make sure we don't write too many transport entries into a fixed-size a...Martin Storsjö2015-04-241-0/+2
* rtsp: Don't warn about unparsed time rangesMartin Storsjö2015-04-231-5/+2
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-5/+5
* rtsp: Fix unchecked return valueHimangi Saraogi2015-04-121-2/+6
* rtsp: Check a malloc return valueHimangi Saraogi2015-04-121-0/+2
* rtsp: Add a buffer_size optionLuca Barbato2015-04-011-9/+35
* rtpdec: Rename the free method to closeMartin Storsjö2015-02-241-4/+4
* libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö2015-02-241-3/+1
* rtpdec: Free depacketizers if the init function failedMartin Storsjö2015-02-241-8/+22
* rtpdec: Don't free the payload context in the .free functionMartin Storsjö2015-02-241-2/+1
* rtpdec: Remove the now unused .alloc fieldMartin Storsjö2015-02-241-5/+1
* rtpdec: Allow allocating and freeing the private data without explicit functionsMartin Storsjö2015-02-241-3/+11
* rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandlerMartin Storsjö2015-02-241-3/+6
* rtsp: Fix the indentation of a linewrapped statementMartin Storsjö2015-02-241-1/+1
* rtsp: Interpret the text media type as AVMEDIA_TYPE_DATAMartin Storsjö2015-02-241-1/+1
* rtsp: punch holes again after pauseGilles Chanteperdrix2015-02-231-7/+0
* rtsp: parse lang attribute in SDPGilles Chanteperdrix2015-02-211-0/+12
* rtsp: check ffurl_get_file_handle() return valueVittorio Giovara2014-12-181-0/+4
* rtsp: move the CONFIG_ macros to the beginning of the checkVittorio Giovara2014-12-021-13/+13
* lavf: Use av_gettime_relativeMartin Storsjö2014-10-241-4/+4
* rtsp: Check a memory allocationMichael Lynch2014-10-161-0/+2
* rtsp: Support tls-encapsulated RTSPLuca Barbato2014-10-101-6/+18
* rtsp: Clear the session id on redirectsMartin Storsjö2014-09-241-0/+1
* rtsp: Support misordered fmtp rtpmapJoshua Kordani2014-06-181-3/+16
* rtsp: Factor out fmtp parsingLuca Barbato2014-06-181-9/+18
* rtpenc_chain: Don't copy the time base to the source stream by defaultMartin Storsjö2014-05-311-0/+1
* rtsp: suppress a incompatible pointer types warningVittorio Giovara2013-12-121-2/+2
* rtspenc: Make sure BYE packets are sent before TEARDOWNMartin Storsjö2013-11-011-3/+5
* sdp: Add an option for sending RTCP packets to the source of the last packetsMartin Storsjö2013-08-141-3/+5
* rtsp: Don't include the listen flag in the SDP demuxer flagsMartin Storsjö2013-08-071-2/+2
* rtsp: Simplify code for forming the remote peer urlMartin Storsjö2013-08-011-8/+5
* rtpproto: Move rtpproto specific function declarations to a separate headerMartin Storsjö2013-07-311-0/+1
* rtsp: Support RFC4570 (source specific multicast) more properly.Ed Torbett2013-07-291-10/+91
* rtsp: Support multicast source filters (RFC 4570)Ed Torbett2013-07-191-0/+18
* rtsp: Include an User-Agent header field in all requestsMartin Storsjö2013-07-141-0/+1
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-041-1/+1
* avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-9/+9
* lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500Andrew Van Til2013-04-091-1/+1
* rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö2013-01-201-3/+13
* rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö2013-01-151-0/+12
OpenPOWER on IntegriCloud