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
*
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
*
|
Merge commit 'bb4a310bb85f43e62240145a656b1e5285b14239'
Michael Niedermayer
2015-02-25
1
-2
/
+1
|
\
\
|
|
/
|
*
rtpdec: Don't free the payload context in the .free function
Martin Storsjö
2015-02-24
1
-2
/
+1
*
|
Merge commit 'f4b59334bd898c47c9ac30999a346176548630a8'
Michael Niedermayer
2015-02-25
1
-5
/
+1
|
\
\
|
|
/
|
*
rtpdec: Remove the now unused .alloc field
Martin Storsjö
2015-02-24
1
-5
/
+1
*
|
Merge commit 'e72605f80bf5cbe32053a554ccc137e0a99cf3dd'
Michael Niedermayer
2015-02-24
1
-3
/
+11
|
\
\
|
|
/
|
*
rtpdec: Allow allocating and freeing the private data without explicit functions
Martin Storsjö
2015-02-24
1
-3
/
+11
*
|
Merge commit 'b7a4c319fda22aa91ce29692d728ec6103b514f6'
Michael Niedermayer
2015-02-24
1
-3
/
+6
|
\
\
|
|
/
|
*
rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandler
Martin Storsjö
2015-02-24
1
-3
/
+6
*
|
Merge commit '74d318f138f2a3f1b2fe81aea826d80d1e60f54c'
Michael Niedermayer
2015-02-24
1
-1
/
+1
|
\
\
|
|
/
|
*
rtsp: Fix the indentation of a linewrapped statement
Martin Storsjö
2015-02-24
1
-1
/
+1
*
|
Merge commit '26524e358147aade6e9dd18fff42d61b966bbc70'
Michael Niedermayer
2015-02-24
1
-1
/
+1
|
\
\
|
|
/
|
*
rtsp: Interpret the text media type as AVMEDIA_TYPE_DATA
Martin Storsjö
2015-02-24
1
-1
/
+1
*
|
Merge commit 'cdcc370293a159c321e41af7f0eef141c62d698d'
Michael Niedermayer
2015-02-23
1
-7
/
+0
|
\
\
|
|
/
|
*
rtsp: punch holes again after pause
Gilles Chanteperdrix
2015-02-23
1
-7
/
+0
|
*
rtsp: parse lang attribute in SDP
Gilles Chanteperdrix
2015-02-21
1
-0
/
+12
*
|
avformat/rtsp: parse lang attribute in SDP
Gilles Chanteperdrix
2015-02-13
1
-0
/
+12
*
|
avformat/rtsp: allow receiving subtitles via RTP
Gilles Chanteperdrix
2015-02-13
1
-3
/
+6
*
|
avformat/rtsp: Use avio_closep() to avoid leaving stale pointers in memory
Michael Niedermayer
2015-01-08
1
-1
/
+1
*
|
avformat/rtsp: Use av_freep() to avoid leaving stale pointers in memory
Michael Niedermayer
2014-12-26
1
-11
/
+11
*
|
Merge commit '76ccf114a6c107218e2a1948afc1d0fb3ac7ba0b'
Michael Niedermayer
2014-12-19
1
-0
/
+4
|
\
\
|
|
/
|
*
rtsp: check ffurl_get_file_handle() return value
Vittorio Giovara
2014-12-18
1
-0
/
+4
*
|
Merge commit '604c9b1196c70d79bbbc1f23e75f6a8253a74da3'
Michael Niedermayer
2014-12-02
1
-13
/
+13
|
\
\
|
|
/
|
*
rtsp: move the CONFIG_ macros to the beginning of the check
Vittorio Giovara
2014-12-02
1
-13
/
+13
*
|
Merge commit '6df9d9b55d3f56ee7782639a7678eeeaf77f14ea'
Michael Niedermayer
2014-10-24
1
-4
/
+4
|
\
\
|
|
/
|
*
lavf: Use av_gettime_relative
Martin Storsjö
2014-10-24
1
-4
/
+4
|
*
rtsp: Check a memory allocation
Michael Lynch
2014-10-16
1
-0
/
+2
*
|
avformat/rtsp: pass return code from ffurl_open() on its failure
Andrey Utkin
2014-10-23
1
-3
/
+4
*
|
avformat/rtsp: add av_assert0() to clarify that the else case is supposed to ...
Michael Niedermayer
2014-10-23
1
-0
/
+2
[next]