738 Commits (555c31de9da0ef1b4b0cea75bb7a6d6a246a1ebd)

Author SHA1 Message Date
Yubo Xie 7795f045a0 libavformat/rtsp: pkt_size option is not honored in rtsp 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Martin Storsjö 4eb9232c6e libavformat: Split version.h 3 years ago
Vittorio Giovara 620d151e5c rtp: convert to new channel layout API 3 years ago
Andreas Rheinhardt aeb5d943c6 avformat/rtsp: #if unused functions away, fix -O0 compilation 3 years ago
Limin Wang f1c8c25832 avformat/rtsp: fix the error code from ffurl_read_complete() 3 years ago
Limin Wang 6d42af02f5 avformat/rtsp: add error code handling for ff_rtsp_skip_packet() 3 years ago
Limin Wang f210766a55 avformat/rtsp: free the alloc memory if failed 3 years ago
Limin Wang 130e4c6f4c avformat/rtsp: remove redundant assignment 3 years ago
Limin Wang 98054e4f01 avformat/rtsp: load the sdp file with avio_read_to_bprint() 3 years ago
Andreas Rheinhardt a4798a5d51 all: Use av_memdup() where appropriate 3 years ago
Limin Wang 7bf4c06809 avformat/rtp: add localaddr for network interface selection 3 years ago
Andreas Rheinhardt 6c8f96f18b avformat/rtsp: Use av_dict_set_int() 3 years ago
Andreas Rheinhardt 40bdd8cc05 avformat: Avoid allocation for AVStreamInternal 3 years ago
Andreas Rheinhardt 45bfe8b838 avformat/avio: Move internal AVIOContext fields to avio_internal.h 3 years ago
Hayden Myers 9b4b0df470 libavformat/rtsp.c: Reply to GET_PARAMETER requests 3 years ago
Andriy Gelman 6df4bcf1d0 avformat/rtsp: Include rtcp in port range check 3 years ago
Andriy Gelman d1f78067a6 avformat/rtsp: Reindent after previous commit 3 years ago
Andriy Gelman 02387de90e avformat/rtsp: Set port_off to zero for low min/max port range 3 years ago
Andriy Gelman 8257d6dda6 avformat/rtsp: Fix timeout option 3 years ago
James Almer b9c5fdf602 avformat: move AVStream.{parser,need_parsing} to AVStreamInternal 4 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Andreas Rheinhardt 6f34f03190 avformat/rtsp: Remove deprecated old options, rename stimeout->timeout 4 years ago
Jiangjie Gao 3e9284fccb avformat/rtsp: support buffer_size and pkt_size options for RTP 4 years ago
Andreas Rheinhardt e9513052b5 avformat/rtsp: Fix build failure when RTP demuxers are disabled 4 years ago
tpol 71ce5c32f0 avformat/rtsp: correctly set media control uri with mpegts 4 years ago
Aman Karmani d20f059fb9 avformat/rtsp: add satip_raw flag to receive raw mpegts stream 4 years ago
Aman Karmani 98b76bb11f avformat/rtsp: add support for satip:// 4 years ago
Andriy Gelman 207658112b avformat/rtsp: set AV_OPT_FLAG_DEPRECATED on deprecated options 4 years ago
Limin Wang 95d12da559 avformat/rtsp: prefer to use MAX_URL_SIZE for url and command buffer 4 years ago
Andriy Gelman 4fe9e2fc16 avformat/rtsp: don't forget to call ff_network_close() on error 4 years ago
Andriy Gelman 78537aa52f avformat/rtsp: set return variable in error path 4 years ago
Limin Wang 5bb313e723 avformat/rtsp: av_rescale -> av_rescale_q 4 years ago
Limin Wang aa1fab6934 avformat/rtsp: check return value of ffurl_read_complete 4 years ago
Limin Wang 001ccbc5cc avformat/rtsp: prefer to use variable instead of type 4 years ago
Limin Wang 33f6bb7828 avformat/rtsp: move SDP_MAX_SIZE macro definition to header file 4 years ago
Limin Wang 5439460016 avformat/rtsp: 16384 -> SDP_MAX_SIZE 4 years ago
Limin Wang c8101aabee avformat/rtsp: support infinite initial_timeout for rtsp option 4 years ago
Limin Wang 784ce1c294 avformat/rtsp: reuse POLLING_TIME and remove POLL_TIMEOUT_MS 4 years ago
Limin Wang 92c40ef882 avformat/rtsp: support for listen_timeout option for sdp 4 years ago
Andriy Gelman 0d156eb58a avformat/rtsp: allocate correct max number of pollfds 4 years ago
Zhao Zhili a191d4166f avformat/rtsp: fix parse_rtsp_message 4 years ago
Martin Storsjö 0b1d8468c4 rtsp: Fix infinite loop in listen mode with UDP transport 4 years ago
Andreas Rheinhardt 82bf41f3ab avformat: Replace ffurl_close() by ffurl_closep() where appropriate 5 years ago
Andreas Rheinhardt 4e254ec6be avformat/rtsp: Put strings instead of pointers to strings into array 5 years ago
Andreas Rheinhardt 87b056e6af avformat/rtsp: Don't free uninitialized AVBPrint 5 years ago
Wolfgang Haupt 428a0987e4 libavformat/rtsp: pass protocol options for udp multicast 5 years ago
phunkyfish 2a322906b7 avformat/rtp: Pass sources and block filter addresses via sdp file for rtp 5 years ago
Carl Eugen Hoyos 8b1f07ef51 Revert "avformat/rtp: Pass sources and block filter addresses via sdp file for rtp" 5 years ago
phunkyfish b71685865f avformat/rtp: Pass sources and block filter addresses via sdp file for rtp 5 years ago