summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* | Merge commit '2c17fb61ced2059034856a6c6cd303014aed01fe'Hendrik Leppkes2015-11-291-8/+17
|\ \ | |/
| * rtsp: Log getaddrinfo failuresLuca Barbato2015-11-251-8/+17
* | Merge commit '98063bcf15eb1e9bf9c8758c83c88d51cbb7ace7'Hendrik Leppkes2015-11-291-2/+8
|\ \ | |/
| * rtsp: Do not assume getnameinfo cannot failLuca Barbato2015-11-251-2/+8
* | Merge commit 'e02dcdf6bb6835ef4b49986b85a67efcb3495a7f'Hendrik Leppkes2015-10-271-3/+1
|\ \ | |/
| * rtsp: Allow $ as interleaved packet indicator before a complete response headerMartin Storsjö2015-10-231-3/+1
* | Merge commit '1ec611a10228945d2ec8a9cf6c5531dee6b7ee56'Hendrik Leppkes2015-09-161-0/+2
|\ \ | |/
| * rtsp: warning when max_delay reachedEloi BAIL2015-09-161-0/+2
* | Merge commit '764ec70149728be82304c163ccc4e280f1629201'Michael Niedermayer2015-07-301-2/+3
|\ \ | |/
| * rtsp: Only interpret $ as interleaved packet indicator at the start of repliesMartin Storsjö2015-07-301-2/+3
* | avformat/rtsp: print a debug level note if time parsing failsMichael Niedermayer2015-05-151-1/+2
* | Merge commit 'b90adb0aba073f9c1b4abca852119947393ced4c'Michael Niedermayer2015-04-241-0/+2
|\ \ | |/
| * rtsp: Make sure we don't write too many transport entries into a fixed-size a...Martin Storsjö2015-04-241-0/+2
* | Merge commit 'eb7ddb5066843ab16caf33b05eafb2576648b797'Michael Niedermayer2015-04-241-5/+2
|\ \ | |/
| * rtsp: Don't warn about unparsed time rangesMartin Storsjö2015-04-231-5/+2
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-5/+5
|\ \ | |/
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-5/+5
| * rtsp: Fix unchecked return valueHimangi Saraogi2015-04-121-2/+6
| * rtsp: Check a malloc return valueHimangi Saraogi2015-04-121-0/+2