]> git.sesse.net Git - ffmpeg/history - libavformat/rtsp.c
Cosmetics: Change connexion to connection in code comments
[ffmpeg] / libavformat / rtsp.c
2010-06-14 Martin StorsjöCosmetics: Change connexion to connection in code comments
2010-06-14 Josh AllmannRTSP: Shrink SDP fmtp parsing buffer size
2010-06-14 Josh AllmannReindent
2010-06-08 Josh AllmannAdd RTSP tunneling over HTTP
2010-06-05 Martin StorsjöCosmetics: Reindent/align/wrap
2010-06-05 Josh AllmannRTSP: Propagate errors up from ff_rtsp_send_cmd*
2010-06-05 Martin StorsjöRemove unused local variables
2010-06-05 Josh AllmannRTSP: Add a second URLContext for outgoing messages
2010-05-19 Martin StorsjöFix a crash when opening WMS RTSP streams
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-04-20 Martin StorsjöReset RTCP timestamps after seeking, add range start...
2010-04-20 Martin StorsjöRevert svn rev 21857, readd first_rtcp_ntp_time in...
2010-04-16 Ramiro PollaAVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)
2010-04-15 Ronald S. BultjeFix compile error on mingw where ETIMEDOUT is missing...
2010-04-04 Martin StorsjöZero-initialize the reply struct
2010-04-03 Martin StorsjöRemove a redundant assignment, found by clang
2010-04-02 Sam GersteinETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein...
2010-04-01 Josh AllmannMerge Vorbis / Theora depayloaders.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-30 Benoit FouetReplace @returns by @return.
2010-03-29 Reimar DöffingerSome spelling fixes.
2010-03-29 Sam GersteinAdd a timeout to the select() call. Patch by Sam Gerste...
2010-03-25 Martin StorsjöReassemble the RTSP URL before replacing hostname with...
2010-03-25 Martin StorsjöSimplify ff_rtsp_send_cmd_with_content_async, remove...
2010-03-25 Martin StorsjöDon't force basic auth in RTSP, but retry with the...
2010-03-25 Martin StorsjöActually parse the auth headers in RTSP
2010-03-25 Martin StorsjöMake RTSP use the generic http authentication code
2010-03-25 Martin StorsjöAdd separate method/url parameters to the rtsp_send_cmd...
2010-03-25 Martin StorsjöReindent
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
next