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
*
Use avformat_free_context for cleaning up muxers
Martin Storsjö
2011-02-06
1
-7
/
+1
*
libavformat: Use avcodec_copy_context for chained muxers
Martin Storsjö
2011-02-06
1
-0
/
+2
*
Free AVStream->info in chained muxers
Martin Storsjö
2011-02-04
1
-0
/
+1
*
rtsp: Don't store RTSPStream in AVStream->priv_data
Martin Storsjö
2011-02-04
1
-10
/
+6
*
Free the RTSPStreams in ff_rtsp_close_streams
Luca Barbato
2011-02-02
1
-0
/
+1
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-30
1
-5
/
+5
*
rtsp: make ff_sdp_parse return value forwarded
Luca Barbato
2011-01-30
1
-1
/
+2
*
os: replace select with poll
Luca Barbato
2011-01-30
1
-25
/
+30
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-28
1
-2
/
+2
*
Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.
Diego Elio Pettenò
2011-01-26
1
-5
/
+18
*
rtspdec: Retry with TCP if UDP failed
Martin Storsjö
2011-01-26
1
-1
/
+3
*
rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_request
Martin Storsjo
2011-01-26
1
-6
/
+1
*
rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_request
Martin Storsjo
2011-01-26
1
-22
/
+37
*
rtsp: Make make_setup_request a nonstatic function
Martin Storsjo
2011-01-26
1
-2
/
+2
*
rtsp: Properly fail if unable to open an input RTP port
Martin Storsjö
2011-01-09
1
-0
/
+4
*
rtsp: Allow requesting of filtering of source packets
Martin Storsjö
2011-01-06
1
-3
/
+7
*
rtsp: Parse RTP-Info headers
Martin Storsjö
2011-01-05
1
-0
/
+59
*
rtsp: Store the Content-Base header value straight to the target
Martin Storsjö
2011-01-02
1
-2
/
+3
*
rtsp: Pass the method name to ff_rtsp_parse_line
Martin Storsjö
2011-01-02
1
-2
/
+2
*
rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthState
Martin Storsjö
2011-01-02
1
-6
/
+6
*
rtsp: Add a method parameter to ff_rtsp_read_reply
Martin Storsjö
2011-01-02
1
-3
/
+3
*
rtpdec: Emit timestamps for packets before the first RTCP packet, too
Martin Storsjö
2011-01-01
1
-2
/
+12
*
rtsp: Check if the rtp stream actually has an RTPDemuxContext
Martin Storsjö
2010-12-27
1
-1
/
+4
*
rtsp: Require the transport reply from the server to match the request
Martin Storsjö
2010-12-23
1
-5
/
+6
*
rtsp: Don't set the RTP time base from the sample rate if no sample rate is set
Martin Storsjö
2010-12-15
1
-1
/
+2
*
rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is known
Martin Storsjö
2010-12-07
1
-2
/
+8
*
rtsp: Parse RealRTSP sample rate declarations from the SDP
Martin Storsjö
2010-12-07
1
-0
/
+4
*
rtsp: Look for RTP payload handlers for static payload types, too
Martin Storsjö
2010-12-05
1
-0
/
+5
*
rtsp: Factorize code for initializing the rtp payload handler
Martin Storsjö
2010-12-05
1
-12
/
+14
*
rtsp: Do a forgotten reindenting
Martin Storsjö
2010-11-28
1
-17
/
+17
*
rtsp: Parse and use the Content-Base reply header, if present
Martin Storsjö
2010-11-15
1
-0
/
+3
*
rtsp: Split out the RTSP demuxer functions to a separate, new file
Martin Storsjö
2010-10-29
1
-351
/
+7
*
rtsp: Move rtsp_setup_output_streams into rtspenc.c
Martin Storsjö
2010-10-29
1
-73
/
+1
*
rtsp: Add stub declarations of the setup_in/output_streams functions
Martin Storsjö
2010-10-27
1
-2
/
+14
*
drop rtsp_default_protocols which is not part of public API and not used anymore
Aurelien Jacobs
2010-10-23
1
-4
/
+0
*
use rtp_get_local_rtp_port() instead of the deprecated rtp_get_local_port()
Aurelien Jacobs
2010-10-23
1
-1
/
+1
*
rtsp: Move the rtsp_probe function to the demuxer code block
Martin Storsjö
2010-10-21
1
-7
/
+7
*
rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxer
Martin Storsjö
2010-10-21
1
-10
/
+23
*
rtsp: Reorder functions
Martin Storsjö
2010-10-21
1
-38
/
+38
*
Add a demuxer for receiving raw rtp:// URLs without an SDP description
Martin Storsjö
2010-10-19
1
-0
/
+104
*
rtsp: Factorize out code for opening a chained RTP muxer
Martin Storsjö
2010-10-08
1
-60
/
+4
*
rtsp: Make rtsp_rtp_mux_open reusable
Martin Storsjö
2010-10-08
1
-4
/
+5
*
rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_...
Martin Storsjö
2010-10-08
1
-3
/
+2
*
rtsp/sdp: Move code into correct ifdefs
Martin Storsjö
2010-10-05
1
-81
/
+87
*
Remove some pointless CONFIG_RTSP_DEMUXER #ifdefs.
Diego Biurrun
2010-10-05
1
-4
/
+0
*
Add some #endif comments to ease understanding.
Diego Biurrun
2010-10-05
1
-2
/
+2
*
rtsp: In the muxer, show the generated with verbose log level
Martin Storsjö
2010-10-03
1
-1
/
+1
*
rtsp: Show the received SDP
Martin Storsjö
2010-10-03
1
-0
/
+1
*
rtsp: Return a queued packet if it has been in the queue for longer than max_...
Martin Storsjö
2010-10-01
1
-3
/
+29
*
rtpdec: Reorder received RTP packets according to the seq number
Martin Storsjö
2010-10-01
1
-1
/
+4
[next]