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-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
2009-06-10Support seeking as defined by the rfcLuca Barbato
2009-06-04Move function for reading whole specified amount of data from RTSPKostya Shishkov
2009-05-31fix compilation with DEBUG definedBaptiste Coudurier
2009-04-21Fix crash when receiving from SDPLuca Abeni
2009-04-15Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,Ronald S. Bultje
2009-04-14Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje
2009-04-14Increase the SDP buffer size (again!) and also increase the temporaryRonald S. Bultje
2009-03-24strchr(string, '\0') returns non-NULL, and is thus not suited for use inRonald S. Bultje
2009-03-22Remove slash-skipping code because the function called right after thatRonald S. Bultje
2009-03-22Reindent something where a if () --> { <-- is on a newline rather than on theRonald S. Bultje
2009-03-21Free metadata if already allocated; fixes a memleak if the header occurs twiceRonald S. Bultje
2009-03-21Fix silly bug in hex_to_data() where it compares a string pointer for whetherRonald S. Bultje
2009-03-21Remove useless comment about something that is deprecated. See summary inRonald S. Bultje
2009-03-21Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++".Ronald S. Bultje
2009-03-21Merge functional code from get_word() and get_word_sep() into a singleRonald S. Bultje
2009-03-21Allow (and parse) incoming server messages (notices) interleaved with TCPRonald S. Bultje
2009-03-17Reindent after r18023.Ronald S. Bultje
2009-03-17Add RTP/ASF header parsing, which is part of the SDP of these streams. SeeRonald S. Bultje
2009-03-07rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c:Ronald S. Bultje
2009-03-06Oops, very silly typo.Ronald S. Bultje
2009-03-04Split rtsp_send_cmd() into two functions, one for the actual sending of theRonald S. Bultje
2009-03-03Rename "fd1" variable ro "fd". There were previously two variables (fd1 andRonald S. Bultje
2009-03-03Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje
2009-03-03Reindent after r17777.Ronald S. Bultje
2009-03-03Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fixRonald S. Bultje
2009-03-03Recognize the "application" data type, which is required for WMS/UDPRonald S. Bultje
2009-02-22Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje
2009-02-21Change sizeof(struct_type) to sizeof(variable).Ronald S. Bultje
2009-02-17Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni
2009-02-16Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH]Ronald 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