]> git.sesse.net Git - ffmpeg/history - libavformat/rtsp.c
rtsp: Reorganize if statements in rtsp_read_play
[ffmpeg] / libavformat / rtsp.c
2010-10-01 Martin Storsjörtsp: Reorganize if statements in rtsp_read_play
2010-10-01 Martin Storsjörtsp/rtpdec: Allow rtp_parse_packet to take ownership...
2010-10-01 Martin Storsjörtsp: Use a dynamically allocated receive buffer
2010-09-15 Martin Storsjörtsp: Handle standard assigned codec names for private...
2010-09-03 Ronald S. BultjeReindent after r25032.
2010-09-03 John WimerSend NAT punching messages to the address specified...
2010-09-03 Martin Storsjörtsp: 10l, try to update the correct rtp stream
2010-08-29 Josh Allmannrtsp: Return AVERROR_EOF when all streams have received...
2010-08-29 Josh Allmannrtsp: Check the RTCP file handle for new packets, too
2010-08-25 Martin StorsjöHandle IPv6 in the RTSP code
2010-08-25 Martin StorsjöHandle IPv6 in the SDP demuxer
2010-08-25 Martin Storsjörtsp: Return EOF if the TCP control channel is closed
2010-08-12 Ronald S. BultjeSend OPTIONS request at a regular basis to standard...
2010-08-09 Aurelien Jacobsget rid of MAX_STREAMS limit in RTSP
2010-08-07 Reinhard TartlerFix spelling in comment(s)
2010-08-07 Josh AllmannAdd RTP packetization of Theora and Vorbis
2010-08-06 Luca BarbatoPreserve status reason
2010-07-30 Martin StorsjöRemove mostly unnecessary rtpdec_*.h files, store the...
2010-07-28 Martin Storsjörtsp: Move the definition of SDP_MAX_SIZE up, use it...
2010-07-21 Axel HolzingerZero-initialize structs/arrays with {0} instead of...
2010-07-12 Luca BarbatoReport when a method gets an error status code
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-25 Josh AllmannRTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4...
2010-06-25 Josh AllmannRTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mp...
2010-06-25 Josh AllmannRTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c
2010-06-25 Josh AllmannRTSP: Remove skip_spaces in favor of strspn
2010-06-22 Martin StorsjöMake the http protocol open the connection immediately...
2010-06-21 Martin StorsjöRTSP: Use the same authentication for the HTTP POST...
2010-06-19 Martin StorsjöRTSP: Add the auth credentials to the HTTP tunnel URL...
2010-06-19 Martin StorsjöRTSP: Set the connection handles to null after closing...
2010-06-19 Josh AllmannRTSP: Don't store the connection handles in local variables
2010-06-18 Martin StorsjöRTSP: Clean up rtsp_hd on failure
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...
next