summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
* 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
* use rtp_get_local_rtp_port() instead of the deprecated rtp_get_local_port()Aurelien Jacobs2010-10-23
* rtsp: Move the rtsp_probe function to the demuxer code blockMartin Storsjö2010-10-21
* rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxerMartin Storsjö2010-10-21
* rtsp: Reorder functionsMartin Storsjö2010-10-21
* Add a demuxer for receiving raw rtp:// URLs without an SDP descriptionMartin Storsjö2010-10-19
* rtsp: Factorize out code for opening a chained RTP muxerMartin Storsjö2010-10-08
* rtsp: Make rtsp_rtp_mux_open reusableMartin Storsjö2010-10-08
* rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_...Martin Storsjö2010-10-08
* rtsp/sdp: Move code into correct ifdefsMartin Storsjö2010-10-05
* Remove some pointless CONFIG_RTSP_DEMUXER #ifdefs.Diego Biurrun2010-10-05
* Add some #endif comments to ease understanding.Diego Biurrun2010-10-05
* rtsp: In the muxer, show the generated with verbose log levelMartin Storsjö2010-10-03
* rtsp: Show the received SDPMartin Storsjö2010-10-03
* rtsp: Return a queued packet if it has been in the queue for longer than max_...Martin Storsjö2010-10-01
* rtpdec: Reorder received RTP packets according to the seq numberMartin Storsjö2010-10-01
* Reindent/rewrapMartin Storsjö2010-10-01
* rtsp: Reorganize if statements in rtsp_read_playMartin Storsjö2010-10-01
* rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö2010-10-01
* rtsp: Use a dynamically allocated receive bufferMartin Storsjö2010-10-01
* rtsp: Handle standard assigned codec names for private payload types, tooMartin Storsjö2010-09-15
* Reindent after r25032.Ronald S. Bultje2010-09-03
* Send NAT punching messages to the address specified in the Transport:John Wimer2010-09-03
* rtsp: 10l, try to update the correct rtp streamMartin Storsjö2010-09-03
* rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann2010-08-29
* rtsp: Check the RTCP file handle for new packets, tooJosh Allmann2010-08-29
* Handle IPv6 in the RTSP codeMartin Storsjö2010-08-25
* Handle IPv6 in the SDP demuxerMartin Storsjö2010-08-25
* rtsp: Return EOF if the TCP control channel is closedMartin Storsjö2010-08-25
* Send OPTIONS request at a regular basis to standard RTSP servers as well,Ronald S. Bultje2010-08-12
* get rid of MAX_STREAMS limit in RTSPAurelien Jacobs2010-08-09