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-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
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-17Use usleep instead of sleep, some MinGW versions lack sleep.Alex Beregszaszi
2007-04-07typos/grammarDiego Biurrun
2007-03-19expose av_base64_decode and av_base64_encodeLuca Barbato
2007-03-12Properly initialize filesize during input buffer initialization.Ronald S. Bultje
2007-03-06handle http error codesAlex Beregszaszi
2007-03-04Close connection on EOFRonald S. Bultje
2007-03-04make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as ...Ronald S. Bultje
2007-02-28Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato
2007-02-28Reverting stray commit part ILuca Barbato
2007-02-28get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-02-04move networking #includes into separate fileRamiro Polla
2007-01-25use more portable PRIu64Guillaume Poirier
2007-01-18The long awaited BeOS cleanup, phase 1François Revol
2007-01-15add support for HTTP seekingRonald S. Bultje
2006-10-29switch to common base64 routines in lavfRyan Martell
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-19Fix memleak, patch by I. Po % yyymmmm # gmail O com %I. Po
2006-07-18simplify b64_encode()Michael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2005-01-08integer overflows, heap corruptionMichael Niedermayer
2004-08-12HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...Petr Doubek
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2004-03-14no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanst...Michael Niedermayer
2003-12-08using LIBAVFORMAT_IDENTAlex Beregszaszi
2003-09-09removed ctype.h headerFabrice Bellard
2003-03-09simplifiedAlex Beregszaszi
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2002-11-25renamed libav to libavformatFabrice Bellard