summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
* libavformat/rtsp.c: Reply to GET_PARAMETER requestsHayden Myers2021-07-12
* avformat/rtsp: Include rtcp in port range checkAndriy Gelman2021-07-05
* avformat/rtsp: Reindent after previous commitAndriy Gelman2021-07-05
* avformat/rtsp: Set port_off to zero for low min/max port rangeAndriy Gelman2021-07-05
* avformat/rtsp: Fix timeout optionAndriy Gelman2021-07-05
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-07
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/rtsp: Remove deprecated old options, rename stimeout->timeoutAndreas Rheinhardt2021-04-27
* avformat/rtsp: support buffer_size and pkt_size options for RTPJiangjie Gao2021-03-19
* avformat/rtsp: Fix build failure when RTP demuxers are disabledAndreas Rheinhardt2021-02-03
* avformat/rtsp: correctly set media control uri with mpegtstpol2021-01-17
* avformat/rtsp: add satip_raw flag to receive raw mpegts streamAman Karmani2020-12-28
* avformat/rtsp: add support for satip://Aman Karmani2020-12-28
* avformat/rtsp: set AV_OPT_FLAG_DEPRECATED on deprecated optionsAndriy Gelman2020-12-18
* avformat/rtsp: prefer to use MAX_URL_SIZE for url and command bufferLimin Wang2020-12-05
* avformat/rtsp: don't forget to call ff_network_close() on errorAndriy Gelman2020-11-21
* avformat/rtsp: set return variable in error pathAndriy Gelman2020-11-21
* avformat/rtsp: av_rescale -> av_rescale_qLimin Wang2020-11-14
* avformat/rtsp: check return value of ffurl_read_completeLimin Wang2020-11-11
* avformat/rtsp: prefer to use variable instead of typeLimin Wang2020-11-11
* avformat/rtsp: move SDP_MAX_SIZE macro definition to header fileLimin Wang2020-11-11
* avformat/rtsp: 16384 -> SDP_MAX_SIZELimin Wang2020-11-11
* avformat/rtsp: support infinite initial_timeout for rtsp optionLimin Wang2020-11-07
* avformat/rtsp: reuse POLLING_TIME and remove POLL_TIMEOUT_MSLimin Wang2020-10-22
* avformat/rtsp: support for listen_timeout option for sdpLimin Wang2020-10-22
* avformat/rtsp: allocate correct max number of pollfdsAndriy Gelman2020-10-08
* avformat/rtsp: fix parse_rtsp_messageZhao Zhili2020-10-02
* rtsp: Fix infinite loop in listen mode with UDP transportMartin Storsjö2020-10-02
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-25
* avformat/rtsp: Put strings instead of pointers to strings into arrayAndreas Rheinhardt2020-04-20
* avformat/rtsp: Don't free uninitialized AVBPrintAndreas Rheinhardt2020-04-20
* libavformat/rtsp: pass protocol options for udp multicastWolfgang Haupt2020-04-19
* avformat/rtp: Pass sources and block filter addresses via sdp file for rtpphunkyfish2020-04-19
* Revert "avformat/rtp: Pass sources and block filter addresses via sdp file fo...Carl Eugen Hoyos2020-04-05
* avformat/rtp: Pass sources and block filter addresses via sdp file for rtpphunkyfish2020-03-27
* rtsp: Use AVERROR() with errno.h error codes for error returnsMartin Storsjö2019-12-12
* libavformat/rtsp: return error if rtsp_hd_out is null instead of crashRoss Nicholson2019-09-27
* Merge commit '1e56173515826aa4d680d3b216d80a3879ed1c68'James Almer2019-05-02
|\
| * rtsp: add pkt_size optionTristan Matthews2019-04-15
* | lavf/rtsp.c: Fix stimeout option not applied on http tunnelJun Li2019-04-15
* | Revert "lavf/rtsp.c: Fix stimeout option not applied on http tunnel"Steven Liu2019-04-15
* | lavf/rtsp.c: Fix stimeout option not applied on http tunnelSigned-off-by: Jun Li2019-04-15
* | Revert "lavf/rtsp.c: Fix stimeout option not applied on http tunnel"Steven Liu2019-04-15
* | lavf/rtsp.c: Fix stimeout option not applied on http tunnelSteven Liu2019-04-15
* | avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100Jun Li2019-03-31
* | avformat/rtsp: Add https tunneling supportJun Li2019-03-25
* | lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* | avformat/rtsp: Check number of streams in sdp_parse_line()Michael Niedermayer2019-01-31
* | avformat/rtsp: Clear reply in every iteration in ff_rtsp_connect()Michael Niedermayer2019-01-31
* | lavf/rtpdec: Constify several pointers.Carl Eugen Hoyos2018-02-11