Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-03avformat/rtpproto: use factorized ip functionsMarton Balint
2018-01-06libavformat: remove the ff_rtp_get_local_rtcp_port functionRostislav Pehlivanov
2017-03-30Merge commit '67351924fa91dea4339109100a4c0689f006581f'Clément Bœsch
2016-11-13avformat: Add Pro-MPEG CoP #3-R2 FEC protocolVlad Tarca
2016-11-03Drop unreachable break and return statementsDiego Biurrun
2016-04-21Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis
2016-03-24avio: Copy URLContext generic options into child URLContextsMartin Storsjö
2016-03-07rtp: Fix play multiple multicast streams with the same portZhao Zhili
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-29Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis
2016-02-22urlprotocol: receive a list of protocols from the callerAnton Khirnov
2016-02-22lavf: reorganize URLProtocolsAnton Khirnov
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-04-11avformat/rtpproto: Move dscp into context & AVOptionsMichael Niedermayer
2015-04-01Merge commit '8c9c5479c4ba729b4ba868ab541a90b2061a7c2f'Michael Niedermayer
2015-04-01Merge commit '3c47e7c4350f73fc77d8e76f0dd6d2946b13c5cc'Michael Niedermayer
2015-04-01rtp: Add an option to set the send/receive buffer sizeLuca Barbato
2015-04-01rtp: Map the urloptions to AVOptionsLuca Barbato
2014-12-24avformat/rtpproto: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-10Merge commit '95d880fa6436f3b557a9c060428a04b9e4d552df'Michael Niedermayer
2014-12-10rtpproto: Fix the input RTP data format checkMartin Storsjö
2014-12-08Merge commit '29bc7bfba288ff8572ed967a8752a1dbde7b724b'Michael Niedermayer
2014-12-08rtpproto: Write a warning if the input data written isn't RTP packetizedMartin Storsjö
2014-11-27avformat/rtpproto: Allow to specify DSCP classVincent Bernat
2014-10-21Merge commit 'd2771a1dc0a3695e8873adc16d068077f2417eea'Michael Niedermayer
2014-10-20rtpproto: Free the addrinfo pointer on failureLuca Barbato
2014-09-17Revert "avformat/rtpproto: fix strict aliasing violations with sockaddr"Michael Niedermayer
2014-09-15avformat/rtpproto: fix strict aliasing violations with sockaddrMichael Niedermayer
2013-10-26avformat/rtpproto: when local rtp port and local rtcp port are not specified,...lemonlinger@gmail.com
2013-08-16Merge commit '4b054a3400f728c54470ee6a1eefe1d82420f6a2'Michael Niedermayer
2013-08-15rtpproto: Check the right feature detection macroMartin Storsjö
2013-08-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-08-15rtpproto: Check for the right feature when reading a sockaddr_in6Dave Yeo
2013-08-14Merge commit '6b58e11a8331690ec32e9869db89ae10c54614e9'Michael Niedermayer
2013-08-14Merge commit '2427ac6ccd868811d1fe9df7c64c50ca58abe6f6'Michael Niedermayer
2013-08-14rtpproto: Add an option for writing return packets to the address of the last...Martin Storsjö
2013-08-13rtpproto: Update the parameter documentationMartin Storsjö
2013-08-01Merge commit 'ee37d5811caa8f4ad125a37fe6ce3f9e66cd72f2'Michael Niedermayer
2013-08-01Merge commit '1851e1d05d06f6ef3436c667e4354da0f407b226'Michael Niedermayer
2013-08-01Merge commit 'b7e6da988bfd5def40ccf3476eb8ce2f98a969a5'Michael Niedermayer
2013-08-01Merge commit '892b0be1dfbdeaf71235fb6c593286e4f5c7e4ec'Michael Niedermayer
2013-08-01Merge commit '7531588fffbca1f0afdcc06635999c00dfc16ca6'Michael Niedermayer
2013-08-01Merge commit '54e03ff6af8a070f1055edd26028f3f7b2e2ca8e'Michael Niedermayer
2013-08-01rtpproto: Allow specifying a separate rtcp port in ff_rtp_set_remote_urlMartin Storsjö
2013-08-01rtpproto: Check the size before reading buf[1]Martin Storsjö
2013-07-31rtpproto: Move rtpproto specific function declarations to a separate headerMartin Storsjö
2013-07-31rtpproto: Simplify the rtp_read function by looping over the fdsMartin Storsjö
2013-07-31rtpproto: Remove a misplaced commentMartin Storsjö
2013-07-31rtpproto: Support nonblocking readsMartin Storsjö