index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
rtsp.h
Age
Commit message (
Expand
)
Author
2011-07-03
RTSP: Doxygen comment cleanup
Diego Biurrun
2011-06-10
rtspenc: Add RTP muxer options
Martin Storsjö
2011-05-27
rtspdec: add initial_pause private option.
Anton Khirnov
2011-05-11
rtsp: Only do keepalive using GET_PARAMETER if the server supports it
Martin Storsjö
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-01-28
os: replace select with poll
Luca Barbato
2011-01-25
Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.
Diego Elio Pettenò
2011-01-24
rtspdec: Retry with TCP if UDP failed
Martin Storsjö
2011-01-24
rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_request
Martin Storsjo
2011-01-24
rtsp: Make make_setup_request a nonstatic function
Martin Storsjo
2011-01-06
rtsp: Allow requesting of filtering of source packets
Martin Storsjö
2011-01-02
rtsp: Store the Content-Base header value straight to the target
Martin Storsjö
2011-01-02
rtsp: Pass the method name to ff_rtsp_parse_line
Martin Storsjö
2011-01-02
rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthState
Martin Storsjö
2011-01-02
rtsp: Add a method parameter to ff_rtsp_read_reply
Martin Storsjö
2010-11-15
rtsp: Parse and use the Content-Base reply header, if present
Martin Storsjö
2010-10-29
rtsp: Split out the RTSP demuxer functions to a separate, new file
Martin Storsjö
2010-10-29
rtsp: Move rtsp_setup_output_streams into rtspenc.c
Martin Storsjö
2010-10-23
drop rtsp_default_protocols which is not part of public API and not used anymore
Aurelien Jacobs
2010-10-08
rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_...
Martin Storsjö
2010-10-01
rtsp: Use a dynamically allocated receive buffer
Martin Storsjö
2010-09-03
Send NAT punching messages to the address specified in the Transport:
John Wimer
2010-08-29
rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet
Josh Allmann
2010-08-25
Handle IPv6 in the RTSP code
Martin Storsjö
2010-08-25
Handle IPv6 in the SDP demuxer
Martin Storsjö
2010-08-09
get rid of MAX_STREAMS limit in RTSP
Aurelien Jacobs
2010-08-06
Preserve status reason
Luca Barbato
2010-06-25
RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...
Josh Allmann
2010-06-14
Cosmetics: Change connexion to connection in code comments
Martin Storsjö
2010-06-08
Add RTSP tunneling over HTTP
Josh Allmann
2010-06-05
Cosmetics: Reindent/align/wrap
Martin Storsjö
2010-06-05
RTSP: Propagate errors up from ff_rtsp_send_cmd*
Josh Allmann
2010-06-05
RTSP: Add a second URLContext for outgoing messages
Josh Allmann
2010-06-01
Change default number of channels (used if unspecified in the format desc)
Ronald S. Bultje
2010-03-30
Replace @returns by @return.
Benoit Fouet
2010-03-25
Actually parse the auth headers in RTSP
Martin Storsjö
2010-03-25
Make RTSP use the generic http authentication code
Martin Storsjö
2010-03-25
Add separate method/url parameters to the rtsp_send_cmd functions
Martin Storsjö
2010-03-15
Make rtsp_skip_packet non-static, add ff prefix
Martin Storsjö
2010-03-15
RTSP: Synchronize the start time of the chained RTP muxers
Martin Storsjö
2010-02-23
Cosmetics: reindent
Martin Storsjö
2010-02-23
Prefix non-static RTSP functions with ff_.
Ronald S. Bultje
2010-02-22
Add declarations and doxygen documentation of generic rtsp support functions
Martin Storsjö
2010-02-22
Create AVFormatContext objects as private transport for output RTSP sessions
Martin Storsjö
2010-02-19
Remove stale function declaration.
Martin Storsjö
2010-02-19
Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the
Martin Storsjö
2010-01-22
Use the control URI from the SDP (if present) rather than the input filename,
Alan Steremberg
2009-10-25
Support 3xx redirection in rtsp
Luca Barbato
2009-09-17
RTSP basic authentication, patch originally by Philip Coombes
Ronald S. Bultje
[next]