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-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
2007-04-27Don't compile RTSP_DEMUXER if not requestedAlex Beregszaszi
2007-04-27properly compile code for REDIR_DEMUXERAlex Beregszaszi
2007-04-26remove unused rtsp_callbackAlex Beregszaszi
2007-03-05Move unaltered rtsp.c comments to the header file.Panagiotis Issaris
2007-02-22Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman
2007-02-04move networking #includes into separate fileRamiro Polla
2007-01-18The long awaited BeOS cleanup, phase 1François Revol
2006-11-16remove duplicate code, patch by Ryan Martell rdm4 A martellventures P comRyan Martell
2006-11-09get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier
2006-11-07Add support for getting duration of a RTP stream (for seeking in stream)Ryan Martell
2006-10-29fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell
2006-10-27make ffmpeg able to send back a RTCP receiver report.Thijs
2006-10-27indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %Ryan Martell
2006-10-26Add support for H264 over RTPRyan Martell