summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
...
* Reindent after previous patch.Ronald S. Bultje2008-09-07
* Implement a RDT-specific SET_PARAMETER command that subscribes to theRonald S. Bultje2008-09-07
* Remove unused code that used to handle protocol concatenation, i.e. tryingRonald S. Bultje2008-09-03
* Implement Realmedia/RTSP-compatible SETUP command. This includes calculationRonald S. Bultje2008-09-03
* Remove useless "else" case in if X { A; return }; else { B }. See discussionRonald S. Bultje2008-09-01
* Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP lineRonald S. Bultje2008-09-01
* Implement Realmedia-compatible DESCRIBE command.Ronald S. Bultje2008-09-01
* Send RTSP OPTIONS command to detect server type.Ronald S. Bultje2008-08-31
* Read RealChallenge1 field from the server.Ronald S. Bultje2008-08-31
* Implement RTSPServerType enum as a way to identify the flavour of RTSP thatRonald S. Bultje2008-08-31
* Revert back to old version (r15103).Ronald S. Bultje2008-08-31
* Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch"Ronald S. Bultje2008-08-31
* Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDPRonald S. Bultje2008-08-27
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-14
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-13
* Do not free the priv_data field of AVStream on close (it is alreadyLuca Abeni2008-06-27
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* Fix receiving from SDP with unicast destinationsLuca Abeni2008-04-15
* Remove the "multicast=" tag from UDP and RTP URLsLuca Abeni2008-04-15
* use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorgLuca Barbato2008-04-03
* Reindent after rtsp-alternate-protocol* patches.Ronald S. Bultje2008-03-19
* Change protocol_mask into protocol, since we always just try a single one perRonald S. Bultje2008-03-19
* Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje2008-03-19
* Split the SETUP request into a separate function, as a prelude into allowingRonald S. Bultje2008-03-17
* Drop RTSP default protocol.Ronald S. Bultje2008-01-02
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 ReindentLuca Barbato2007-12-28
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng sup...Luca Barbato2007-12-28
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 CommentLuca Barbato2007-12-28
* Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),Luca Abeni2007-11-29
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-22
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-21
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni2007-11-16
* Specify the server address when opening an rtp:// URL in rtsp.c, soRonald S. Bultje2007-11-07
* If local port n is not available, try n + 2 instead of continuing to bindLuca Abeni2007-10-30
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-29
* Use correct timescale in RTSP seekingLuca Abeni2007-08-25
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* .memleak fix by Ronald Bultje. OK'd by Luca.Alex Beregszaszi2007-07-16
* rtsp multicast fix by Thijs Vermeir $1$2@gmail.comLuca Barbato2007-07-12
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-06
* check udp_read_packet return value not to access uninitialized memoryEric Paul2007-07-05
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
* use new string functionsMåns Rullgård2007-06-23
* Add transport method optionsThijs Vermeir2007-05-22
* Add support for optionsThijs Vermeir2007-05-22
* Don't compile RTSP_DEMUXER if not requestedAlex Beregszaszi2007-04-26