index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
rtspenc.c
Age
Commit message (
Expand
)
Author
2010-06-08
Make the RTSP muxer use rtsp_hd_out, for consistency
Martin Storsjö
2010-06-05
Remove unused local variables
Martin Storsjö
2010-06-05
RTSP: Add a second URLContext for outgoing messages
Josh Allmann
2010-06-04
rtspenc: Write the interleaving header in the same buffer as the packet data
Martin Storsjö
2010-05-21
Change the default codecs for the rtsp muxer to mpeg4 and aac
Martin Storsjö
2010-05-21
Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxer
Martin Storsjö
2010-03-25
Add separate method/url parameters to the rtsp_send_cmd functions
Martin Storsjö
2010-03-22
Add support for TCP as lower transport in the RTSP muxer
Martin Storsjö
2010-03-15
Reindent
Martin Storsjö
2010-03-15
Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_p...
Martin Storsjö
2010-03-09
Use rt->control_uri consequently instead of s->filename in all RTSP commands
Martin Storsjö
2010-03-05
Use ff_url_join for assembling URLs, instead of snprintf
Martin Storsjö
2010-02-26
RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxer
Martin Storsjö
2010-02-23
Prefix non-static RTSP functions with ff_.
Ronald S. Bultje
2010-02-22
Add an RTSP muxer
Martin Storsjö