]> git.sesse.net Git - ffmpeg/history - libavformat/rtspenc.c
add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated
[ffmpeg] / libavformat / rtspenc.c
2010-08-25 Josh Allmannrtp: Replace hardcoded RTCP packet types with defines
2010-07-18 Martin StorsjöInclude lavu headers using quotes instead of angle...
2010-06-08 Martin StorsjöMake the RTSP muxer use rtsp_hd_out, for consistency
2010-06-05 Martin StorsjöRemove unused local variables
2010-06-05 Josh AllmannRTSP: Add a second URLContext for outgoing messages
2010-06-04 Martin Storsjörtspenc: Write the interleaving header in the same...
2010-05-21 Martin StorsjöChange the default codecs for the rtsp muxer to mpeg4...
2010-05-21 Martin StorsjöTake ff_write_chained in use in the mov rtp hinter...
2010-03-25 Martin StorsjöAdd separate method/url parameters to the rtsp_send_cmd...
2010-03-22 Martin StorsjöAdd support for TCP as lower transport in the RTSP...
2010-03-15 Martin StorsjöReindent
2010-03-15 Martin StorsjöDon't let ff_rtsp_read_reply skip interleaved RTP/TCP...
2010-03-09 Martin StorsjöUse rt->control_uri consequently instead of s->filename...
2010-03-05 Martin StorsjöUse ff_url_join for assembling URLs, instead of snprintf
2010-02-26 Martin StorsjöRTSP muxer: Use a local copy of the AVPacket for sendin...
2010-02-23 Ronald S. BultjePrefix non-static RTSP functions with ff_.
2010-02-22 Martin StorsjöAdd an RTSP muxer