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-06-25RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann
2010-06-14Cosmetics: Change connexion to connection in code commentsMartin Storsjö
2010-06-08Add RTSP tunneling over HTTPJosh Allmann
2010-06-05Cosmetics: Reindent/align/wrapMartin Storsjö
2010-06-05RTSP: Propagate errors up from ff_rtsp_send_cmd*Josh Allmann
2010-06-05RTSP: Add a second URLContext for outgoing messagesJosh Allmann
2010-06-02Change default number of channels (used if unspecified in the format desc)Ronald S. Bultje
2010-03-30Replace @returns by @return.Benoit Fouet
2010-03-26Actually parse the auth headers in RTSPMartin Storsjö
2010-03-26Make RTSP use the generic http authentication codeMartin Storsjö
2010-03-26Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö
2010-03-15Make rtsp_skip_packet non-static, add ff prefixMartin Storsjö
2010-03-15RTSP: Synchronize the start time of the chained RTP muxersMartin Storsjö
2010-02-23Cosmetics: reindentMartin Storsjö
2010-02-23Prefix non-static RTSP functions with ff_.Ronald S. Bultje
2010-02-22Add declarations and doxygen documentation of generic rtsp support functionsMartin Storsjö
2010-02-22Create AVFormatContext objects as private transport for output RTSP sessionsMartin Storsjö
2010-02-19Remove stale function declaration.Martin Storsjö
2010-02-19Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers theMartin Storsjö
2010-01-22Use the control URI from the SDP (if present) rather than the input filename,Alan Steremberg
2009-10-25Support 3xx redirection in rtspLuca Barbato
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
2009-07-27Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. SeeRonald S. Bultje
2009-07-19Use globally consistent include guard names.Stefano Sabatini
2009-06-10Support seeking as defined by the rfcLuca Barbato
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini
2009-04-15Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,Ronald S. Bultje
2009-03-21Add a @todo item to use ByteIOContext instead of URLContext at some point inRonald S. Bultje
2009-03-17Add RTP/ASF header parsing, which is part of the SDP of these streams. SeeRonald S. Bultje
2009-02-26Document rtsp.h, see "[PATCH] document rtsp.h" thread.Ronald S. Bultje
2009-02-22Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje
2009-02-16Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH]Ronald S. Bultje
2009-02-16Don't install rtsp.h. It is intended to be private, it depends on rtp codeRonald S. Bultje
2009-02-06Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni
2009-02-06Rename "tx_ctx" and "cur_tx" variables to "transport_priv" andRonald S. Bultje
2009-02-05Delete an enum and a function typedef that aren't used anywhere, andRonald S. Bultje
2009-02-04Move enum RTSPTransport up a bit, so that all fields that are assigned a valueRonald S. Bultje
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-07Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed byRonald S. Bultje
2009-01-07Fix doxy comments missing one '*'.Ronald S. Bultje
2009-01-07Use the "server" RTSP field to detect whether the server that we're talkingRonald S. Bultje
2009-01-07Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows futureRonald S. Bultje
2008-09-30Implement a RTSPTransport field, which allows proper separation of serverRonald S. Bultje
2008-09-30Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells usRonald S. Bultje
2008-08-31Read RealChallenge1 field from the server.Ronald S. Bultje
2008-08-31Revert back to old version (r15103).Ronald S. Bultje
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-31Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch"Ronald S. Bultje
2008-03-19Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje