index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
rtpproto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop unreachable break and return statements
Diego Biurrun
2016-11-03
1
-1
/
+0
*
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
*
lavf: reorganize URLProtocols
Anton Khirnov
2016-02-22
1
-1
/
+1
*
rtp: Add an option to set the send/receive buffer size
Luca Barbato
2015-04-01
1
-0
/
+4
*
rtp: Map the urloptions to AVOptions
Luca Barbato
2015-04-01
1
-33
/
+65
*
rtpproto: Fix the input RTP data format check
Martin Storsjö
2014-12-09
1
-1
/
+1
*
rtpproto: Write a warning if the input data written isn't RTP packetized
Martin Storsjö
2014-12-08
1
-0
/
+4
*
rtpproto: Free the addrinfo pointer on failure
Luca Barbato
2014-10-20
1
-1
/
+3
*
rtpproto: Check the right feature detection macro
Martin Storsjö
2013-08-15
1
-1
/
+1
*
rtpproto: Check for the right feature when reading a sockaddr_in6
Dave Yeo
2013-08-15
1
-2
/
+2
*
rtpproto: Add an option for writing return packets to the address of the last...
Martin Storsjö
2013-08-14
1
-5
/
+84
*
rtpproto: Update the parameter documentation
Martin Storsjö
2013-08-13
1
-1
/
+2
*
rtpproto: Allow specifying a separate rtcp port in ff_rtp_set_remote_url
Martin Storsjö
2013-08-01
1
-2
/
+11
*
rtpproto: Check the size before reading buf[1]
Martin Storsjö
2013-08-01
1
-0
/
+3
*
rtpproto: Move rtpproto specific function declarations to a separate header
Martin Storsjö
2013-07-31
1
-1
/
+2
*
rtpproto: Simplify the rtp_read function by looping over the fds
Martin Storsjö
2013-07-31
1
-19
/
+6
*
rtpproto: Remove a misplaced comment
Martin Storsjö
2013-07-31
1
-1
/
+0
*
rtpproto: Support nonblocking reads
Martin Storsjö
2013-07-31
1
-1
/
+4
*
rtpproto: Support more than one SSM include address, support excludes
Ed Torbett
2013-07-29
1
-24
/
+86
*
rtpproto: Check the source IP if one single source has been specified
Martin Storsjö
2013-07-19
1
-1
/
+57
*
rtpproto: Support IGMPv3 source specific multicast inclusion
Ed Torbett
2013-07-19
1
-4
/
+11
*
rtpproto: Remove unused defines
Martin Storsjö
2012-12-12
1
-3
/
+0
*
rtp: remove ff_rtp_get_rtcp_file_handle().
Jordi Ortiz
2012-08-17
1
-5
/
+0
*
avio: add (ff)url_get_multi_file_handle() for getting more than one fd
Jordi Ortiz
2012-08-17
1
-8
/
+22
*
Remove unnecessary inclusions of [sys/]time.h
Mans Rullgard
2012-06-20
1
-1
/
+0
*
lavf: remove unnecessary inclusions of unistd.h
Mans Rullgard
2012-06-20
1
-1
/
+0
*
rtp: Factorize the check for distinguishing RTCP packets from RTP
Martin Storsjö
2012-02-16
1
-1
/
+1
*
avio: Add an URLProtocol flag for indicating that a protocol uses network
Martin Storsjö
2012-01-05
1
-0
/
+1
*
proto: Use .priv_data_size to allocate the private context
Martin Storsjö
2011-12-01
1
-8
/
+2
*
avio: add support for passing options to protocols.
Anton Khirnov
2011-11-13
1
-2
/
+2
*
avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc
Martin Storsjö
2011-11-13
1
-2
/
+2
*
avformat: Use ff_check_interrupt
Martin Storsjö
2011-11-13
1
-1
/
+1
*
rtpdec: Add ff_ prefix to all nonstatic symbols
Martin Storsjö
2011-10-12
1
-4
/
+4
*
rtp: remove disabled code
Diego Biurrun
2011-07-21
1
-23
/
+0
*
Use av_printf_format to check the usage of printf style functions
Martin Storsjö
2011-06-23
1
-1
/
+1
*
rtpproto: Remove an unused variable
Martin Storsjö
2011-05-09
1
-3
/
+1
*
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-19
1
-1
/
+1
*
lavf: use designated initializers for all protocols
Anton Khirnov
2011-04-08
1
-6
/
+5
*
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-04-07
1
-1
/
+1
*
avio: deprecate url_max_packet_size().
Anton Khirnov
2011-04-04
1
-1
/
+1
*
avio: make url_get_file_handle() internal.
Anton Khirnov
2011-04-04
1
-2
/
+2
*
avio: make url_close() internal.
Anton Khirnov
2011-04-04
1
-4
/
+4
*
avio: make url_write() internal.
Anton Khirnov
2011-04-04
1
-1
/
+1
*
avio: make url_open() internal.
Anton Khirnov
2011-04-04
1
-2
/
+3
*
avio: make udp_set_remote_url/get_local_port internal.
Anton Khirnov
2011-03-23
1
-5
/
+6
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Use AVERROR_EXIT with url_interrupt_cb.
Nicolas George
2011-03-15
1
-1
/
+1
*
libavformat: Remove FF_NETERRNO()
Martin Storsjö
2011-02-23
1
-7
/
+7
*
Move find_info_tag to lavu and add av_ prefix to it
Anton Khirnov
2011-02-17
1
-7
/
+8
[next]