summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* Use enum typers instead of int.Diego Pettenò2008-10-021-1/+2
* Add (additional) const to many global tables.Reimar Döffinger2008-10-021-1/+1
* This patch refactors RDT packet header parsing so that it can be used inRonald S. Bultje2008-10-011-0/+3
* Reindent after previous patches.Ronald S. Bultje2008-09-301-3/+3
* Implement a RTSPTransport field, which allows proper separation of serverRonald S. Bultje2008-09-301-7/+23
* Remove access to rdt_data struct in functions called outside of theRonald S. Bultje2008-09-301-1/+2
* Send improper UDP SETUP request, which is what Realmedia servers expect.Ronald S. Bultje2008-09-301-2/+5
* Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells usRonald S. Bultje2008-09-301-33/+33
* only include sys/select.h if present, fix mingw compilationBaptiste Coudurier2008-09-261-0/+2
* include sys/select.h instead of unistd.h to get select,Baptiste Coudurier2008-09-241-1/+1
* Reindent after r15317.Ronald S. Bultje2008-09-141-1/+1
* Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transportRonald S. Bultje2008-09-141-16/+16
* Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1:Ronald S. Bultje2008-09-111-14/+14
* Factorize out common code for opening of the RTP parsing context betweenRonald S. Bultje2008-09-111-32/+26
* Implement RDT-specific data parsing routines. After these changes, simpleRonald S. Bultje2008-09-071-2/+8
* Reindent after previous patch.Ronald S. Bultje2008-09-071-22/+22
* Implement a RDT-specific SET_PARAMETER command that subscribes to theRonald S. Bultje2008-09-071-1/+33
* Remove unused code that used to handle protocol concatenation, i.e. tryingRonald S. Bultje2008-09-031-13/+3
* Implement Realmedia/RTSP-compatible SETUP command. This includes calculationRonald S. Bultje2008-09-031-6/+29
* Remove useless "else" case in if X { A; return }; else { B }. See discussionRonald S. Bultje2008-09-011-6/+4
* Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP lineRonald S. Bultje2008-09-011-1/+1
* Implement Realmedia-compatible DESCRIBE command.Ronald S. Bultje2008-09-011-0/+9
* Send RTSP OPTIONS command to detect server type.Ronald S. Bultje2008-08-311-0/+37
* Read RealChallenge1 field from the server.Ronald S. Bultje2008-08-311-0/+3
* Implement RTSPServerType enum as a way to identify the flavour of RTSP thatRonald S. Bultje2008-08-311-0/+7
* Revert back to old version (r15103).Ronald S. Bultje2008-08-311-47/+0
* Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch"Ronald S. Bultje2008-08-311-0/+47
* Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDPRonald S. Bultje2008-08-271-0/+6
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-141-0/+3
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-131-0/+1
* Do not free the priv_data field of AVStream on close (it is alreadyLuca Abeni2008-06-271-1/+0
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-3/+3
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* Fix receiving from SDP with unicast destinationsLuca Abeni2008-04-151-1/+2
* Remove the "multicast=" tag from UDP and RTP URLsLuca Abeni2008-04-151-2/+2
* use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorgLuca Barbato2008-04-031-1/+1
* Reindent after rtsp-alternate-protocol* patches.Ronald S. Bultje2008-03-191-4/+3
* Change protocol_mask into protocol, since we always just try a single one perRonald S. Bultje2008-03-191-7/+7
* Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje2008-03-191-3/+22
* Split the SETUP request into a separate function, as a prelude into allowingRonald S. Bultje2008-03-171-68/+89
* Drop RTSP default protocol.Ronald S. Bultje2008-01-021-0/+2
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 ReindentLuca Barbato2007-12-281-8/+10
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng sup...Luca Barbato2007-12-281-0/+5
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 CommentLuca Barbato2007-12-281-1/+1
* Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),Luca Abeni2007-11-291-6/+8
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-221-1/+1
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-211-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-1/+1
* Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni2007-11-161-6/+2