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
/
rtsp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtspenc: Make sure BYE packets are sent before TEARDOWN
Martin Storsjö
2013-11-01
1
-1
/
+6
*
sdp: Add an option for sending RTCP packets to the source of the last packets
Martin Storsjö
2013-08-14
1
-0
/
+2
*
rtsp: Support RFC4570 (source specific multicast) more properly.
Ed Torbett
2013-07-29
1
-1
/
+8
*
rtsp: Support multicast source filters (RFC 4570)
Ed Torbett
2013-07-19
1
-0
/
+1
*
rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)
Martin Storsjö
2013-01-15
1
-0
/
+3
*
rtpdec: Support sending RTCP feedback packets
Martin Storsjö
2013-01-08
1
-0
/
+3
*
rtsp: Add support for depacketizing RTP data via custom IO
Martin Storsjö
2013-01-03
1
-0
/
+5
*
rtsp: Update a comment to the current filename scheme
Martin Storsjö
2012-10-22
1
-1
/
+1
*
rtsp: Allow setting the reordering buffer size via an AVOption
Martin Storsjö
2012-10-18
1
-0
/
+5
*
rtsp: Vertically align a constant definition
Martin Storsjö
2012-10-18
1
-1
/
+1
*
rtsp: Support mpegts in raw udp packets
Martin Storsjö
2012-08-09
1
-0
/
+7
*
rtsp: Support receiving plain data over UDP without any RTP encapsulation
Martin Storsjö
2012-08-09
1
-0
/
+1
*
rtsp: Add listen mode
Jordi Ortiz
2012-07-10
1
-0
/
+12
*
rtsp: Make rtsp_open_transport_ctx() non-static
Jordi Ortiz
2012-07-10
1
-0
/
+5
*
rtsp: Parse the mode=receive/record parameter in transport lines
Jordi Ortiz
2012-07-10
1
-0
/
+3
*
rtsp: Add content-type message header parsing
Jordi Ortiz
2012-05-08
1
-0
/
+5
*
rtsp: Allow specifying the UDP port range via AVOptions
Martin Storsjö
2012-01-22
1
-0
/
+5
*
rtsp: Remove extern declarations for variables that don't exist
Martin Storsjö
2012-01-21
1
-3
/
+0
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-2
/
+2
*
rtsp: add allowed_media_types option
John Brooks
2011-11-02
1
-0
/
+5
*
rtsp: Remove the separate filter_source variable
Martin Storsjö
2011-10-17
1
-4
/
+0
*
rtsp: Accept options via private avoptions instead of URL options
Martin Storsjö
2011-10-17
1
-1
/
+13
*
rtsp: Merge the AVOption lists
Martin Storsjö
2011-10-17
1
-0
/
+3
*
rtsp: Parse the x-Accept-Dynamic-Rate header
Martin Storsjö
2011-10-12
1
-0
/
+3
*
rtsp: remove disabled code
Diego Biurrun
2011-07-18
1
-3
/
+0
*
doxygen: Make sure parameter names match between .c and .h files.
Diego Biurrun
2011-07-14
1
-2
/
+2
*
RTSP: Doxygen comment cleanup
Diego Biurrun
2011-07-03
1
-2
/
+4
*
rtspenc: Add RTP muxer options
Martin Storsjö
2011-06-10
1
-0
/
+5
*
rtspdec: add initial_pause private option.
Anton Khirnov
2011-05-27
1
-0
/
+8
*
rtsp: Only do keepalive using GET_PARAMETER if the server supports it
Martin Storsjö
2011-05-11
1
-0
/
+5
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-2
/
+2
*
os: replace select with poll
Luca Barbato
2011-01-28
1
-0
/
+5
*
Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.
Diego Elio Pettenò
2011-01-25
1
-18
/
+0
*
rtspdec: Retry with TCP if UDP failed
Martin Storsjö
2011-01-24
1
-0
/
+13
*
rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_request
Martin Storsjo
2011-01-24
1
-0
/
+6
*
rtsp: Make make_setup_request a nonstatic function
Martin Storsjo
2011-01-24
1
-0
/
+7
*
rtsp: Allow requesting of filtering of source packets
Martin Storsjö
2011-01-06
1
-0
/
+4
*
rtsp: Store the Content-Base header value straight to the target
Martin Storsjö
2011-01-02
1
-4
/
+0
*
rtsp: Pass the method name to ff_rtsp_parse_line
Martin Storsjö
2011-01-02
1
-1
/
+1
*
rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthState
Martin Storsjö
2011-01-02
1
-1
/
+1
*
rtsp: Add a method parameter to ff_rtsp_read_reply
Martin Storsjö
2011-01-02
1
-1
/
+3
*
rtsp: Parse and use the Content-Base reply header, if present
Martin Storsjö
2010-11-15
1
-0
/
+4
*
rtsp: Split out the RTSP demuxer functions to a separate, new file
Martin Storsjö
2010-10-29
1
-0
/
+24
*
rtsp: Move rtsp_setup_output_streams into rtspenc.c
Martin Storsjö
2010-10-29
1
-0
/
+6
*
drop rtsp_default_protocols which is not part of public API and not used anymore
Aurelien Jacobs
2010-10-23
1
-3
/
+0
*
rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_...
Martin Storsjö
2010-10-08
1
-3
/
+0
*
rtsp: Use a dynamically allocated receive buffer
Martin Storsjö
2010-10-01
1
-0
/
+3
*
Send NAT punching messages to the address specified in the Transport:
John Wimer
2010-09-03
1
-0
/
+1
*
rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet
Josh Allmann
2010-08-29
1
-0
/
+5
[next]