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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-23
1
-0
/
+5
|
\
|
*
rtsp: Allow specifying the UDP port range via AVOptions
Martin Storsjö
2012-01-22
1
-0
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-21
1
-3
/
+0
|
\
\
|
|
/
|
*
rtsp: Remove extern declarations for variables that don't exist
Martin Storsjö
2012-01-21
1
-3
/
+0
*
|
fix rtp 916 issue
Dmitry Volyntsev
2012-01-18
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-13
1
-2
/
+2
|
\
\
|
|
/
|
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-03
1
-0
/
+5
|
\
\
|
|
/
|
*
rtsp: add allowed_media_types option
John Brooks
2011-11-02
1
-0
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-18
1
-5
/
+16
|
\
\
|
|
/
|
*
rtsp: Remove the separate filter_source variable
Martin Storsjö
2011-10-17
1
-4
/
+0
|
*
rtsp: Accept options via private avoptions instead of URL options
Martin Storsjö
2011-10-17
1
-1
/
+13
|
*
rtsp: Merge the AVOption lists
Martin Storsjö
2011-10-17
1
-0
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-13
1
-0
/
+3
|
\
\
|
|
/
|
*
rtsp: Parse the x-Accept-Dynamic-Rate header
Martin Storsjö
2011-10-12
1
-0
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-19
1
-3
/
+0
|
\
\
|
|
/
|
*
rtsp: remove disabled code
Diego Biurrun
2011-07-18
1
-3
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-14
1
-2
/
+2
|
\
\
|
|
/
|
*
doxygen: Make sure parameter names match between .c and .h files.
Diego Biurrun
2011-07-14
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-04
1
-2
/
+4
|
\
\
|
|
/
|
*
RTSP: Doxygen comment cleanup
Diego Biurrun
2011-07-03
1
-2
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-11
1
-0
/
+5
|
\
\
|
|
/
|
*
rtspenc: Add RTP muxer options
Martin Storsjö
2011-06-10
1
-0
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-27
1
-0
/
+8
|
\
\
|
|
/
|
*
rtspdec: add initial_pause private option.
Anton Khirnov
2011-05-27
1
-0
/
+8
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-12
1
-0
/
+5
|
\
\
|
|
/
|
*
rtsp: Only do keepalive using GET_PARAMETER if the server supports it
Martin Storsjö
2011-05-11
1
-0
/
+5
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-2
/
+2
|
*
os: replace select with poll
Luca Barbato
2011-01-28
1
-0
/
+5
|
*
Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.
Diego Elio Pettenò
2011-01-25
1
-18
/
+0
|
*
rtspdec: Retry with TCP if UDP failed
Martin Storsjö
2011-01-24
1
-0
/
+13
|
*
rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_request
Martin Storsjo
2011-01-24
1
-0
/
+6
|
*
rtsp: Make make_setup_request a nonstatic function
Martin Storsjo
2011-01-24
1
-0
/
+7
*
|
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-2
/
+2
*
|
os: replace select with poll
Luca Barbato
2011-01-30
1
-0
/
+5
*
|
Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.
Diego Elio Pettenò
2011-01-26
1
-18
/
+0
*
|
rtspdec: Retry with TCP if UDP failed
Martin Storsjö
2011-01-26
1
-0
/
+13
*
|
rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_request
Martin Storsjo
2011-01-26
1
-0
/
+6
*
|
rtsp: Make make_setup_request a nonstatic function
Martin Storsjo
2011-01-26
1
-0
/
+7
|
/
*
rtsp: Allow requesting of filtering of source packets
Martin Storsjö
2011-01-06
1
-0
/
+4
*
rtsp: Store the Content-Base header value straight to the target
Martin Storsjö
2011-01-02
1
-4
/
+0
*
rtsp: Pass the method name to ff_rtsp_parse_line
Martin Storsjö
2011-01-02
1
-1
/
+1
*
rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthState
Martin Storsjö
2011-01-02
1
-1
/
+1
*
rtsp: Add a method parameter to ff_rtsp_read_reply
Martin Storsjö
2011-01-02
1
-1
/
+3
*
rtsp: Parse and use the Content-Base reply header, if present
Martin Storsjö
2010-11-15
1
-0
/
+4
*
rtsp: Split out the RTSP demuxer functions to a separate, new file
Martin Storsjö
2010-10-29
1
-0
/
+24
*
rtsp: Move rtsp_setup_output_streams into rtspenc.c
Martin Storsjö
2010-10-29
1
-0
/
+6
*
drop rtsp_default_protocols which is not part of public API and not used anymore
Aurelien Jacobs
2010-10-23
1
-3
/
+0
*
rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_...
Martin Storsjö
2010-10-08
1
-3
/
+0
[next]