Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-08ReindentMartin Storsjö
2010-03-08Rename url_split to ff_url_splitMartin Storsjö
2010-03-07Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.cDavid Conrad
2010-03-06Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö
2010-02-28Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö
2010-02-23Cosmetics: reindentMartin Storsjö
2010-02-23Prefix non-static RTSP functions with ff_.Ronald S. Bultje
2010-02-23Add an RTSP muxerMartin Storsjö
2010-02-23Free metadata in chained RTP muxers in the RTSP muxerMartin Storsjö
2010-02-22Cosmetics: reindentMartin Storsjö
2010-02-22Add declarations and doxygen documentation of generic rtsp support functionsMartin Storsjö
2010-02-22Cosmetics: reindent after applying patchesMartin Storsjö
2010-02-22Don't follow RTSP redirects when used as a muxerMartin Storsjö
2010-02-22Add a function rtsp_setup_output_streams for announcing the SDPMartin Storsjö
2010-02-22Create AVFormatContext objects as private transport for output RTSP sessionsMartin Storsjö
2010-02-20Split rtsp_read_header() into two functions, so that the main part (now alsoMartin Storsjö
2010-02-20Split out input-specific parts of rtsp_read_header() into its own, new,Martin Storsjö
2010-02-20Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e.Martin Storsjö
2010-02-20Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer)Martin Storsjö
2010-02-20Make rtsp_close_streams() take a AVFormatContext instead of a RTSPStateMartin Storsjö
2010-02-19Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers theMartin Storsjö
2010-02-17Add functions to send RTSP commands with content attached to them. This willMartin Storsjö
2010-02-17When using RTP-over-UDP, send dummy packets during stream setup, similar toMartin Storsjö
2010-02-10Reindent after r21741.Ronald S. Bultje
2010-02-10Don't forget to set known audio parameters (samplerate, etc.) if the codec isRonald S. Bultje
2010-01-26Don't use tcp_fd if we're not using TCP-based connections (e.g. whenJeremy Morton
2010-01-22Use the control URI from the SDP (if present) rather than the input filename,Alan Steremberg
2010-01-21Remove reply and content_ptr arguments from rtsp_send_cmd_async(), sinceRonald S. Bultje
2010-01-21Change on rtsp_send_cmd() to the _async() version since we don't use theRonald S. Bultje
2010-01-21Reindent after r21368.Ronald S. Bultje
2010-01-21Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitializedRonald S. Bultje
2010-01-13Fix issue1658 (trailing space in rtpmap descriptor).Ronald S. Bultje
2010-01-08Add correct log context to av_log() calls in parse_rtpmap().Ronald S. Bultje
2010-01-08Re-indent to more closely follow general coding standards used in otherRonald S. Bultje
2010-01-04Remove forward declarations.Ronald S. Bultje
2010-01-01Fix typo.Stefano Sabatini
2010-01-01Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini
2009-12-30Rename internal functionLuca Barbato
2009-11-13Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxerLuca Abeni
2009-11-12Split the sdp_read_packet() function out of rtsp_read_packet().Luca Abeni
2009-11-12Move some some functions around, so that splitting the SDP code out ofLuca Abeni
2009-10-25rtsp_close_streams frees the auth_b64 line alreadyLuca Barbato
2009-10-25Support 3xx redirection in rtspLuca Barbato
2009-10-24Just remove params understood by the demuxerLuca Barbato
2009-10-24Suppress ?params in the rtsp uriLuca Barbato
2009-10-24Use sdp c= line if the rtsp Transport line doesn't have a destinationLuca Barbato
2009-10-24Remove ancient redir demuxer.Diego Biurrun
2009-09-18Unscrewup indentation (pointed out by Diego).Ronald S. Bultje
2009-09-18RTSP basic authentication, patch originally by Philip CoombesRonald S. Bultje
2009-07-27Implement support for EOS as used by WMS and other RTSP servers that do notRonald S. Bultje