Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-27libavformat/rtsp: return error if rtsp_hd_out is null instead of crashRoss Nicholson
2019-05-02Merge commit '1e56173515826aa4d680d3b216d80a3879ed1c68'James Almer
2019-04-15rtsp: add pkt_size optionTristan Matthews
2019-04-15lavf/rtsp.c: Fix stimeout option not applied on http tunnelJun Li
2019-04-15Revert "lavf/rtsp.c: Fix stimeout option not applied on http tunnel"Steven Liu
2019-04-15lavf/rtsp.c: Fix stimeout option not applied on http tunnelSigned-off-by: Jun Li
2019-04-15Revert "lavf/rtsp.c: Fix stimeout option not applied on http tunnel"Steven Liu
2019-04-15lavf/rtsp.c: Fix stimeout option not applied on http tunnelSteven Liu
2019-04-01avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100Jun Li
2019-03-25avformat/rtsp: Add https tunneling supportJun Li
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2019-01-31avformat/rtsp: Check number of streams in sdp_parse_line()Michael Niedermayer
2019-01-31avformat/rtsp: Clear reply in every iteration in ff_rtsp_connect()Michael Niedermayer
2018-02-11lavf/rtpdec: Constify several pointers.Carl Eugen Hoyos
2018-02-04rtsp: rename certain options after a deprecation periodwm4
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-12-11Merge commit 'f6161fccf8c5720ceac1ed1df8ba60ff8fed69f5'James Almer
2017-11-30rtsp: only break on parse_rtsp_message on errorTristan Matthews
2017-10-06rtsp: Move message parsing to a separate functionLuca Barbato
2017-10-04Merge commit '79331df362fb05a0d04ca9489c87e5b80077a3f4'James Almer
2017-10-04Merge commit '5263f464db5f2df74ddf712f6d1221b24475fa8e'James Almer
2017-10-04Merge commit 'b9b82151a1aaa8bbf389853a6142c4e101d80b86'James Almer
2017-10-04Merge commit '150e99d694f33ab9ad678834964909aa315d14a1'James Almer
2017-09-01lavf: make avio_read_partial() publicwm4
2017-08-30lavf: make avio_read_partial() publicwm4
2017-03-31Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch
2017-03-21rtsp: Move message parsing to a separate functionLuca Barbato
2017-02-28rtsp: Lazily set up the pollfd array onceLuca Barbato
2017-02-27rtsp: Lazily allocate the pollfd arrayLuca Barbato
2017-02-27rtsp: Move the pollfd setup out of the for loopLuca Barbato
2017-02-27rtsp: Factor out packet readingLuca Barbato
2016-11-08Use avpriv_report_missing_feature() where appropriateDiego Biurrun
2016-09-15rtsp: Fix a crash with the RTSP muxerMartin Storsjö
2016-09-15lavf/rtsp: Fix a crash with the RTSP muxer.Martin Storsjö
2016-08-05lavf: forward protocol_whitelist for the remaining casesAndreas Cadhalpun
2016-06-26Merge commit '3fdffc032e8ea5676bc0c2551b900c0dc887835b'Hendrik Leppkes
2016-06-21Merge commit 'bc2a32969eb4db17677971def5ad5b936d9d1648'Clément Bœsch
2016-05-25rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoderMartin Storsjö
2016-05-11rtsp: Parse SSRC attributes in the SDPMartin Storsjö
2016-04-21Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-24avio: Copy URLContext generic options into child URLContextsMartin Storsjö
2016-03-07rtp: Fix play multiple multicast streams with the same portZhao Zhili
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-22lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov
2016-02-22urlprotocol: receive a list of protocols from the callerAnton Khirnov
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2015-12-07rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde
2015-12-06avformat/rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde