summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/internal: Don't include avcodec.hAndreas Rheinhardt2022-09-261-0/+1
* avformat/rtsp: break on unknown protocolsMichael Niedermayer2022-07-121-0/+2
* libavformat/rtsp: pkt_size option is not honored in rtspYubo Xie2022-04-271-2/+2
* 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
* rtp: convert to new channel layout APIVittorio Giovara2022-03-151-3/+3
* avformat/rtsp: #if unused functions away, fix -O0 compilationAndreas Rheinhardt2022-01-081-0/+4
* avformat/rtsp: fix the error code from ffurl_read_complete()Limin Wang2021-12-071-3/+3
* avformat/rtsp: add error code handling for ff_rtsp_skip_packet()Limin Wang2021-12-071-5/+10
* avformat/rtsp: free the alloc memory if failedLimin Wang2021-12-071-1/+3
* avformat/rtsp: remove redundant assignmentLimin Wang2021-12-071-2/+2
* avformat/rtsp: load the sdp file with avio_read_to_bprint()Limin Wang2021-12-041-16/+9
* all: Use av_memdup() where appropriateAndreas Rheinhardt2021-12-031-2/+1
* avformat/rtp: add localaddr for network interface selectionLimin Wang2021-11-271-0/+11
* avformat/rtsp: Use av_dict_set_int()Andreas Rheinhardt2021-09-191-5/+2
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-1/+1
* avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt2021-08-251-2/+2
* libavformat/rtsp.c: Reply to GET_PARAMETER requestsHayden Myers2021-07-121-1/+2
* avformat/rtsp: Include rtcp in port range checkAndriy Gelman2021-07-051-1/+1
* avformat/rtsp: Reindent after previous commitAndriy Gelman2021-07-051-3/+3
* avformat/rtsp: Set port_off to zero for low min/max port rangeAndriy Gelman2021-07-051-1/+3
* avformat/rtsp: Fix timeout optionAndriy Gelman2021-07-051-6/+6
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-071-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-2/+2
* avformat/rtsp: Remove deprecated old options, rename stimeout->timeoutAndreas Rheinhardt2021-04-271-8/+0
* avformat/rtsp: support buffer_size and pkt_size options for RTPJiangjie Gao2021-03-191-1/+4
* avformat/rtsp: Fix build failure when RTP demuxers are disabledAndreas Rheinhardt2021-02-031-2/+5
* avformat/rtsp: correctly set media control uri with mpegtstpol2021-01-171-1/+1
* avformat/rtsp: add satip_raw flag to receive raw mpegts streamAman Karmani2020-12-281-3/+14
* avformat/rtsp: add support for satip://Aman Karmani2020-12-281-6/+47
* avformat/rtsp: set AV_OPT_FLAG_DEPRECATED on deprecated optionsAndriy Gelman2020-12-181-2/+2
* avformat/rtsp: prefer to use MAX_URL_SIZE for url and command bufferLimin Wang2020-12-051-11/+11
* avformat/rtsp: don't forget to call ff_network_close() on errorAndriy Gelman2020-11-211-2/+7
* avformat/rtsp: set return variable in error pathAndriy Gelman2020-11-211-0/+1
* avformat/rtsp: av_rescale -> av_rescale_qLimin Wang2020-11-141-3/+1
* avformat/rtsp: check return value of ffurl_read_completeLimin Wang2020-11-111-1/+2
* avformat/rtsp: prefer to use variable instead of typeLimin Wang2020-11-111-1/+1
* avformat/rtsp: move SDP_MAX_SIZE macro definition to header fileLimin Wang2020-11-111-9/+0
* avformat/rtsp: 16384 -> SDP_MAX_SIZELimin Wang2020-11-111-1/+1
* avformat/rtsp: support infinite initial_timeout for rtsp optionLimin Wang2020-11-071-1/+1
* avformat/rtsp: reuse POLLING_TIME and remove POLL_TIMEOUT_MSLimin Wang2020-10-221-5/+3
* avformat/rtsp: support for listen_timeout option for sdpLimin Wang2020-10-221-4/+6
* avformat/rtsp: allocate correct max number of pollfdsAndriy Gelman2020-10-081-1/+1
* avformat/rtsp: fix parse_rtsp_messageZhao Zhili2020-10-021-5/+1
* rtsp: Fix infinite loop in listen mode with UDP transportMartin Storsjö2020-10-021-1/+1
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-251-10/+7
* avformat/rtsp: Put strings instead of pointers to strings into arrayAndreas Rheinhardt2020-04-201-2/+3
* avformat/rtsp: Don't free uninitialized AVBPrintAndreas Rheinhardt2020-04-201-1/+1
* libavformat/rtsp: pass protocol options for udp multicastWolfgang Haupt2020-04-191-2/+6
* avformat/rtp: Pass sources and block filter addresses via sdp file for rtpphunkyfish2020-04-191-9/+39