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
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-08rtsp: Add content-type message header parsingJordi Ortiz
2012-01-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-22rtsp: Allow specifying the UDP port range via AVOptionsMartin Storsjö
2012-01-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-21rtsp: Remove extern declarations for variables that don't existMartin Storsjö
2012-01-18fix rtp 916 issueDmitry Volyntsev
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02rtsp: add allowed_media_types optionJohn Brooks
2011-10-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-17rtsp: Remove the separate filter_source variableMartin Storsjö
2011-10-17rtsp: Accept options via private avoptions instead of URL optionsMartin Storsjö
2011-10-17rtsp: Merge the AVOption listsMartin Storsjö
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12rtsp: Parse the x-Accept-Dynamic-Rate headerMartin Storsjö
2011-07-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-18rtsp: remove disabled codeDiego Biurrun
2011-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04RTSP: 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ö