]> git.sesse.net Git - ffmpeg/history - libavformat/rtsp.c
Add a lowercase parameter to ff_data_to_hex
[ffmpeg] / libavformat / rtsp.c
2010-03-24 Martin StorsjöMake ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with...
2010-03-24 Luca BarbatoIssue a warning if the received CSeq isn't the expected one
2010-03-24 Martin StorsjöHandle errors returned from ff_rtsp_read_reply in udp_r...
2010-03-23 Martin StorsjöHandle multiple RTSP transport options properly by...
2010-03-23 Martin StorsjöParse options in the RTSP URL only from the last questi...
2010-03-23 Martin StorsjöReconstruct the RTSP URL, in order to remove the auth...
2010-03-22 Martin StorsjöReindent
2010-03-22 Martin StorsjöAdd support for TCP as lower transport in the RTSP...
2010-03-22 Martin StorsjöUse the caller's RTSPMessageHeader in rtsp_setup_input_...
2010-03-15 Martin StorsjöMake rtsp_skip_packet non-static, add ff prefix
2010-03-15 Martin StorsjöReindent
2010-03-15 Martin StorsjöRTSP: Synchronize the start time of the chained RTP...
2010-03-14 Aurelien Jacobsmove ff_url_split() and ff_url_join() declarations...
2010-03-11 Martin StorsjöCosmetics, break a long line, fix brace placement
2010-03-11 Martin StorsjöRTSP muxer: Create the SDP with the numerical IP of...
2010-03-10 Dave YeoInclude os_support.h which has a fallback declaration...
2010-03-09 Martin StorsjöUse rt->control_uri consequently instead of s->filename...
2010-03-09 Martin StorsjöRTSP: Resolve and use the actual IP address of the...
2010-03-08 Martin StorsjöReindent
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-07 David ConradLocalize the #define _SVID_SOURCE needed for inet_aton...
2010-03-05 Martin StorsjöUse ff_url_join for assembling URLs, instead of snprintf
2010-02-28 Martin StorsjöRename RTP depacketizer files from rtp_* to rtpdec_*
2010-02-23 Martin StorsjöCosmetics: reindent
2010-02-23 Ronald S. BultjePrefix non-static RTSP functions with ff_.
2010-02-22 Martin StorsjöAdd an RTSP muxer
2010-02-22 Martin StorsjöFree metadata in chained RTP muxers in the RTSP muxer
2010-02-22 Martin StorsjöCosmetics: reindent
2010-02-22 Martin StorsjöAdd declarations and doxygen documentation of generic...
2010-02-22 Martin StorsjöCosmetics: reindent after applying patches
2010-02-22 Martin StorsjöDon't follow RTSP redirects when used as a muxer
2010-02-22 Martin StorsjöAdd a function rtsp_setup_output_streams for announcing...
2010-02-22 Martin StorsjöCreate AVFormatContext objects as private transport...
2010-02-19 Martin StorsjöSplit rtsp_read_header() into two functions, so that...
2010-02-19 Martin StorsjöSplit out input-specific parts of rtsp_read_header...
2010-02-19 Martin StorsjöOnly send out NAT-punching RTP/RTCP packets when we...
2010-02-19 Martin StorsjöUse mode=receive instead of mode=play if in RTSP muxer...
2010-02-19 Martin StorsjöMake rtsp_close_streams() take a AVFormatContext instea...
2010-02-19 Martin StorsjöRename RTSP_STATE_PLAYING to _STREAMING, since that...
2010-02-17 Martin StorsjöAdd functions to send RTSP commands with content attach...
2010-02-16 Martin StorsjöWhen using RTP-over-UDP, send dummy packets during...
2010-02-10 Ronald S. BultjeReindent after r21741.
2010-02-10 Ronald S. BultjeDon't forget to set known audio parameters (samplerate...
2010-01-26 Jeremy MortonDon't use tcp_fd if we're not using TCP-based connectio...
2010-01-22 Alan SterembergUse the control URI from the SDP (if present) rather...
2010-01-21 Ronald S. BultjeRemove reply and content_ptr arguments from rtsp_send_c...
2010-01-21 Ronald S. BultjeChange on rtsp_send_cmd() to the _async() version since...
2010-01-21 Ronald S. BultjeReindent after r21368.
2010-01-21 Ronald S. BultjePretty embarassing bug; we shouldn't use av_strlcatf...
2010-01-13 Ronald S. BultjeFix issue1658 (trailing space in rtpmap descriptor).
2010-01-07 Ronald S. BultjeAdd correct log context to av_log() calls in parse_rtpm...
2010-01-07 Ronald S. BultjeRe-indent to more closely follow general coding standar...
2010-01-04 Ronald S. BultjeRemove forward declarations.
2010-01-01 Stefano SabatiniFix typo.
2010-01-01 Stefano SabatiniRemove residual use of the doxygen markup which is...
2009-12-30 Luca BarbatoRename internal function
2009-11-13 Luca AbeniAdd some "#if"s to avoid compiling the RTSP code when...
2009-11-12 Luca AbeniSplit the sdp_read_packet() function out of rtsp_read_p...
2009-11-12 Luca AbeniMove some some functions around, so that splitting...
2009-10-25 Luca Barbatortsp_close_streams frees the auth_b64 line already
2009-10-25 Luca BarbatoSupport 3xx redirection in rtsp
2009-10-24 Luca BarbatoJust remove params understood by the demuxer
2009-10-24 Luca BarbatoSuppress ?params in the rtsp uri
2009-10-24 Luca BarbatoUse sdp c= line if the rtsp Transport line doesn't...
2009-10-24 Diego BiurrunRemove ancient redir demuxer.
2009-09-18 Ronald S. BultjeUnscrewup indentation (pointed out by Diego).
2009-09-17 Ronald S. BultjeRTSP basic authentication, patch originally by Philip...
2009-07-27 Ronald S. BultjeImplement support for EOS as used by WMS and other...
2009-06-10 Luca BarbatoSupport seeking as defined by the rfc
2009-06-04 Kostya ShishkovMove function for reading whole specified amount of...
2009-05-31 Baptiste Coudurierfix compilation with DEBUG defined
2009-04-20 Luca AbeniFix crash when receiving from SDP
2009-04-15 Ronald S. BultjeSend dummy requests over the TCP connection (WMS wants...
2009-04-14 Ronald S. BultjeAdd a Vorbis payload parser. Implemented by Colin McQui...
2009-04-14 Ronald S. BultjeIncrease the SDP buffer size (again!) and also increase...
2009-03-24 Ronald S. Bultjestrchr(string, '\0') returns non-NULL, and is thus...
2009-03-21 Ronald S. BultjeRemove slash-skipping code because the function called...
2009-03-21 Ronald S. BultjeReindent something where a if () --> { <-- is on a...
2009-03-21 Ronald S. BultjeFree metadata if already allocated; fixes a memleak...
2009-03-21 Ronald S. BultjeFix silly bug in hex_to_data() where it compares a...
2009-03-21 Ronald S. BultjeRemove useless comment about something that is deprecat...
2009-03-21 Ronald S. BultjeUse skip_spaces() in the "redir" demuxer instead of...
2009-03-21 Ronald S. BultjeMerge functional code from get_word() and get_word_sep...
2009-03-21 Ronald S. BultjeAllow (and parse) incoming server messages (notices...
2009-03-17 Ronald S. BultjeReindent after r18023.
2009-03-17 Ronald S. BultjeAdd RTP/ASF header parsing, which is part of the SDP...
2009-03-07 Ronald S. Bultjertpmap is case-insensitive, see comment from Luca in...
2009-03-06 Ronald S. BultjeOops, very silly typo.
2009-03-04 Ronald S. BultjeSplit rtsp_send_cmd() into two functions, one for the...
2009-03-03 Ronald S. BultjeRename "fd1" variable ro "fd". There were previously...
2009-03-03 Ronald S. BultjeAdd url_get_file_handle(), which is used to get the...
2009-03-03 Ronald S. BultjeReindent after r17777.
2009-03-03 Ronald S. BultjeMake RTSP-MS-over-UDP negotiation work. See "[PATCH...
2009-03-03 Ronald S. BultjeRecognize the "application" data type, which is require...
2009-02-21 Ronald S. BultjeRename RTSPHeader to RTSPMessageHeader to reflect more...
2009-02-21 Ronald S. BultjeChange sizeof(struct_type) to sizeof(variable).
2009-02-17 Luca AbeniRemame rtp_get_codec_info() to ff_rtp_get_codec_info...
2009-02-16 Ronald S. BultjeRename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_...
2009-02-06 Luca AbeniSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-05 Ronald S. BultjeRename "tx_ctx" and "cur_tx" variables to "transport_pr...
next