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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtsp: Support misordered fmtp rtpmap
Joshua Kordani
2014-06-18
1
-3
/
+16
*
rtsp: Factor out fmtp parsing
Luca Barbato
2014-06-18
1
-9
/
+18
*
rtpenc_chain: Don't copy the time base to the source stream by default
Martin Storsjö
2014-05-31
1
-0
/
+1
*
rtsp: suppress a incompatible pointer types warning
Vittorio Giovara
2013-12-12
1
-2
/
+2
*
rtspenc: Make sure BYE packets are sent before TEARDOWN
Martin Storsjö
2013-11-01
1
-3
/
+5
*
sdp: Add an option for sending RTCP packets to the source of the last packets
Martin Storsjö
2013-08-14
1
-3
/
+5
*
rtsp: Don't include the listen flag in the SDP demuxer flags
Martin Storsjö
2013-08-07
1
-2
/
+2
*
rtsp: Simplify code for forming the remote peer url
Martin Storsjö
2013-08-01
1
-8
/
+5
*
rtpproto: Move rtpproto specific function declarations to a separate header
Martin Storsjö
2013-07-31
1
-0
/
+1
*
rtsp: Support RFC4570 (source specific multicast) more properly.
Ed Torbett
2013-07-29
1
-10
/
+91
*
rtsp: Support multicast source filters (RFC 4570)
Ed Torbett
2013-07-19
1
-0
/
+18
*
rtsp: Include an User-Agent header field in all requests
Martin Storsjö
2013-07-14
1
-0
/
+1
*
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-16
1
-2
/
+0
*
avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate
Diego Biurrun
2013-05-04
1
-1
/
+1
*
avformat: Drop unnecessary ff_ name prefixes from static functions
Diego Biurrun
2013-04-30
1
-9
/
+9
*
lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500
Andrew Van Til
2013-04-09
1
-1
/
+1
*
rtpdec: Split mpegts parsing to a normal depacketizer
Martin Storsjö
2013-01-20
1
-3
/
+13
*
rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)
Martin Storsjö
2013-01-15
1
-0
/
+12
*
rtsp: Remove an outdated comment
Martin Storsjö
2013-01-12
1
-4
/
+0
*
rtsp: Remove references to weirdly named variables in other files
Martin Storsjö
2013-01-12
1
-3
/
+1
*
rtpdec: Support sending RTCP feedback packets
Martin Storsjö
2013-01-08
1
-0
/
+8
*
rtsp: Respect max_delay for the reordering queue when using custom IO
Martin Storsjö
2013-01-08
1
-1
/
+5
*
rtsp: Recheck the reordering queue if getting a new packet
Martin Storsjö
2013-01-08
1
-2
/
+6
*
rtsp: Add support for depacketizing RTP data via custom IO
Martin Storsjö
2013-01-03
1
-12
/
+67
*
rtpdec: Move the URLContext used for RTCP RR out from the context, to a param...
Martin Storsjö
2013-01-03
1
-2
/
+2
*
rtp: set the payload type as stream id
Luca Barbato
2012-11-14
1
-1
/
+2
*
rtsp: Avoid a cast when calling strtol
Martin Storsjö
2012-10-29
1
-1
/
+3
*
rtsp: Make sure the ret variable is initialized in ff_rtsp_fetch_packet
Martin Storsjö
2012-10-20
1
-1
/
+2
*
rtsp: Allow setting the reordering buffer size via an AVOption
Martin Storsjö
2012-10-18
1
-2
/
+14
*
avformat: Remove non-compiling and/or silly commented-out printf/av_log state...
Diego Biurrun
2012-10-01
1
-2
/
+0
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-4
/
+4
*
avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member
Martin Storsjö
2012-09-04
1
-3
/
+3
*
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-09-04
1
-9
/
+9
*
rtsp: Free the rtpdec context properly
Martin Storsjö
2012-08-27
1
-1
/
+1
*
rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_han...
Jordi Ortiz
2012-08-17
1
-4
/
+16
*
rtsp: Support mpegts in raw udp packets
Martin Storsjö
2012-08-09
1
-1
/
+25
*
rtsp: Support receiving plain data over UDP without any RTP encapsulation
Martin Storsjö
2012-08-09
1
-4
/
+21
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
avformat: Drop pointless "format" from container long names
Diego Biurrun
2012-07-30
1
-1
/
+1
*
Add missing libavutil/time.h includes.
Anton Khirnov
2012-07-28
1
-0
/
+1
*
rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.
Ronald S. Bultje
2012-07-21
1
-1
/
+1
*
rtsp: Add listen mode
Jordi Ortiz
2012-07-10
1
-9
/
+21
*
rtsp: Make rtsp_open_transport_ctx() non-static
Jordi Ortiz
2012-07-10
1
-3
/
+3
*
rtsp: Parse the mode=receive/record parameter in transport lines
Jordi Ortiz
2012-07-10
1
-0
/
+8
*
Remove unnecessary inclusions of [sys/]time.h
Mans Rullgard
2012-06-20
1
-1
/
+0
*
rtsp: Send mode=record instead of mode=receive
Martin Storsjö
2012-06-18
1
-1
/
+1
*
rtsp: Check for dynamic payload handlers if no static payload mapping was found
Martin Storsjö
2012-05-26
1
-6
/
+8
*
rtpenc_chain: Return an error code instead of just a plain pointer
Martin Storsjö
2012-05-26
1
-3
/
+5
*
rtsp: Add content-type message header parsing
Jordi Ortiz
2012-05-08
1
-0
/
+3
*
rtsp: avoid const warnings from strtol() call
Mans Rullgard
2012-05-06
1
-5
/
+6
[next]