| Commit message (Expand) | Author | Age | Files | Lines |
* | rtsp: Merge the AVOption lists | Martin Storsjö | 2011-10-17 | 1 | -8/+1 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -10/+8 |
* | rtspenc: Add RTP muxer options | Martin Storsjö | 2011-06-10 | 1 | -0/+2 |
* | rtspenc: Add an AVClass for setting muxer specific options | Martin Storsjö | 2011-06-10 | 1 | -0/+13 |
* | lavf: rename avf_sdp_create to av_sdp_create. | Anton Khirnov | 2011-04-08 | 1 | -1/+1 |
* | avio: make url_get_file_handle() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+1 |
* | avio: make url_write() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+2 |
* | avio: make url_open_dyn_packet_buf internal. | Anton Khirnov | 2011-04-03 | 1 | -2/+3 |
* | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
* | rtsp: Don't use a locale dependent format string | Martin Storsjö | 2011-03-23 | 1 | -2/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | rtsp: Don't store RTSPStream in AVStream->priv_data | Martin Storsjö | 2011-02-03 | 1 | -2/+0 |
* | rtspenc: include os_support.h for system without HAVE_POLL_H | Dave Yeo | 2011-01-28 | 1 | -0/+1 |
* | os: replace select with poll | Luca Barbato | 2011-01-28 | 1 | -13/+6 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | rtsp: Add a method parameter to ff_rtsp_read_reply | Martin Storsjö | 2011-01-02 | 1 | -1/+1 |
* | rtsp: Move rtsp_setup_output_streams into rtspenc.c | Martin Storsjö | 2010-10-29 | 1 | -0/+67 |
* | rtp: Replace hardcoded RTCP packet types with defines | Josh Allmann | 2010-08-25 | 1 | -1/+1 |
* | Include lavu headers using quotes instead of angle brackets | Martin Storsjö | 2010-07-18 | 1 | -1/+1 |
* | Make the RTSP muxer use rtsp_hd_out, for consistency | Martin Storsjö | 2010-06-08 | 1 | -1/+1 |
* | Remove unused local variables | Martin Storsjö | 2010-06-05 | 1 | -1/+0 |
* | RTSP: Add a second URLContext for outgoing messages | Josh Allmann | 2010-06-05 | 1 | -2/+2 |
* | rtspenc: Write the interleaving header in the same buffer as the packet data | Martin Storsjö | 2010-06-04 | 1 | -3/+8 |
* | Change the default codecs for the rtsp muxer to mpeg4 and aac | Martin Storsjö | 2010-05-21 | 1 | -2/+2 |
* | Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxer | Martin Storsjö | 2010-05-21 | 1 | -7/+3 |
* | Add separate method/url parameters to the rtsp_send_cmd functions | Martin Storsjö | 2010-03-25 | 1 | -8/+2 |
* | Add support for TCP as lower transport in the RTSP muxer | Martin Storsjö | 2010-03-22 | 1 | -1/+43 |
* | Reindent | Martin Storsjö | 2010-03-15 | 1 | -3/+3 |
* | Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_p... | Martin Storsjö | 2010-03-15 | 1 | -4/+14 |
* | Use rt->control_uri consequently instead of s->filename in all RTSP commands | Martin Storsjö | 2010-03-09 | 1 | -2/+2 |
* | Use ff_url_join for assembling URLs, instead of snprintf | Martin Storsjö | 2010-03-05 | 1 | -0/+1 |
* | RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxer | Martin Storsjö | 2010-02-26 | 1 | -2/+6 |
* | Prefix non-static RTSP functions with ff_. | Ronald S. Bultje | 2010-02-23 | 1 | -6/+6 |
* | Add an RTSP muxer | Martin Storsjö | 2010-02-22 | 1 | -0/+131 |