]> git.sesse.net Git - ffmpeg/history - libavformat/rtspenc.c
dds: add missing newline to log messages
[ffmpeg] / libavformat / rtspenc.c
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2013-11-01 Martin Storsjörtspenc: Make sure BYE packets are sent before TEARDOWN
2013-08-07 Martin Storsjörtspenc: Check the return value from ffio_open_dyn_pack...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-07-28 Anton KhirnovAdd missing libavutil/time.h includes.
2012-06-20 Mans RullgardRemove unnecessary inclusions of [sys/]time.h
2012-03-19 Martin Storsjöcosmetics: Align some AVInput/OutputFormat declarations
2012-02-16 Martin Storsjörtp: Factorize the check for distinguishing RTCP packet...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-10-17 Martin Storsjörtsp: Merge the AVOption lists
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-06-10 Martin Storsjörtspenc: Add RTP muxer options
2011-06-10 Martin Storsjörtspenc: Add an AVClass for setting muxer specific...
2011-04-08 Anton Khirnovlavf: rename avf_sdp_create to av_sdp_create.
2011-04-04 Anton Khirnovavio: make url_get_file_handle() internal.
2011-04-04 Anton Khirnovavio: make url_write() internal.
2011-04-03 Anton Khirnovavio: make url_open_dyn_packet_buf internal.
2011-04-03 Anton Khirnovavio: avio_ prefix for url_close_dyn_buf
2011-03-23 Martin Storsjörtsp: Don't use a locale dependent format string
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-02 Martin Storsjörtsp: Don't store RTSPStream in AVStream->priv_data
2011-01-28 Dave Yeortspenc: include os_support.h for system without HAVE_P...
2011-01-28 Luca Barbatoos: replace select with poll
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-02 Martin Storsjörtsp: Add a method parameter to ff_rtsp_read_reply
2010-10-29 Martin Storsjörtsp: Move rtsp_setup_output_streams into 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