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-26Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
2011-07-12RTSP: Doxygen comment cleanupDiego Biurrun
2011-06-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-10rtspenc: Add RTP muxer optionsMartin Storsjö
2011-05-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-27rtspdec: add initial_pause private option.Anton Khirnov
2011-05-12Merge remote branch 'qatar/master'Michael Niedermayer
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-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-30os: replace select with pollLuca Barbato
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-26rtspdec: Retry with TCP if UDP failedMartin Storsjö
2011-01-26rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_requestMartin Storsjo
2011-01-26rtsp: Make make_setup_request a nonstatic functionMartin Storsjo
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ö