summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
Commit message (Expand)AuthorAge
* rtsp: Parse SSRC attributes in the SDPMartin Storsjö2016-05-11
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* rtsp: Log getaddrinfo failuresLuca Barbato2015-11-25
* rtsp: Add a buffer_size optionLuca Barbato2015-04-01
* rtsp: parse lang attribute in SDPGilles Chanteperdrix2015-02-21
* rtsp: Support tls-encapsulated RTSPLuca Barbato2014-10-10
* 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: Support RFC4570 (source specific multicast) more properly.Ed Torbett2013-07-29
* rtsp: Support multicast source filters (RFC 4570)Ed Torbett2013-07-19
* rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö2013-01-15
* rtpdec: Support sending RTCP feedback packetsMartin Storsjö2013-01-08
* rtsp: Add support for depacketizing RTP data via custom IOMartin Storsjö2013-01-03
* rtsp: Update a comment to the current filename schemeMartin Storsjö2012-10-22
* rtsp: Allow setting the reordering buffer size via an AVOptionMartin Storsjö2012-10-18
* rtsp: Vertically align a constant definitionMartin Storsjö2012-10-18
* 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
* 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
* rtsp: Add content-type message header parsingJordi Ortiz2012-05-08
* rtsp: Allow specifying the UDP port range via AVOptionsMartin Storsjö2012-01-22
* rtsp: Remove extern declarations for variables that don't existMartin Storsjö2012-01-21
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* rtsp: add allowed_media_types optionJohn Brooks2011-11-02
* rtsp: Remove the separate filter_source variableMartin Storsjö2011-10-17
* rtsp: Accept options via private avoptions instead of URL optionsMartin Storsjö2011-10-17
* rtsp: Merge the AVOption listsMartin Storsjö2011-10-17
* rtsp: Parse the x-Accept-Dynamic-Rate headerMartin Storsjö2011-10-12
* rtsp: remove disabled codeDiego Biurrun2011-07-18
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
* RTSP: Doxygen comment cleanupDiego Biurrun2011-07-03
* rtspenc: Add RTP muxer optionsMartin Storsjö2011-06-10
* rtspdec: add initial_pause private option.Anton Khirnov2011-05-27
* rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö2011-05-11
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* os: replace select with pollLuca Barbato2011-01-28
* Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.Diego Elio Pettenò2011-01-25
* rtspdec: Retry with TCP if UDP failedMartin Storsjö2011-01-24
* rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_requestMartin Storsjo2011-01-24
* rtsp: Make make_setup_request a nonstatic functionMartin Storsjo2011-01-24
* rtsp: Allow requesting of filtering of source packetsMartin Storsjö2011-01-06
* rtsp: Store the Content-Base header value straight to the targetMartin Storsjö2011-01-02
* rtsp: Pass the method name to ff_rtsp_parse_lineMartin Storsjö2011-01-02
* rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthStateMartin Storsjö2011-01-02
* rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö2011-01-02
* rtsp: Parse and use the Content-Base reply header, if presentMartin Storsjö2010-11-15
* rtsp: Split out the RTSP demuxer functions to a separate, new fileMartin Storsjö2010-10-29