| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/rtsp: reuse POLLING_TIME and remove POLL_TIMEOUT_MS | Limin Wang | 2020-10-22 | 1 | -5/+3 |
* | avformat/rtsp: support for listen_timeout option for sdp | Limin Wang | 2020-10-22 | 1 | -4/+6 |
* | avformat/rtsp: allocate correct max number of pollfds | Andriy Gelman | 2020-10-08 | 1 | -1/+1 |
* | avformat/rtsp: fix parse_rtsp_message | Zhao Zhili | 2020-10-02 | 1 | -5/+1 |
* | rtsp: Fix infinite loop in listen mode with UDP transport | Martin Storsjö | 2020-10-02 | 1 | -1/+1 |
* | avformat: Replace ffurl_close() by ffurl_closep() where appropriate | Andreas Rheinhardt | 2020-05-25 | 1 | -10/+7 |
* | avformat/rtsp: Put strings instead of pointers to strings into array | Andreas Rheinhardt | 2020-04-20 | 1 | -2/+3 |
* | avformat/rtsp: Don't free uninitialized AVBPrint | Andreas Rheinhardt | 2020-04-20 | 1 | -1/+1 |
* | libavformat/rtsp: pass protocol options for udp multicast | Wolfgang Haupt | 2020-04-19 | 1 | -2/+6 |
* | avformat/rtp: Pass sources and block filter addresses via sdp file for rtp | phunkyfish | 2020-04-19 | 1 | -9/+39 |
* | Revert "avformat/rtp: Pass sources and block filter addresses via sdp file fo... | Carl Eugen Hoyos | 2020-04-05 | 1 | -40/+9 |
* | avformat/rtp: Pass sources and block filter addresses via sdp file for rtp | phunkyfish | 2020-03-27 | 1 | -9/+40 |
* | rtsp: Use AVERROR() with errno.h error codes for error returns | Martin Storsjö | 2019-12-12 | 1 | -1/+1 |
* | libavformat/rtsp: return error if rtsp_hd_out is null instead of crash | Ross Nicholson | 2019-09-27 | 1 | -0/+3 |
* | Merge commit '1e56173515826aa4d680d3b216d80a3879ed1c68' | James Almer | 2019-05-02 | 1 | -1/+4 |
|\ |
|
| * | rtsp: add pkt_size option | Tristan Matthews | 2019-04-15 | 1 | -1/+4 |
* | | lavf/rtsp.c: Fix stimeout option not applied on http tunnel | Jun Li | 2019-04-15 | 1 | -2/+8 |
* | | Revert "lavf/rtsp.c: Fix stimeout option not applied on http tunnel" | Steven Liu | 2019-04-15 | 1 | -8/+2 |
* | | lavf/rtsp.c: Fix stimeout option not applied on http tunnel | Signed-off-by: Jun Li | 2019-04-15 | 1 | -2/+8 |
* | | Revert "lavf/rtsp.c: Fix stimeout option not applied on http tunnel" | Steven Liu | 2019-04-15 | 1 | -8/+2 |
* | | lavf/rtsp.c: Fix stimeout option not applied on http tunnel | Steven Liu | 2019-04-15 | 1 | -2/+8 |
* | | avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100 | Jun Li | 2019-03-31 | 1 | -0/+1 |
* | | avformat/rtsp: Add https tunneling support | Jun Li | 2019-03-25 | 1 | -2/+6 |
* | | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -2/+2 |
* | | avformat/rtsp: Check number of streams in sdp_parse_line() | Michael Niedermayer | 2019-01-31 | 1 | -1/+4 |
* | | avformat/rtsp: Clear reply in every iteration in ff_rtsp_connect() | Michael Niedermayer | 2019-01-31 | 1 | -1/+2 |
* | | lavf/rtpdec: Constify several pointers. | Carl Eugen Hoyos | 2018-02-11 | 1 | -4/+4 |
* | | rtsp: rename certain options after a deprecation period | wm4 | 2018-02-04 | 1 | -2/+10 |
* | | avformat: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -6/+12 |
* | | Merge commit 'f6161fccf8c5720ceac1ed1df8ba60ff8fed69f5' | James Almer | 2017-12-10 | 1 | -1/+3 |
|\| |
|
| * | rtsp: only break on parse_rtsp_message on error | Tristan Matthews | 2017-11-30 | 1 | -1/+3 |
| * | lavf: make avio_read_partial() public | wm4 | 2017-08-30 | 1 | -1/+1 |
| * | rtsp: Move message parsing to a separate function | Luca Barbato | 2017-03-21 | 1 | -25/+32 |
* | | rtsp: Move message parsing to a separate function | Luca Barbato | 2017-10-06 | 1 | -25/+32 |
* | | Merge commit '79331df362fb05a0d04ca9489c87e5b80077a3f4' | James Almer | 2017-10-03 | 1 | -27/+26 |
|\| |
|
| * | rtsp: Lazily set up the pollfd array once | Luca Barbato | 2017-02-28 | 1 | -27/+26 |
* | | Merge commit '5263f464db5f2df74ddf712f6d1221b24475fa8e' | James Almer | 2017-10-03 | 1 | -3/+6 |
|\| |
|
| * | rtsp: Lazily allocate the pollfd array | Luca Barbato | 2017-02-27 | 1 | -3/+6 |
* | | Merge commit 'b9b82151a1aaa8bbf389853a6142c4e101d80b86' | James Almer | 2017-10-03 | 1 | -28/+28 |
|\| |
|
| * | rtsp: Move the pollfd setup out of the for loop | Luca Barbato | 2017-02-27 | 1 | -28/+28 |
* | | Merge commit '150e99d694f33ab9ad678834964909aa315d14a1' | James Almer | 2017-10-03 | 1 | -26/+40 |
|\| |
|
| * | rtsp: Factor out packet reading | Luca Barbato | 2017-02-27 | 1 | -26/+40 |
* | | lavf: make avio_read_partial() public | wm4 | 2017-09-01 | 1 | -1/+1 |
* | | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' | Clément Bœsch | 2017-03-31 | 1 | -2/+1 |
|\| |
|
| * | Use avpriv_report_missing_feature() where appropriate | Diego Biurrun | 2016-11-08 | 1 | -2/+1 |
| * | rtsp: Fix a crash with the RTSP muxer | Martin Storsjö | 2016-09-15 | 1 | -1/+2 |
* | | lavf/rtsp: Fix a crash with the RTSP muxer. | Martin Storsjö | 2016-09-15 | 1 | -1/+2 |
* | | lavf: forward protocol_whitelist for the remaining cases | Andreas Cadhalpun | 2016-08-05 | 1 | -0/+8 |
* | | Merge commit '3fdffc032e8ea5676bc0c2551b900c0dc887835b' | Hendrik Leppkes | 2016-06-26 | 1 | -4/+4 |
|\| |
|
| * | rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoder | Martin Storsjö | 2016-05-25 | 1 | -4/+4 |