index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
rtpproto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/rtpproto: set ttl upper bound to 255
Zhao Zhili
2022-02-06
1
-1
/
+1
*
avformat/rtp: add localaddr for network interface selection
Limin Wang
2021-11-27
1
-3
/
+14
*
avformat/rtpproto: support for rtp read timeout
Limin Wang
2020-10-22
1
-1
/
+11
*
avformat/rtpproto: av_dict_set() -> av_dict_set_int()
Limin Wang
2020-06-02
1
-2
/
+1
*
avformat: Replace ffurl_close() by ffurl_closep() where appropriate
Andreas Rheinhardt
2020-05-25
1
-6
/
+4
*
lavf/rtpproto: Use the correct patch when including poll.h
Carl Eugen Hoyos
2019-01-16
1
-1
/
+1
*
avformat/rtpproto: use factorized ip functions
Marton Balint
2018-10-03
1
-116
/
+10
*
libavformat: remove the ff_rtp_get_local_rtcp_port function
Rostislav Pehlivanov
2018-01-06
1
-6
/
+0
*
Merge commit '67351924fa91dea4339109100a4c0689f006581f'
Clément Bœsch
2017-03-30
1
-1
/
+0
|
\
|
*
Drop unreachable break and return statements
Diego Biurrun
2016-11-03
1
-1
/
+0
*
|
avformat: Add Pro-MPEG CoP #3-R2 FEC protocol
Vlad Tarca
2016-11-13
1
-3
/
+58
*
|
Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'
Derek Buitenhuis
2016-04-21
1
-3
/
+3
|
\
\
|
|
/
|
*
avio: Copy URLContext generic options into child URLContexts
Martin Storsjö
2016-03-24
1
-2
/
+2
|
*
urlprotocol: receive a list of protocols from the caller
Anton Khirnov
2016-02-22
1
-2
/
+4
*
|
rtp: Fix play multiple multicast streams with the same port
Zhao Zhili
2016-03-07
1
-2
/
+4
*
|
avformat: Add a protocol blacklisting API
Derek Buitenhuis
2016-03-04
1
-3
/
+3
*
|
Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'
Derek Buitenhuis
2016-02-29
1
-1
/
+1
|
\
\
|
|
/
|
*
lavf: reorganize URLProtocols
Anton Khirnov
2016-02-22
1
-1
/
+1
*
|
Update demuxers and protocols for protocol whitelist support
Michael Niedermayer
2016-02-02
1
-3
/
+7
*
|
avformat: use AV_OPT_TYPE_BOOL in a bunch of places
Clément Bœsch
2015-12-04
1
-2
/
+2
*
|
avformat/rtpproto: Move dscp into context & AVOptions
Michael Niedermayer
2015-04-11
1
-9
/
+8
*
|
Merge commit '8c9c5479c4ba729b4ba868ab541a90b2061a7c2f'
Michael Niedermayer
2015-04-01
1
-0
/
+4
|
\
\
|
|
/
|
*
rtp: Add an option to set the send/receive buffer size
Luca Barbato
2015-04-01
1
-0
/
+4
*
|
Merge commit '3c47e7c4350f73fc77d8e76f0dd6d2946b13c5cc'
Michael Niedermayer
2015-04-01
1
-41
/
+76
|
\
\
|
|
/
|
*
rtp: Map the urloptions to AVOptions
Luca Barbato
2015-04-01
1
-33
/
+65
*
|
avformat/rtpproto: Use av_freep() to avoid leaving stale pointers in memory
Michael Niedermayer
2014-12-24
1
-2
/
+2
*
|
Merge commit '95d880fa6436f3b557a9c060428a04b9e4d552df'
Michael Niedermayer
2014-12-10
1
-1
/
+1
|
\
\
|
|
/
|
*
rtpproto: Fix the input RTP data format check
Martin Storsjö
2014-12-09
1
-1
/
+1
*
|
Merge commit '29bc7bfba288ff8572ed967a8752a1dbde7b724b'
Michael Niedermayer
2014-12-08
1
-0
/
+4
|
\
\
|
|
/
|
*
rtpproto: Write a warning if the input data written isn't RTP packetized
Martin Storsjö
2014-12-08
1
-0
/
+4
*
|
avformat/rtpproto: Allow to specify DSCP class
Vincent Bernat
2014-11-27
1
-4
/
+12
*
|
Merge commit 'd2771a1dc0a3695e8873adc16d068077f2417eea'
Michael Niedermayer
2014-10-20
1
-1
/
+3
|
\
\
|
|
/
|
*
rtpproto: Free the addrinfo pointer on failure
Luca Barbato
2014-10-20
1
-1
/
+3
*
|
Revert "avformat/rtpproto: fix strict aliasing violations with sockaddr"
Michael Niedermayer
2014-09-16
1
-7
/
+4
*
|
avformat/rtpproto: fix strict aliasing violations with sockaddr
Michael Niedermayer
2014-09-15
1
-4
/
+7
*
|
avformat/rtpproto: when local rtp port and local rtcp port are not specified,...
lemonlinger@gmail.com
2013-10-25
1
-13
/
+30
*
|
Merge commit '4b054a3400f728c54470ee6a1eefe1d82420f6a2'
Michael Niedermayer
2013-08-16
1
-1
/
+1
|
\
\
|
|
/
|
*
rtpproto: Check the right feature detection macro
Martin Storsjö
2013-08-15
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-08-15
1
-2
/
+2
|
\
\
|
|
/
|
*
rtpproto: Check for the right feature when reading a sockaddr_in6
Dave Yeo
2013-08-15
1
-2
/
+2
*
|
Merge commit '6b58e11a8331690ec32e9869db89ae10c54614e9'
Michael Niedermayer
2013-08-14
1
-5
/
+84
|
\
\
|
|
/
|
*
rtpproto: Add an option for writing return packets to the address of the last...
Martin Storsjö
2013-08-14
1
-5
/
+84
*
|
Merge commit '2427ac6ccd868811d1fe9df7c64c50ca58abe6f6'
Michael Niedermayer
2013-08-14
1
-1
/
+2
|
\
\
|
|
/
|
*
rtpproto: Update the parameter documentation
Martin Storsjö
2013-08-13
1
-1
/
+2
*
|
Merge commit 'ee37d5811caa8f4ad125a37fe6ce3f9e66cd72f2'
Michael Niedermayer
2013-08-01
1
-2
/
+11
|
\
\
|
|
/
|
*
rtpproto: Allow specifying a separate rtcp port in ff_rtp_set_remote_url
Martin Storsjö
2013-08-01
1
-2
/
+11
*
|
Merge commit '1851e1d05d06f6ef3436c667e4354da0f407b226'
Michael Niedermayer
2013-08-01
1
-0
/
+3
|
\
\
|
|
/
|
*
rtpproto: Check the size before reading buf[1]
Martin Storsjö
2013-08-01
1
-0
/
+3
*
|
Merge commit 'b7e6da988bfd5def40ccf3476eb8ce2f98a969a5'
Michael Niedermayer
2013-08-01
1
-1
/
+2
|
\
\
|
|
/
|
*
rtpproto: Move rtpproto specific function declarations to a separate header
Martin Storsjö
2013-07-31
1
-1
/
+2
[next]