summaryrefslogtreecommitdiffstats
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* rtsp: Check if the rtp stream actually has an RTPDemuxContextMartin Storsjö2010-12-271-1/+4
* rtsp: Require the transport reply from the server to match the requestMartin Storsjö2010-12-231-5/+6
* rtsp: Don't set the RTP time base from the sample rate if no sample rate is setMartin Storsjö2010-12-151-1/+2
* rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is knownMartin Storsjö2010-12-071-2/+8
* rtsp: Parse RealRTSP sample rate declarations from the SDPMartin Storsjö2010-12-071-0/+4
* rtsp: Look for RTP payload handlers for static payload types, tooMartin Storsjö2010-12-051-0/+5
* rtsp: Factorize code for initializing the rtp payload handlerMartin Storsjö2010-12-051-12/+14
* rtsp: Do a forgotten reindentingMartin Storsjö2010-11-281-17/+17
* rtsp: Parse and use the Content-Base reply header, if presentMartin Storsjö2010-11-151-0/+3
* rtsp: Split out the RTSP demuxer functions to a separate, new fileMartin Storsjö2010-10-291-351/+7
* rtsp: Move rtsp_setup_output_streams into rtspenc.cMartin Storsjö2010-10-291-73/+1
* rtsp: Add stub declarations of the setup_in/output_streams functionsMartin Storsjö2010-10-271-2/+14
* drop rtsp_default_protocols which is not part of public API and not used anymoreAurelien Jacobs2010-10-231-4/+0
* use rtp_get_local_rtp_port() instead of the deprecated rtp_get_local_port()Aurelien Jacobs2010-10-231-1/+1
* rtsp: Move the rtsp_probe function to the demuxer code blockMartin Storsjö2010-10-211-7/+7
* rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxerMartin Storsjö2010-10-211-10/+23
* rtsp: Reorder functionsMartin Storsjö2010-10-211-38/+38
* Add a demuxer for receiving raw rtp:// URLs without an SDP descriptionMartin Storsjö2010-10-191-0/+104
* rtsp: Factorize out code for opening a chained RTP muxerMartin Storsjö2010-10-081-60/+4
* rtsp: Make rtsp_rtp_mux_open reusableMartin Storsjö2010-10-081-4/+5
* rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_...Martin Storsjö2010-10-081-3/+2
* rtsp/sdp: Move code into correct ifdefsMartin Storsjö2010-10-051-81/+87
* Remove some pointless CONFIG_RTSP_DEMUXER #ifdefs.Diego Biurrun2010-10-051-4/+0
* Add some #endif comments to ease understanding.Diego Biurrun2010-10-051-2/+2
* rtsp: In the muxer, show the generated with verbose log levelMartin Storsjö2010-10-031-1/+1
* rtsp: Show the received SDPMartin Storsjö2010-10-031-0/+1
* rtsp: Return a queued packet if it has been in the queue for longer than max_...Martin Storsjö2010-10-011-3/+29
* rtpdec: Reorder received RTP packets according to the seq numberMartin Storsjö2010-10-011-1/+4
* Reindent/rewrapMartin Storsjö2010-10-011-8/+7
* rtsp: Reorganize if statements in rtsp_read_playMartin Storsjö2010-10-011-1/+3
* rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö2010-10-011-2/+2
* rtsp: Use a dynamically allocated receive bufferMartin Storsjö2010-10-011-5/+12
* rtsp: Handle standard assigned codec names for private payload types, tooMartin Storsjö2010-09-151-0/+6
* Reindent after r25032.Ronald S. Bultje2010-09-031-2/+2
* Send NAT punching messages to the address specified in the Transport:John Wimer2010-09-031-1/+14
* rtsp: 10l, try to update the correct rtp streamMartin Storsjö2010-09-031-1/+1
* rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann2010-08-291-0/+13
* rtsp: Check the RTCP file handle for new packets, tooJosh Allmann2010-08-291-6/+7
* Handle IPv6 in the RTSP codeMartin Storsjö2010-08-251-10/+9
* Handle IPv6 in the SDP demuxerMartin Storsjö2010-08-251-9/+24
* rtsp: Return EOF if the TCP control channel is closedMartin Storsjö2010-08-251-3/+3
* Send OPTIONS request at a regular basis to standard RTSP servers as well,Ronald S. Bultje2010-08-121-3/+1
* get rid of MAX_STREAMS limit in RTSPAurelien Jacobs2010-08-091-4/+11
* Fix spelling in comment(s)Reinhard Tartler2010-08-071-1/+1
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-071-1/+1
* Preserve status reasonLuca Barbato2010-08-061-2/+4
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-301-1/+1
* rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, tooMartin Storsjö2010-07-281-4/+3
* Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99Axel Holzinger2010-07-211-1/+1
* Report when a method gets an error status codeLuca Barbato2010-07-121-0/+7
OpenPOWER on IntegriCloud