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-03-30Replace @returns by @return.Benoit Fouet
2010-03-29Some spelling fixes.Reimar Döffinger
2010-03-29Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlabSam Gerstein
2010-03-26Reassemble the RTSP URL before replacing hostname with the numerical IPMartin Storsjö
2010-03-26Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary bufferMartin Storsjö
2010-03-26Don't force basic auth in RTSP, but retry with the server-specified method on...Martin Storsjö
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-25ReindentMartin Storsjö
2010-03-25Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_contentMartin Storsjö
2010-03-25Issue a warning if the received CSeq isn't the expected oneLuca Barbato
2010-03-24Handle errors returned from ff_rtsp_read_reply in udp_read_packet properlyMartin Storsjö
2010-03-23Handle multiple RTSP transport options properly by adding all of them into th...Martin Storsjö
2010-03-23Parse options in the RTSP URL only from the last question mark onwardsMartin Storsjö
2010-03-23Reconstruct the RTSP URL, in order to remove the auth part from the URL sent ...Martin Storsjö
2010-03-22ReindentMartin Storsjö
2010-03-22Add support for TCP as lower transport in the RTSP muxerMartin Storsjö
2010-03-22Use the caller's RTSPMessageHeader in rtsp_setup_input_streamsMartin Storsjö
2010-03-15Make rtsp_skip_packet non-static, add ff prefixMartin Storsjö
2010-03-15ReindentMartin Storsjö
2010-03-15RTSP: Synchronize the start time of the chained RTP muxersMartin Storsjö
2010-03-15move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs
2010-03-11Cosmetics, break a long line, fix brace placementMartin Storsjö
2010-03-11RTSP muxer: Create the SDP with the numerical IP of the peerMartin Storsjö
2010-03-10Include os_support.h which has a fallback declaration of socklen_tDave Yeo
2010-03-09Use rt->control_uri consequently instead of s->filename in all RTSP commandsMartin Storsjö
2010-03-09RTSP: Resolve and use the actual IP address of the peer we're connected to,Martin Storsjö
2010-03-08ReindentMartin Storsjö
2010-03-08Rename url_split to ff_url_splitMartin Storsjö
2010-03-07Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.cDavid Conrad
2010-03-06Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö
2010-02-28Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö
2010-02-23Cosmetics: reindentMartin Storsjö
2010-02-23Prefix non-static RTSP functions with ff_.Ronald S. Bultje
2010-02-23Add an RTSP muxerMartin Storsjö
2010-02-23Free metadata in chained RTP muxers in the RTSP muxerMartin Storsjö
2010-02-22Cosmetics: reindentMartin Storsjö
2010-02-22Add declarations and doxygen documentation of generic rtsp support functionsMartin Storsjö
2010-02-22Cosmetics: reindent after applying patchesMartin Storsjö
2010-02-22Don't follow RTSP redirects when used as a muxerMartin Storsjö
2010-02-22Add a function rtsp_setup_output_streams for announcing the SDPMartin Storsjö
2010-02-22Create AVFormatContext objects as private transport for output RTSP sessionsMartin Storsjö
2010-02-20Split rtsp_read_header() into two functions, so that the main part (now alsoMartin Storsjö
2010-02-20Split out input-specific parts of rtsp_read_header() into its own, new,Martin Storsjö
2010-02-20Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e.Martin Storsjö
2010-02-20Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer)Martin Storsjö
2010-02-20Make rtsp_close_streams() take a AVFormatContext instead of a RTSPStateMartin Storsjö
2010-02-19Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers theMartin Storsjö
2010-02-17Add functions to send RTSP commands with content attached to them. This willMartin Storsjö