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-01-30rtspenc: include os_support.h for system without HAVE_POLL_HDave Yeo
2011-01-30os: replace select with pollLuca Barbato
2011-01-28rtspenc: include os_support.h for system without HAVE_POLL_HDave Yeo
2011-01-28os: replace select with pollLuca Barbato
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-02rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö
2010-10-29rtsp: Move rtsp_setup_output_streams into rtspenc.cMartin Storsjö
2010-08-25rtp: Replace hardcoded RTCP packet types with definesJosh Allmann
2010-07-19Include lavu headers using quotes instead of angle bracketsMartin Storsjö
2010-06-08Make the RTSP muxer use rtsp_hd_out, for consistencyMartin Storsjö
2010-06-05Remove unused local variablesMartin Storsjö
2010-06-05RTSP: Add a second URLContext for outgoing messagesJosh Allmann
2010-06-04rtspenc: Write the interleaving header in the same buffer as the packet dataMartin Storsjö
2010-05-21Change the default codecs for the rtsp muxer to mpeg4 and aacMartin Storsjö
2010-05-21Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxerMartin Storsjö
2010-03-26Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö
2010-03-22Add support for TCP as lower transport in the RTSP muxerMartin Storsjö
2010-03-15ReindentMartin Storsjö
2010-03-15Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_p...Martin Storsjö
2010-03-09Use rt->control_uri consequently instead of s->filename in all RTSP commandsMartin Storsjö
2010-03-06Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö
2010-02-26RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxerMartin Storsjö
2010-02-23Prefix non-static RTSP functions with ff_.Ronald S. Bultje
2010-02-23Add an RTSP muxerMartin Storsjö