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
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
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2002-11-25renamed libav to libavformatFabrice Bellard