summaryrefslogtreecommitdiff
path: root/libavformat/rtspdec.c
Commit message (Expand)AuthorAgeFilesLines
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* libavformat: Split version.hMartin Storsjö2022-03-161-0/+1
* avformat/rtspdec: get rid of the hardcoded max size for sdpLimin Wang2021-12-041-2/+8
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/rtsp: add support for satip://Aman Karmani2020-12-281-0/+1
* avformat/rtsp: prefer to use MAX_URL_SIZE for url and command bufferLimin Wang2020-12-051-10/+10
* avformat/rtspdec: fix potential mem leak in listen modeAndriy Gelman2020-11-281-0/+11
* avformat/rtspdec: show method request in logAndriy Gelman2020-11-281-0/+2
* avformat/rtspdec: cosmeticsAndriy Gelman2020-11-211-2/+2
* avformat/rtspdec: fix mem leaks in connect mode if init failsAndriy Gelman2020-11-211-5/+9
* avformat/rtspdec: fix mem leaks in listen mode if init failsAndriy Gelman2020-11-211-1/+2
* avformat/rtspdec: add network init to listen modeAndriy Gelman2020-11-211-4/+11
* avformat/rtspdec: return proper error codeLimin Wang2020-11-111-4/+4
* avformat/rtspdec: use SDP_MAX_SIZE for sdp arrayLimin Wang2020-11-111-1/+1
* avformat/rtspdec: add newline in log messageAndriy Gelman2020-10-081-2/+2
* avformat/rtspdec: av_dict_set() -> av_dict_set_int()Limin Wang2020-06-021-3/+1
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-281-2/+2
* rtspdec: Fix return errorDerek Buitenhuis2017-07-101-1/+0
* Merge commit '67351924fa91dea4339109100a4c0689f006581f'Clément Bœsch2017-03-301-1/+0
|\
| * Drop unreachable break and return statementsDiego Biurrun2016-11-031-1/+0
* | Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-211-2/+2
|\ \ | |/
| * avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-241-2/+2
| * lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-221-1/+2
| * urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-221-2/+8
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-2/+2
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-4/+6
* | Merge commit '2c17fb61ced2059034856a6c6cd303014aed01fe'Hendrik Leppkes2015-11-291-1/+1
|\ \ | |/
| * rtsp: Log getaddrinfo failuresLuca Barbato2015-11-251-1/+1
| * lavf: split tls.cwm42015-05-261-0/+1
* | lavf: split tls.cwm42015-05-271-0/+1
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-6/+6
|\ \ | |/
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-6/+6
* | Merge commit 'e3ec6fe7bb2a622a863e3912181717a659eb1bad'Michael Niedermayer2015-04-011-1/+6
|\ \ | |/
| * rtsp: Add a buffer_size optionLuca Barbato2015-04-011-1/+6
* | Merge commit 'cdcc370293a159c321e41af7f0eef141c62d698d'Michael Niedermayer2015-02-231-3/+12
|\ \ | |/
| * rtsp: punch holes again after pauseGilles Chanteperdrix2015-02-231-0/+12
* | avformat/rtsp: punch holes again after pauseGilles Chanteperdrix2015-02-221-0/+4
* | Merge commit '9108967513fcaff3d55514a7bca4c9fbba128c71'Michael Niedermayer2015-01-231-1/+1
|\ \ | |/
| * rtspdec: Consistently use rtsp_hd_out for writingMartin Storsjö2015-01-231-1/+1
* | Merge commit '6df9d9b55d3f56ee7782639a7678eeeaf77f14ea'Michael Niedermayer2014-10-241-1/+1
|\ \ | |/
| * lavf: Use av_gettime_relativeMartin Storsjö2014-10-241-1/+1
* | avformat/rtsp: Use ff_rtsp_averror()Andrey Utkin2014-10-211-13/+14
* | Merge commit '3df8d52fcdc9036b4074fdc612d487ece8bb5b7f'Michael Niedermayer2014-10-101-1/+5
|\ \ | |/
| * rtsp: Add rtsps to the probeLuca Barbato2014-10-101-1/+5
* | Merge commit 'c839b0439f0b01c72a6d253920d2e342b30f8bcb'Michael Niedermayer2014-10-101-6/+13
|\ \ | |/
| * rtsp: Support tls when in listen modeLuca Barbato2014-10-101-6/+13
* | Merge commit 'c27328e749ff3be648411765cd17362fee017341'Michael Niedermayer2014-10-101-0/+2
|\ \ | |/
| * rtsp: Check for command strings without spacesLuca Barbato2014-10-101-0/+4