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-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
2007-11-16Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni
2007-11-07Specify the server address when opening an rtp:// URL in rtsp.c, soRonald S. Bultje
2007-10-30If local port n is not available, try n + 2 instead of continuing to bindLuca Abeni
2007-10-29Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni
2007-08-25Use correct timescale in RTSP seekingLuca Abeni
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-07-16.memleak fix by Ronald Bultje. OK'd by Luca.Alex Beregszaszi
2007-07-13rtsp multicast fix by Thijs Vermeir $1$2@gmail.comLuca Barbato
2007-07-06Use AV_RB* macros where appropriate.Ronald S. Bultje
2007-07-06check udp_read_packet return value not to access uninitialized memoryEric Paul
2007-06-24replace the uses of old string functions that Reimar missedMåns Rullgård
2007-06-24use new string functionsMåns Rullgård
2007-05-22Add transport method optionsThijs Vermeir
2007-05-22Add support for optionsThijs Vermeir