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
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
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-03-11simplify AVFormatParameters NULL checksMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-26RTP/RTSP and MPEG4-AAC audioRomain Degez
2005-03-16buffer overflow in sdp_probe() fix by (Gildas Bazin )gbazin altern org)Michael Niedermayer
2004-11-13allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer
2004-10-12100l (forgoten seeking functions)Michael Niedermayer
2004-08-12HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...Petr Doubek
2004-03-20support url_read which reads less then requested patch by (Leon van Stuivenbe...Leon van Stuivenberg
2004-03-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-11-10initial seek support - more generic play/pause supportFabrice Bellard
2003-10-29added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a spe...Fabrice Bellard
2003-09-09removed ctype.h headerFabrice Bellard
2003-07-24OSX and BeOS networking fix (socklen_t)François Revol
2003-07-17suppressed RTSP abort hack - added PLAY/PAUSEFabrice Bellard
2003-07-15fixed RTP/TCP client supportFabrice Bellard