summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* avformat/avformat: Add FFInputFormat, hide internals of AVInputFormatAndreas Rheinhardt2024-03-07
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* avformat/rtsp: Support mode field of Transport header being sent in upper casePaul Orlyk2024-01-16
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avformat/rtsp: Use rtsp_st->stream_indexMichael Niedermayer2023-10-27
* avformat/aviobuf: Add ffio_init_(read|write)_context()Andreas Rheinhardt2023-09-07
* avformat/internal: Don't include avcodec.hAndreas Rheinhardt2022-09-26
* avformat/rtsp: break on unknown protocolsMichael Niedermayer2022-07-12
* libavformat/rtsp: pkt_size option is not honored in rtspYubo Xie2022-04-27
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* libavformat: Split version.hMartin Storsjö2022-03-16
* rtp: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat/rtsp: #if unused functions away, fix -O0 compilationAndreas Rheinhardt2022-01-08
* avformat/rtsp: fix the error code from ffurl_read_complete()Limin Wang2021-12-07
* avformat/rtsp: add error code handling for ff_rtsp_skip_packet()Limin Wang2021-12-07
* avformat/rtsp: free the alloc memory if failedLimin Wang2021-12-07
* avformat/rtsp: remove redundant assignmentLimin Wang2021-12-07
* avformat/rtsp: load the sdp file with avio_read_to_bprint()Limin Wang2021-12-04
* all: Use av_memdup() where appropriateAndreas Rheinhardt2021-12-03
* avformat/rtp: add localaddr for network interface selectionLimin Wang2021-11-27
* avformat/rtsp: Use av_dict_set_int()Andreas Rheinhardt2021-09-19
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt2021-08-25
* libavformat/rtsp.c: Reply to GET_PARAMETER requestsHayden Myers2021-07-12
* avformat/rtsp: Include rtcp in port range checkAndriy Gelman2021-07-05
* avformat/rtsp: Reindent after previous commitAndriy Gelman2021-07-05
* avformat/rtsp: Set port_off to zero for low min/max port rangeAndriy Gelman2021-07-05
* avformat/rtsp: Fix timeout optionAndriy Gelman2021-07-05
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-07
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/rtsp: Remove deprecated old options, rename stimeout->timeoutAndreas Rheinhardt2021-04-27
* avformat/rtsp: support buffer_size and pkt_size options for RTPJiangjie Gao2021-03-19
* avformat/rtsp: Fix build failure when RTP demuxers are disabledAndreas Rheinhardt2021-02-03
* avformat/rtsp: correctly set media control uri with mpegtstpol2021-01-17
* avformat/rtsp: add satip_raw flag to receive raw mpegts streamAman Karmani2020-12-28
* avformat/rtsp: add support for satip://Aman Karmani2020-12-28
* avformat/rtsp: set AV_OPT_FLAG_DEPRECATED on deprecated optionsAndriy Gelman2020-12-18
* avformat/rtsp: prefer to use MAX_URL_SIZE for url and command bufferLimin Wang2020-12-05
* avformat/rtsp: don't forget to call ff_network_close() on errorAndriy Gelman2020-11-21
* avformat/rtsp: set return variable in error pathAndriy Gelman2020-11-21
* avformat/rtsp: av_rescale -> av_rescale_qLimin Wang2020-11-14
* avformat/rtsp: check return value of ffurl_read_completeLimin Wang2020-11-11
* avformat/rtsp: prefer to use variable instead of typeLimin Wang2020-11-11
* avformat/rtsp: move SDP_MAX_SIZE macro definition to header fileLimin Wang2020-11-11
* avformat/rtsp: 16384 -> SDP_MAX_SIZELimin Wang2020-11-11
* avformat/rtsp: support infinite initial_timeout for rtsp optionLimin Wang2020-11-07
* avformat/rtsp: reuse POLLING_TIME and remove POLL_TIMEOUT_MSLimin Wang2020-10-22
* avformat/rtsp: support for listen_timeout option for sdpLimin Wang2020-10-22