aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/rtsp: reuse POLLING_TIME and remove POLL_TIMEOUT_MSLimin Wang2020-10-221-5/+3
* avformat/rtsp: support for listen_timeout option for sdpLimin Wang2020-10-221-4/+6
* avformat/rtsp: allocate correct max number of pollfdsAndriy Gelman2020-10-081-1/+1
* avformat/rtsp: fix parse_rtsp_messageZhao Zhili2020-10-021-5/+1
* rtsp: Fix infinite loop in listen mode with UDP transportMartin Storsjö2020-10-021-1/+1
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-251-10/+7
* avformat/rtsp: Put strings instead of pointers to strings into arrayAndreas Rheinhardt2020-04-201-2/+3
* avformat/rtsp: Don't free uninitialized AVBPrintAndreas Rheinhardt2020-04-201-1/+1
* libavformat/rtsp: pass protocol options for udp multicastWolfgang Haupt2020-04-191-2/+6
* avformat/rtp: Pass sources and block filter addresses via sdp file for rtpphunkyfish2020-04-191-9/+39
* Revert "avformat/rtp: Pass sources and block filter addresses via sdp file fo...Carl Eugen Hoyos2020-04-051-40/+9
* avformat/rtp: Pass sources and block filter addresses via sdp file for rtpphunkyfish2020-03-271-9/+40
* rtsp: Use AVERROR() with errno.h error codes for error returnsMartin Storsjö2019-12-121-1/+1
* libavformat/rtsp: return error if rtsp_hd_out is null instead of crashRoss Nicholson2019-09-271-0/+3
* Merge commit '1e56173515826aa4d680d3b216d80a3879ed1c68'James Almer2019-05-021-1/+4
|\
| * rtsp: add pkt_size optionTristan Matthews2019-04-151-1/+4
* | lavf/rtsp.c: Fix stimeout option not applied on http tunnelJun Li2019-04-151-2/+8
* | Revert "lavf/rtsp.c: Fix stimeout option not applied on http tunnel"Steven Liu2019-04-151-8/+2
* | lavf/rtsp.c: Fix stimeout option not applied on http tunnelSigned-off-by: Jun Li2019-04-151-2/+8
* | Revert "lavf/rtsp.c: Fix stimeout option not applied on http tunnel"Steven Liu2019-04-151-8/+2
* | lavf/rtsp.c: Fix stimeout option not applied on http tunnelSteven Liu2019-04-151-2/+8
* | avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100Jun Li2019-03-311-0/+1
* | avformat/rtsp: Add https tunneling supportJun Li2019-03-251-2/+6
* | lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-2/+2
* | avformat/rtsp: Check number of streams in sdp_parse_line()Michael Niedermayer2019-01-311-1/+4
* | avformat/rtsp: Clear reply in every iteration in ff_rtsp_connect()Michael Niedermayer2019-01-311-1/+2
* | lavf/rtpdec: Constify several pointers.Carl Eugen Hoyos2018-02-111-4/+4
* | rtsp: rename certain options after a deprecation periodwm42018-02-041-2/+10
* | avformat: migrate to AVFormatContext->urlMarton Balint2018-01-281-6/+12
* | Merge commit 'f6161fccf8c5720ceac1ed1df8ba60ff8fed69f5'James Almer2017-12-101-1/+3
|\|
| * rtsp: only break on parse_rtsp_message on errorTristan Matthews2017-11-301-1/+3
| * lavf: make avio_read_partial() publicwm42017-08-301-1/+1
| * rtsp: Move message parsing to a separate functionLuca Barbato2017-03-211-25/+32
* | rtsp: Move message parsing to a separate functionLuca Barbato2017-10-061-25/+32
* | Merge commit '79331df362fb05a0d04ca9489c87e5b80077a3f4'James Almer2017-10-031-27/+26
|\|
| * rtsp: Lazily set up the pollfd array onceLuca Barbato2017-02-281-27/+26
* | Merge commit '5263f464db5f2df74ddf712f6d1221b24475fa8e'James Almer2017-10-031-3/+6
|\|
| * rtsp: Lazily allocate the pollfd arrayLuca Barbato2017-02-271-3/+6
* | Merge commit 'b9b82151a1aaa8bbf389853a6142c4e101d80b86'James Almer2017-10-031-28/+28
|\|
| * rtsp: Move the pollfd setup out of the for loopLuca Barbato2017-02-271-28/+28
* | Merge commit '150e99d694f33ab9ad678834964909aa315d14a1'James Almer2017-10-031-26/+40
|\|
| * rtsp: Factor out packet readingLuca Barbato2017-02-271-26/+40
* | lavf: make avio_read_partial() publicwm42017-09-011-1/+1
* | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch2017-03-311-2/+1
|\|
| * Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-081-2/+1
| * rtsp: Fix a crash with the RTSP muxerMartin Storsjö2016-09-151-1/+2
* | lavf/rtsp: Fix a crash with the RTSP muxer.Martin Storsjö2016-09-151-1/+2
* | lavf: forward protocol_whitelist for the remaining casesAndreas Cadhalpun2016-08-051-0/+8
* | Merge commit '3fdffc032e8ea5676bc0c2551b900c0dc887835b'Hendrik Leppkes2016-06-261-4/+4
|\|
| * rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoderMartin Storsjö2016-05-251-4/+4