summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
* rtsp: Parse SSRC attributes in the SDPMartin Storsjö2016-05-11
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-22
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde2015-12-07
* rtsp: Log getaddrinfo failuresLuca Barbato2015-11-25
* rtsp: Do not assume getnameinfo cannot failLuca Barbato2015-11-25
* rtsp: Allow $ as interleaved packet indicator before a complete response headerMartin Storsjö2015-10-23
* rtsp: warning when max_delay reachedEloi BAIL2015-09-16
* rtsp: Only interpret $ as interleaved packet indicator at the start of repliesMartin Storsjö2015-07-30
* rtsp: Make sure we don't write too many transport entries into a fixed-size a...Martin Storsjö2015-04-24
* rtsp: Don't warn about unparsed time rangesMartin Storsjö2015-04-23
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* rtsp: Fix unchecked return valueHimangi Saraogi2015-04-12
* rtsp: Check a malloc return valueHimangi Saraogi2015-04-12
* rtsp: Add a buffer_size optionLuca Barbato2015-04-01
* rtpdec: Rename the free method to closeMartin Storsjö2015-02-24
* libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö2015-02-24
* rtpdec: Free depacketizers if the init function failedMartin Storsjö2015-02-24
* rtpdec: Don't free the payload context in the .free functionMartin Storsjö2015-02-24
* rtpdec: Remove the now unused .alloc fieldMartin Storsjö2015-02-24
* rtpdec: Allow allocating and freeing the private data without explicit functionsMartin Storsjö2015-02-24
* rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandlerMartin Storsjö2015-02-24
* rtsp: Fix the indentation of a linewrapped statementMartin Storsjö2015-02-24
* rtsp: Interpret the text media type as AVMEDIA_TYPE_DATAMartin Storsjö2015-02-24
* rtsp: punch holes again after pauseGilles Chanteperdrix2015-02-23
* rtsp: parse lang attribute in SDPGilles Chanteperdrix2015-02-21
* 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