summaryrefslogtreecommitdiff
path: root/libavformat/rtspenc.c
Commit message (Expand)AuthorAge
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* rtspenc: Make sure BYE packets are sent before TEARDOWNMartin Storsjö2013-11-01
* rtspenc: Check the return value from ffio_open_dyn_packet_bufMartin Storsjö2013-08-07
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-28
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
* cosmetics: Align some AVInput/OutputFormat declarationsMartin Storsjö2012-03-19
* rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö2012-02-16
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* rtsp: Merge the AVOption listsMartin Storsjö2011-10-17
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* rtspenc: Add RTP muxer optionsMartin Storsjö2011-06-10
* rtspenc: Add an AVClass for setting muxer specific optionsMartin Storsjö2011-06-10
* lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-08
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-04
* avio: make url_write() internal.Anton Khirnov2011-04-04
* avio: make url_open_dyn_packet_buf internal.Anton Khirnov2011-04-03
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
* rtsp: Don't use a locale dependent format stringMartin Storsjö2011-03-23
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* rtsp: Don't store RTSPStream in AVStream->priv_dataMartin Storsjö2011-02-03
* rtspenc: include os_support.h for system without HAVE_POLL_HDave Yeo2011-01-28
* os: replace select with pollLuca Barbato2011-01-28
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö2011-01-02
* rtsp: Move rtsp_setup_output_streams into rtspenc.cMartin Storsjö2010-10-29
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-25
* Include lavu headers using quotes instead of angle bracketsMartin Storsjö2010-07-18
* Make the RTSP muxer use rtsp_hd_out, for consistencyMartin Storsjö2010-06-08
* Remove unused local variablesMartin Storsjö2010-06-05
* RTSP: Add a second URLContext for outgoing messagesJosh Allmann2010-06-05
* rtspenc: Write the interleaving header in the same buffer as the packet dataMartin Storsjö2010-06-04
* Change the default codecs for the rtsp muxer to mpeg4 and aacMartin Storsjö2010-05-21
* Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxerMartin Storsjö2010-05-21
* Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö2010-03-25
* Add support for TCP as lower transport in the RTSP muxerMartin Storsjö2010-03-22
* ReindentMartin Storsjö2010-03-15
* Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_p...Martin Storsjö2010-03-15
* Use rt->control_uri consequently instead of s->filename in all RTSP commandsMartin Storsjö2010-03-09
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-05
* RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxerMartin Storsjö2010-02-26
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-23
* Add an RTSP muxerMartin Storsjö2010-02-22