index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
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: 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
*
rtsp: Don't pass string pointer as format string to ff_url_join
Martin Storsjö
2011-06-16
1
-2
/
+2
*
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-08
1
-2
/
+3
*
Replace custom DEBUG preprocessor trickery by the standard one.
Diego Biurrun
2011-06-03
1
-3
/
+0
*
rtsp: use strtoul to parse rtptime and seq values.
Ilya
2011-05-24
1
-2
/
+2
[prev]
[next]