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: avoid const warnings from strtol() call
Mans Rullgard
2012-05-06
1
-5
/
+6
*
rtsp: Don't use uninitialized data if there are no streams
Martin Storsjö
2012-04-08
1
-1
/
+1
*
rtsp: Don't expose the MS-RTSP RTX data stream to the caller
Martin Storsjö
2012-04-08
1
-7
/
+15
*
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-28
1
-6
/
+3
*
rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxers
Martin Storsjö
2012-03-20
1
-2
/
+3
*
libavformat: Set the default for the max_delay option to -1
Martin Storsjö
2012-03-20
1
-0
/
+6
*
cosmetics: Align some AVInput/OutputFormat declarations
Martin Storsjö
2012-03-19
1
-3
/
+3
*
rtsp: Retry authentication if failed due to being stale
Martin Storsjö
2012-03-13
1
-3
/
+5
*
rtsp: Fix a typo
Martin Storsjö
2012-03-12
1
-1
/
+1
*
rtsp: Only set the ttl parameter if the server actually gave a value
Martin Storsjö
2012-03-09
1
-2
/
+4
*
rtsp: Handle requests from server to client
Tommy Winther
2012-02-27
1
-5
/
+53
*
rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTS
Martin Storsjö
2012-02-23
1
-1
/
+1
*
rtp: Factorize the check for distinguishing RTCP packets from RTP
Martin Storsjö
2012-02-16
1
-1
/
+1
*
sdp: Ignore RTCP packets when autodetecting RTP streams
Martin Storsjö
2012-02-16
1
-0
/
+3
*
rtsp: Remove some unused variables from ff_rtsp_connect().
Diego Biurrun
2012-01-30
1
-1
/
+0
*
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
1
-1
/
+0
*
lavf: remove disabled FF_API_RTSP_URL_OPTIONS cruft
Anton Khirnov
2012-01-27
1
-45
/
+0
*
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-27
1
-4
/
+3
*
rtsp: Use a random offset for trying to open UDP ports for RTP
Dmitry Volyntsev
2012-01-22
1
-2
/
+9
*
rtsp: Allow specifying the UDP port range via AVOptions
Martin Storsjö
2012-01-22
1
-2
/
+11
*
rtsp: Remove a leftover, currently pointless check
Dmitry Volyntsev
2012-01-22
1
-10
/
+8
*
rtsp: Fix compiler warning for uninitialized variable
Jean First
2012-01-04
1
-1
/
+1
*
Replace all uses of av_close_input_file() with avformat_close_input().
Anton Khirnov
2011-12-12
1
-2
/
+1
*
lavf: deprecate av_close_input_stream().
Anton Khirnov
2011-12-12
1
-1
/
+1
*
rtsp: Initialize the media_type_mask in the rtp guessing demuxer
Martin Storsjö
2011-12-02
1
-0
/
+3
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-3
/
+3
*
rtpdec: Add an init function that can do custom codec context initialization
Martin Storsjö
2011-11-30
1
-0
/
+6
*
avio: add support for passing options to protocols.
Anton Khirnov
2011-11-13
1
-7
/
+7
*
avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc
Martin Storsjö
2011-11-13
1
-7
/
+14
*
avformat: Use ff_check_interrupt
Martin Storsjö
2011-11-13
1
-1
/
+1
*
http: Change the chunksize AVOption into chunked_post
Martin Storsjö
2011-11-10
1
-1
/
+1
*
rtsp: Set http custom headers via the AVOption
Martin Storsjö
2011-11-10
1
-2
/
+2
*
rtsp: Discard the dynamic handler, if it has an alloc function which failed
Martin Storsjö
2011-11-07
1
-1
/
+4
*
Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
2011-11-06
1
-6
/
+5
*
rtsp: Disable chunked http post through AVOptions
Martin Storsjö
2011-11-05
1
-1
/
+2
*
rtsp: add allowed_media_types option
John Brooks
2011-11-02
1
-1
/
+11
*
lavf: replace av_new_stream->avformat_new_stream part II.
Anton Khirnov
2011-10-19
1
-1
/
+2
*
rtsp: Expose the flag options via private AVOptions for sdp and rtp, too
Martin Storsjö
2011-10-17
1
-2
/
+29
*
rtsp: Make the rtsp flags avoptions set via a define
Martin Storsjö
2011-10-17
1
-2
/
+6
*
rtsp: Remove the separate filter_source variable
Martin Storsjö
2011-10-17
1
-4
/
+2
*
rtsp: Accept options via private avoptions instead of URL options
Martin Storsjö
2011-10-17
1
-1
/
+28
*
rtsp: Simplify AVOption definitions
Martin Storsjö
2011-10-17
1
-1
/
+3
*
rtsp: Merge the AVOption lists
Martin Storsjö
2011-10-17
1
-0
/
+7
*
rtsp: Request that dynamic rate is disabled
Martin Storsjö
2011-10-12
1
-0
/
+2
*
rtsp: Parse the x-Accept-Dynamic-Rate header
Martin Storsjö
2011-10-12
1
-0
/
+3
*
rtpdec: Add ff_ prefix to all nonstatic symbols
Martin Storsjö
2011-10-12
1
-13
/
+13
*
rtsp: remove disabled code
Diego Biurrun
2011-07-18
1
-8
/
+0
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-14
/
+14
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
RTSP: Doxygen comment cleanup
Diego Biurrun
2011-07-03
1
-13
/
+5
[next]