summaryrefslogtreecommitdiffstats
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit 'bc2a32969eb4db17677971def5ad5b936d9d1648'Clément Bœsch2016-06-211-0/+6
|\ \ | |/
| * rtsp: Parse SSRC attributes in the SDPMartin Storsjö2016-05-111-0/+6
* | Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-211-5/+5
|\ \ | |/
| * avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-241-5/+5
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-30/+38
|\ \ | |/
| * 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
* | rtp: Fix play multiple multicast streams with the same portZhao Zhili2016-03-071-1/+1
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-5/+5
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-10/+10
* | avformat/rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde2015-12-061-0/+1
OpenPOWER on IntegriCloud