| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
* | rtsp: Specify unicast for TCP interleaved streams, too | Martin Storsjö | 2011-03-21 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Use AVERROR_EXIT with url_interrupt_cb. | Nicolas George | 2011-03-15 | 1 | -1/+1 |
* | avio: rename url_fopen/fclose -> avio_open/close. | Anton Khirnov | 2011-02-23 | 1 | -1/+1 |
* | libavformat: Remove FF_NETERRNO() | Martin Storsjö | 2011-02-23 | 1 | -2/+2 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -1/+1 |
* | avio: move init_put_byte() to a new private header and rename it | Anton Khirnov | 2011-02-20 | 1 | -1/+2 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -1/+1 |
* | Replace remaining uses of parse_date with av_parse_time. | Anton Khirnov | 2011-02-16 | 1 | -2/+3 |
* | rtsp: udp_read_packet returning 0 doesn't mean success | Martin Storsjö | 2011-02-17 | 1 | -1/+1 |
* | rtsp/rdt: Assign the RTSPStream index to AVStream->id | Martin Storsjö | 2011-02-11 | 1 | -1/+1 |
* | Use avformat_free_context for cleaning up muxers | Martin Storsjö | 2011-02-04 | 1 | -7/+1 |
* | libavformat: Use avcodec_copy_context for chained muxers | Martin Storsjö | 2011-02-04 | 1 | -0/+2 |
* | Free AVStream->info in chained muxers | Martin Storsjö | 2011-02-03 | 1 | -0/+1 |
* | rtsp: Don't store RTSPStream in AVStream->priv_data | Martin Storsjö | 2011-02-03 | 1 | -10/+6 |
* | Free the RTSPStreams in ff_rtsp_close_streams | Luca Barbato | 2011-02-01 | 1 | -0/+1 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -5/+5 |
* | rtsp: make ff_sdp_parse return value forwarded | Luca Barbato | 2011-01-28 | 1 | -1/+2 |
* | os: replace select with poll | Luca Barbato | 2011-01-28 | 1 | -25/+30 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | Make ff_rtsp_send_cmd_with_content_async static to rtsp.c. | Diego Elio Pettenò | 2011-01-25 | 1 | -5/+18 |
* | rtspdec: Retry with TCP if UDP failed | Martin Storsjö | 2011-01-24 | 1 | -1/+3 |
* | rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_request | Martin Storsjo | 2011-01-24 | 1 | -6/+1 |
* | rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_request | Martin Storsjo | 2011-01-24 | 1 | -22/+37 |
* | rtsp: Make make_setup_request a nonstatic function | Martin Storsjo | 2011-01-24 | 1 | -2/+2 |
* | rtsp: Properly fail if unable to open an input RTP port | Martin Storsjö | 2011-01-09 | 1 | -0/+4 |
* | rtsp: Allow requesting of filtering of source packets | Martin Storsjö | 2011-01-06 | 1 | -3/+7 |
* | rtsp: Parse RTP-Info headers | Martin Storsjö | 2011-01-05 | 1 | -0/+59 |
* | rtsp: Store the Content-Base header value straight to the target | Martin Storsjö | 2011-01-02 | 1 | -2/+3 |
* | rtsp: Pass the method name to ff_rtsp_parse_line | Martin Storsjö | 2011-01-02 | 1 | -2/+2 |
* | rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthState | Martin Storsjö | 2011-01-02 | 1 | -6/+6 |
* | rtsp: Add a method parameter to ff_rtsp_read_reply | Martin Storsjö | 2011-01-02 | 1 | -3/+3 |
* | rtpdec: Emit timestamps for packets before the first RTCP packet, too | Martin Storsjö | 2011-01-01 | 1 | -2/+12 |
* | rtsp: Check if the rtp stream actually has an RTPDemuxContext | Martin Storsjö | 2010-12-27 | 1 | -1/+4 |
* | rtsp: Require the transport reply from the server to match the request | Martin Storsjö | 2010-12-23 | 1 | -5/+6 |
* | rtsp: Don't set the RTP time base from the sample rate if no sample rate is set | Martin Storsjö | 2010-12-15 | 1 | -1/+2 |
* | rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is known | Martin Storsjö | 2010-12-07 | 1 | -2/+8 |
* | rtsp: Parse RealRTSP sample rate declarations from the SDP | Martin Storsjö | 2010-12-07 | 1 | -0/+4 |
* | rtsp: Look for RTP payload handlers for static payload types, too | Martin Storsjö | 2010-12-05 | 1 | -0/+5 |
* | rtsp: Factorize code for initializing the rtp payload handler | Martin Storsjö | 2010-12-05 | 1 | -12/+14 |
* | rtsp: Do a forgotten reindenting | Martin Storsjö | 2010-11-28 | 1 | -17/+17 |
* | rtsp: Parse and use the Content-Base reply header, if present | Martin Storsjö | 2010-11-15 | 1 | -0/+3 |
* | rtsp: Split out the RTSP demuxer functions to a separate, new file | Martin Storsjö | 2010-10-29 | 1 | -351/+7 |
* | rtsp: Move rtsp_setup_output_streams into rtspenc.c | Martin Storsjö | 2010-10-29 | 1 | -73/+1 |
* | rtsp: Add stub declarations of the setup_in/output_streams functions | Martin Storsjö | 2010-10-27 | 1 | -2/+14 |
* | drop rtsp_default_protocols which is not part of public API and not used anymore | Aurelien Jacobs | 2010-10-23 | 1 | -4/+0 |
* | use rtp_get_local_rtp_port() instead of the deprecated rtp_get_local_port() | Aurelien Jacobs | 2010-10-23 | 1 | -1/+1 |
* | rtsp: Move the rtsp_probe function to the demuxer code block | Martin Storsjö | 2010-10-21 | 1 | -7/+7 |
* | rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxer | Martin Storsjö | 2010-10-21 | 1 | -10/+23 |