summaryrefslogtreecommitdiffstats
path: root/libavformat/rtspenc.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* rtsp: Merge the AVOption listsMartin Storsjö2011-10-171-8/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-10/+8
* rtspenc: Add RTP muxer optionsMartin Storsjö2011-06-101-0/+2
* rtspenc: Add an AVClass for setting muxer specific optionsMartin Storsjö2011-06-101-0/+13
* lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-081-1/+1
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-041-1/+1
* avio: make url_write() internal.Anton Khirnov2011-04-041-1/+2
* avio: make url_open_dyn_packet_buf internal.Anton Khirnov2011-04-031-2/+3
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-031-1/+1
* rtsp: Don't use a locale dependent format stringMartin Storsjö2011-03-231-2/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* rtsp: Don't store RTSPStream in AVStream->priv_dataMartin Storsjö2011-02-031-2/+0
* rtspenc: include os_support.h for system without HAVE_POLL_HDave Yeo2011-01-281-0/+1
* os: replace select with pollLuca Barbato2011-01-281-13/+6
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö2011-01-021-1/+1
* rtsp: Move rtsp_setup_output_streams into rtspenc.cMartin Storsjö2010-10-291-0/+67
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-251-1/+1
* Include lavu headers using quotes instead of angle bracketsMartin Storsjö2010-07-181-1/+1
* Make the RTSP muxer use rtsp_hd_out, for consistencyMartin Storsjö2010-06-081-1/+1
* Remove unused local variablesMartin Storsjö2010-06-051-1/+0
* RTSP: Add a second URLContext for outgoing messagesJosh Allmann2010-06-051-2/+2
* rtspenc: Write the interleaving header in the same buffer as the packet dataMartin Storsjö2010-06-041-3/+8
* Change the default codecs for the rtsp muxer to mpeg4 and aacMartin Storsjö2010-05-211-2/+2
* Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxerMartin Storsjö2010-05-211-7/+3
* Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö2010-03-251-8/+2
* Add support for TCP as lower transport in the RTSP muxerMartin Storsjö2010-03-221-1/+43
* ReindentMartin Storsjö2010-03-151-3/+3
* Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_p...Martin Storsjö2010-03-151-4/+14
* Use rt->control_uri consequently instead of s->filename in all RTSP commandsMartin Storsjö2010-03-091-2/+2
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-051-0/+1
* RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxerMartin Storsjö2010-02-261-2/+6
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-231-6/+6
* Add an RTSP muxerMartin Storsjö2010-02-221-0/+131
OpenPOWER on IntegriCloud