163 Commits (3769968afdae4b0530eef438cb6cccd243258532)

Author SHA1 Message Date
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 11 months ago
Andreas Rheinhardt ee77ee77a1 avformat: Remove avformat and avio headers from protocols 1 year ago
Zhao Zhili 03afa12762 avformat/rtpproto: set ttl upper bound to 255 3 years ago
Limin Wang 7bf4c06809 avformat/rtp: add localaddr for network interface selection 3 years ago
Limin Wang 2aceae1438 avformat/rtpproto: support for rtp read timeout 4 years ago
Limin Wang 6e911898fc avformat/rtpproto: av_dict_set() -> av_dict_set_int() 5 years ago
Andreas Rheinhardt 82bf41f3ab avformat: Replace ffurl_close() by ffurl_closep() where appropriate 5 years ago
Carl Eugen Hoyos 06f65a17a3 lavf/rtpproto: Use the correct patch when including poll.h 6 years ago
Marton Balint 9d4829f3c9 avformat/rtpproto: use factorized ip functions 6 years ago
Rostislav Pehlivanov d41de90d44 libavformat: remove the ff_rtp_get_local_rtcp_port function 7 years ago
Vlad Tarca 2bd83ef26a avformat: Add Pro-MPEG CoP #3-R2 FEC protocol 8 years ago
Diego Biurrun 67351924fa Drop unreachable break and return statements 8 years ago
Martin Storsjö fab8156b2f avio: Copy URLContext generic options into child URLContexts 9 years ago
Zhao Zhili 6f5048f4a0 rtp: Fix play multiple multicast streams with the same port 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Anton Khirnov 8c0ceafb0f urlprotocol: receive a list of protocols from the caller 9 years ago
Anton Khirnov 2758cdedfb lavf: reorganize URLProtocols 9 years ago
Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Michael Niedermayer f944aeb07a avformat/rtpproto: Move dscp into context & AVOptions 10 years ago
Luca Barbato 8c9c5479c4 rtp: Add an option to set the send/receive buffer size 10 years ago
Luca Barbato 3c47e7c435 rtp: Map the urloptions to AVOptions 10 years ago
Michael Niedermayer ef05af82b2 avformat/rtpproto: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Martin Storsjö 95d880fa64 rtpproto: Fix the input RTP data format check 10 years ago
Martin Storsjö 29bc7bfba2 rtpproto: Write a warning if the input data written isn't RTP packetized 10 years ago
Vincent Bernat d0f8b94b43 avformat/rtpproto: Allow to specify DSCP class 10 years ago
Luca Barbato d2771a1dc0 rtpproto: Free the addrinfo pointer on failure 10 years ago
Michael Niedermayer 474d858fd9 Revert "avformat/rtpproto: fix strict aliasing violations with sockaddr" 10 years ago
Michael Niedermayer e587a428d7 avformat/rtpproto: fix strict aliasing violations with sockaddr 10 years ago
lemonlinger@gmail.com 2cf94485de avformat/rtpproto: when local rtp port and local rtcp port are not specified, try to make two successive ports and retry 3 times when failed 11 years ago
Martin Storsjö 4b054a3400 rtpproto: Check the right feature detection macro 11 years ago
Dave Yeo c3386bd5b4 rtpproto: Check for the right feature when reading a sockaddr_in6 11 years ago
Martin Storsjö 6b58e11a83 rtpproto: Add an option for writing return packets to the address of the last received packets 11 years ago
Martin Storsjö 2427ac6ccd rtpproto: Update the parameter documentation 11 years ago
Martin Storsjö ee37d5811c rtpproto: Allow specifying a separate rtcp port in ff_rtp_set_remote_url 11 years ago
Martin Storsjö 1851e1d05d rtpproto: Check the size before reading buf[1] 11 years ago
Martin Storsjö b7e6da988b rtpproto: Move rtpproto specific function declarations to a separate header 11 years ago
Martin Storsjö 892b0be1df rtpproto: Simplify the rtp_read function by looping over the fds 11 years ago
Martin Storsjö 7531588fff rtpproto: Remove a misplaced comment 11 years ago
Martin Storsjö 54e03ff6af rtpproto: Support nonblocking reads 11 years ago
Ed Torbett 7497222090 rtpproto: Support more than one SSM include address, support excludes 11 years ago
Martin Storsjö 4d97ca040b rtpproto: Check the source IP if one single source has been specified 11 years ago
Ed Torbett 336353deaa rtpproto: Support IGMPv3 source specific multicast inclusion 11 years ago
Ed Torbett 7203dbde39 avformat/rt*p: Joining a SSM multicast group using an SDP (Issue #2171) 11 years ago
Martin Storsjö 29d2595ad7 rtpproto: Remove unused defines 12 years ago
Jordi Ortiz a2dd4f7780 rtp: remove ff_rtp_get_rtcp_file_handle(). 12 years ago
Jordi Ortiz d6b9da1178 avio: add (ff)url_get_multi_file_handle() for getting more than one fd 12 years ago
Mans Rullgard 6501dcfb5e Remove unnecessary inclusions of [sys/]time.h 13 years ago
Mans Rullgard 4e5a514813 lavf: remove unnecessary inclusions of unistd.h 13 years ago