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
2011-07-18rtsp: remove disabled codeDiego Biurrun
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-04RTSP: Doxygen comment cleanupDiego Biurrun
2011-06-10rtspenc: Add RTP muxer optionsMartin Storsjö
2011-05-27rtspdec: add initial_pause private option.Anton Khirnov
2011-05-11rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-28os: replace select with pollLuca Barbato
2011-01-26Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.Diego Elio Pettenò
2011-01-25rtspdec: Retry with TCP if UDP failedMartin Storsjö
2011-01-25rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_requestMartin Storsjo
2011-01-25rtsp: Make make_setup_request a nonstatic functionMartin Storsjo
2011-01-06rtsp: Allow requesting of filtering of source packetsMartin Storsjö
2011-01-02rtsp: Store the Content-Base header value straight to the targetMartin Storsjö
2011-01-02rtsp: Pass the method name to ff_rtsp_parse_lineMartin Storsjö
2011-01-02rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthStateMartin Storsjö
2011-01-02rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö
2010-11-15rtsp: Parse and use the Content-Base reply header, if presentMartin Storsjö
2010-10-29rtsp: Split out the RTSP demuxer functions to a separate, new fileMartin Storsjö
2010-10-29rtsp: Move rtsp_setup_output_streams into rtspenc.cMartin Storsjö
2010-10-23drop rtsp_default_protocols which is not part of public API and not used anymoreAurelien Jacobs
2010-10-08rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_...Martin Storsjö
2010-10-01rtsp: Use a dynamically allocated receive bufferMartin Storsjö
2010-09-03Send NAT punching messages to the address specified in the Transport:John Wimer
2010-08-29rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann
2010-08-25Handle IPv6 in the RTSP codeMartin Storsjö
2010-08-25Handle IPv6 in the SDP demuxerMartin Storsjö
2010-08-10get rid of MAX_STREAMS limit in RTSPAurelien Jacobs
2010-08-06Preserve status reasonLuca Barbato
2010-06-25RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann
2010-06-14Cosmetics: Change connexion to connection in code commentsMartin Storsjö
2010-06-08Add RTSP tunneling over HTTPJosh Allmann
2010-06-05Cosmetics: Reindent/align/wrapMartin Storsjö
2010-06-05RTSP: Propagate errors up from ff_rtsp_send_cmd*Josh Allmann
2010-06-05RTSP: Add a second URLContext for outgoing messagesJosh Allmann
2010-06-02Change default number of channels (used if unspecified in the format desc)Ronald S. Bultje
2010-03-30Replace @returns by @return.Benoit Fouet
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-15Make rtsp_skip_packet non-static, add ff prefixMartin Storsjö
2010-03-15RTSP: Synchronize the start time of the chained RTP muxersMartin Storsjö
2010-02-23Cosmetics: reindentMartin Storsjö
2010-02-23Prefix non-static RTSP functions with ff_.Ronald S. Bultje
2010-02-22Add declarations and doxygen documentation of generic rtsp support functionsMartin Storsjö
2010-02-22Create AVFormatContext objects as private transport for output RTSP sessionsMartin Storsjö
2010-02-19Remove stale function declaration.Martin Storsjö
2010-02-19Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers theMartin Storsjö
2010-01-22Use the control URI from the SDP (if present) rather than the input filename,Alan Steremberg