Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-04Rename RTP payload contexts to PayloadContext, suggested by Luca inRonald S. Bultje
2008-10-02Use enum typers instead of int.Diego Pettenò
2008-10-02Add (additional) const to many global tables.Reimar Döffinger
2008-10-01This patch refactors RDT packet header parsing so that it can be used inRonald S. Bultje
2008-09-30Reindent after previous patches.Ronald S. Bultje
2008-09-30Implement a RTSPTransport field, which allows proper separation of serverRonald S. Bultje
2008-09-30Remove access to rdt_data struct in functions called outside of theRonald S. Bultje
2008-09-30Send improper UDP SETUP request, which is what Realmedia servers expect.Ronald S. Bultje
2008-09-30Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells usRonald S. Bultje
2008-09-26only include sys/select.h if present, fix mingw compilationBaptiste Coudurier
2008-09-25include sys/select.h instead of unistd.h to get select,Baptiste Coudurier
2008-09-14Reindent after r15317.Ronald S. Bultje
2008-09-14Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transportRonald S. Bultje
2008-09-11Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1:Ronald S. Bultje
2008-09-11Factorize out common code for opening of the RTP parsing context betweenRonald S. Bultje
2008-09-07Implement RDT-specific data parsing routines. After these changes, simpleRonald S. Bultje
2008-09-07Reindent after previous patch.Ronald S. Bultje
2008-09-07Implement a RDT-specific SET_PARAMETER command that subscribes to theRonald S. Bultje
2008-09-03Remove unused code that used to handle protocol concatenation, i.e. tryingRonald S. Bultje
2008-09-03Implement Realmedia/RTSP-compatible SETUP command. This includes calculationRonald S. Bultje
2008-09-01Remove useless "else" case in if X { A; return }; else { B }. See discussionRonald S. Bultje
2008-09-01Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP lineRonald S. Bultje
2008-09-01Implement Realmedia-compatible DESCRIBE command.Ronald S. Bultje
2008-08-31Send RTSP OPTIONS command to detect server type.Ronald S. Bultje
2008-08-31Read RealChallenge1 field from the server.Ronald S. Bultje
2008-08-31Implement RTSPServerType enum as a way to identify the flavour of RTSP thatRonald S. Bultje
2008-08-31Revert back to old version (r15103).Ronald S. Bultje
2008-08-31Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch"Ronald S. Bultje
2008-08-27Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDPRonald S. Bultje
2008-08-15ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs
2008-08-13strcasecmp() requires #include <strings.h>Aurelien Jacobs
2008-06-27Do not free the priv_data field of AVStream on close (it is alreadyLuca Abeni
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-04-15Fix receiving from SDP with unicast destinationsLuca Abeni
2008-04-15Remove the "multicast=" tag from UDP and RTP URLsLuca Abeni
2008-04-04use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorgLuca Barbato
2008-03-19Reindent after rtsp-alternate-protocol* patches.Ronald S. Bultje
2008-03-19Change protocol_mask into protocol, since we always just try a single one perRonald S. Bultje
2008-03-19Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje
2008-03-17Split the SETUP request into a separate function, as a prelude into allowingRonald S. Bultje
2008-01-02Drop RTSP default protocol.Ronald S. Bultje
2007-12-28Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 ReindentLuca Barbato
2007-12-28Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng sup...Luca Barbato
2007-12-28Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 CommentLuca Barbato
2007-11-29Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),Luca Abeni
2007-11-22Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato
2007-11-21Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson