summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-04
|\
| * avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
* | Use strtoul to parse rtptime and seq values.Ilya2011-03-26
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-23
|\|
| * rtsp: Specify unicast for TCP interleaved streams, tooMartin Storsjö2011-03-21
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-15
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-23
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-20
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Replace remaining uses of parse_date with av_parse_time.Anton Khirnov2011-02-16
* rtsp: udp_read_packet returning 0 doesn't mean successMartin Storsjö2011-02-17
* rtsp/rdt: Assign the RTSPStream index to AVStream->idMartin Storsjö2011-02-11
* Use avformat_free_context for cleaning up muxersMartin Storsjö2011-02-04
* libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö2011-02-04
* Free AVStream->info in chained muxersMartin Storsjö2011-02-03
* rtsp: Don't store RTSPStream in AVStream->priv_dataMartin Storsjö2011-02-03
* Free the RTSPStreams in ff_rtsp_close_streamsLuca Barbato2011-02-01
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* rtsp: make ff_sdp_parse return value forwardedLuca Barbato2011-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
* Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.Diego Elio Pettenò2011-01-25
* rtspdec: Retry with TCP if UDP failedMartin Storsjö2011-01-24
* rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_requestMartin Storsjo2011-01-24
* rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_requestMartin Storsjo2011-01-24
* rtsp: Make make_setup_request a nonstatic functionMartin Storsjo2011-01-24
* rtsp: Properly fail if unable to open an input RTP portMartin Storsjö2011-01-09
* rtsp: Allow requesting of filtering of source packetsMartin Storsjö2011-01-06
* rtsp: Parse RTP-Info headersMartin Storsjö2011-01-05
* rtsp: Store the Content-Base header value straight to the targetMartin Storsjö2011-01-02
* rtsp: Pass the method name to ff_rtsp_parse_lineMartin Storsjö2011-01-02
* rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthStateMartin Storsjö2011-01-02
* rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö2011-01-02
* rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö2011-01-01
* rtsp: Check if the rtp stream actually has an RTPDemuxContextMartin Storsjö2010-12-27
* rtsp: Require the transport reply from the server to match the requestMartin Storsjö2010-12-23
* rtsp: Don't set the RTP time base from the sample rate if no sample rate is setMartin Storsjö2010-12-15
* rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is knownMartin Storsjö2010-12-07
* rtsp: Parse RealRTSP sample rate declarations from the SDPMartin Storsjö2010-12-07
* rtsp: Look for RTP payload handlers for static payload types, tooMartin Storsjö2010-12-05
* rtsp: Factorize code for initializing the rtp payload handlerMartin Storsjö2010-12-05
* rtsp: Do a forgotten reindentingMartin Storsjö2010-11-28
* rtsp: Parse and use the Content-Base reply header, if presentMartin Storsjö2010-11-15
* rtsp: Split out the RTSP demuxer functions to a separate, new fileMartin Storsjö2010-10-29
* rtsp: Move rtsp_setup_output_streams into rtspenc.cMartin Storsjö2010-10-29
* rtsp: Add stub declarations of the setup_in/output_streams functionsMartin Storsjö2010-10-27
* drop rtsp_default_protocols which is not part of public API and not used anymoreAurelien Jacobs2010-10-23