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
*
lavf/rtsp: Fix a crash with the RTSP muxer.
Martin Storsjö
2016-09-15
1
-1
/
+2
*
lavf: forward protocol_whitelist for the remaining cases
Andreas Cadhalpun
2016-08-05
1
-0
/
+8
*
Merge commit '3fdffc032e8ea5676bc0c2551b900c0dc887835b'
Hendrik Leppkes
2016-06-26
1
-4
/
+4
|
\
|
*
rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoder
Martin Storsjö
2016-05-25
1
-4
/
+4
*
|
Merge commit 'bc2a32969eb4db17677971def5ad5b936d9d1648'
Clément Bœsch
2016-06-21
1
-0
/
+6
|
\
\
|
|
/
|
*
rtsp: Parse SSRC attributes in the SDP
Martin Storsjö
2016-05-11
1
-0
/
+6
*
|
Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'
Derek Buitenhuis
2016-04-21
1
-5
/
+5
|
\
\
|
|
/
|
*
avio: Copy URLContext generic options into child URLContexts
Martin Storsjö
2016-03-24
1
-5
/
+5
*
|
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-04-10
1
-30
/
+38
|
\
\
|
|
/
|
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-30
/
+38
|
*
lavf: add a protocol whitelist/blacklist for file opened internally
Anton Khirnov
2016-02-22
1
-3
/
+6
|
*
urlprotocol: receive a list of protocols from the caller
Anton Khirnov
2016-02-22
1
-7
/
+26
|
*
rtsp: free opts dictionary on failure of getnameinfo
Ganesh Ajjanagadde
2015-12-07
1
-0
/
+1
*
|
rtp: Fix play multiple multicast streams with the same port
Zhao Zhili
2016-03-07
1
-1
/
+1
*
|
avformat: Add a protocol blacklisting API
Derek Buitenhuis
2016-03-04
1
-5
/
+5
*
|
Update demuxers and protocols for protocol whitelist support
Michael Niedermayer
2016-02-02
1
-10
/
+10
*
|
avformat/rtsp: free opts dictionary on failure of getnameinfo
Ganesh Ajjanagadde
2015-12-06
1
-0
/
+1
*
|
avformat: use AV_OPT_TYPE_BOOL in a bunch of places
Clément Bœsch
2015-12-04
1
-1
/
+1
*
|
Merge commit '2c17fb61ced2059034856a6c6cd303014aed01fe'
Hendrik Leppkes
2015-11-29
1
-8
/
+17
|
\
\
|
|
/
|
*
rtsp: Log getaddrinfo failures
Luca Barbato
2015-11-25
1
-8
/
+17
*
|
Merge commit '98063bcf15eb1e9bf9c8758c83c88d51cbb7ace7'
Hendrik Leppkes
2015-11-29
1
-2
/
+8
|
\
\
|
|
/
|
*
rtsp: Do not assume getnameinfo cannot fail
Luca Barbato
2015-11-25
1
-2
/
+8
*
|
Merge commit 'e02dcdf6bb6835ef4b49986b85a67efcb3495a7f'
Hendrik Leppkes
2015-10-27
1
-3
/
+1
|
\
\
|
|
/
|
*
rtsp: Allow $ as interleaved packet indicator before a complete response header
Martin Storsjö
2015-10-23
1
-3
/
+1
*
|
Merge commit '1ec611a10228945d2ec8a9cf6c5531dee6b7ee56'
Hendrik Leppkes
2015-09-16
1
-0
/
+2
|
\
\
|
|
/
|
*
rtsp: warning when max_delay reached
Eloi BAIL
2015-09-16
1
-0
/
+2
*
|
Merge commit '764ec70149728be82304c163ccc4e280f1629201'
Michael Niedermayer
2015-07-30
1
-2
/
+3
|
\
\
|
|
/
|
*
rtsp: Only interpret $ as interleaved packet indicator at the start of replies
Martin Storsjö
2015-07-30
1
-2
/
+3
*
|
avformat/rtsp: print a debug level note if time parsing fails
Michael Niedermayer
2015-05-15
1
-1
/
+2
*
|
Merge commit 'b90adb0aba073f9c1b4abca852119947393ced4c'
Michael Niedermayer
2015-04-24
1
-0
/
+2
|
\
\
|
|
/
|
*
rtsp: Make sure we don't write too many transport entries into a fixed-size a...
Martin Storsjö
2015-04-24
1
-0
/
+2
*
|
Merge commit 'eb7ddb5066843ab16caf33b05eafb2576648b797'
Michael Niedermayer
2015-04-24
1
-5
/
+2
|
\
\
|
|
/
|
*
rtsp: Don't warn about unparsed time ranges
Martin Storsjö
2015-04-23
1
-5
/
+2
*
|
Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'
Michael Niedermayer
2015-04-20
1
-5
/
+5
|
\
\
|
|
/
|
*
Replace av_dlog with normal av_log at trace level
Vittorio Giovara
2015-04-19
1
-5
/
+5
|
*
rtsp: Fix unchecked return value
Himangi Saraogi
2015-04-12
1
-2
/
+6
|
*
rtsp: Check a malloc return value
Himangi Saraogi
2015-04-12
1
-0
/
+2
*
|
avformat/rtsp: Fix dereference after null check
Himangi Saraogi
2015-04-12
1
-2
/
+2
*
|
avformat/rtsp: Fix unchecked return value
Himangi Saraogi
2015-04-10
1
-2
/
+6
*
|
avformat/rtsp: Fix null pointer dereference
Himangi Saraogi
2015-04-04
1
-0
/
+2
*
|
Merge commit 'e3ec6fe7bb2a622a863e3912181717a659eb1bad'
Michael Niedermayer
2015-04-01
1
-9
/
+35
|
\
\
|
|
/
|
*
rtsp: Add a buffer_size option
Luca Barbato
2015-04-01
1
-9
/
+35
*
|
avformat/rtsp: Fix potential pointer overflow in sdp_probe()
Michael Niedermayer
2015-03-16
1
-1
/
+1
*
|
Revert "rtsp: Interpret the text media type as AVMEDIA_TYPE_DATA"
Gilles Chanteperdrix
2015-03-01
1
-1
/
+1
*
|
Merge commit 'd594dbecce5f3af7f80bbf5bb1b516d740b69ccd'
Michael Niedermayer
2015-02-25
1
-4
/
+4
|
\
\
|
|
/
|
*
rtpdec: Rename the free method to close
Martin Storsjö
2015-02-24
1
-4
/
+4
*
|
Merge commit '8e32b1f0963d01d4f5d4803eb721f162e0d58d9a'
Michael Niedermayer
2015-02-25
1
-3
/
+1
|
\
\
|
|
/
|
*
libavformat: Use ffio_free_dyn_buf where applicable
Martin Storsjö
2015-02-24
1
-3
/
+1
*
|
Merge commit '078d43e23a7a3d64aafee8a58b380d3e139b3020'
Michael Niedermayer
2015-02-25
1
-8
/
+22
|
\
\
|
|
/
|
*
rtpdec: Free depacketizers if the init function failed
Martin Storsjö
2015-02-24
1
-8
/
+22
[next]