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-08-10Add initialization and cleanup functions for WinsockRamiro Polla
2007-08-08MinGW returns EAGAIN instead of EINPROGRESSRamiro Polla
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-04-27implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi
2007-04-27use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi
2007-04-26move resolve_host from tcp.c to os_support.c as it is used widelyAlex Beregszaszi
2007-04-26cosmetics in resolve_hostAlex Beregszaszi
2007-02-22change PF_INET to AF_INET to be consistent in the whole project. PF_INET is d...Alex Beregszaszi
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-21BeOS cleanupRamiro Polla
2007-01-19cosmetics: indentationAurelien Jacobs
2007-01-18The long awaited BeOS cleanup, phase 1François Revol
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-02-02os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedl...Michael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-05-09Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM>Diego Biurrun
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
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-14tcp select() check and enables pressing 'q' when reading/(writing) fromLeon van Stuivenberg
2004-03-14no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanst...Michael Niedermayer
2003-09-29Fix a very nasty problem with extra bytes appearing in TCP data streams.Philip Gladstone
2003-09-09removed ctype.h headerFabrice Bellard
2003-07-24OSX and BeOS networking fix (socklen_t)François Revol
2003-07-17support aborting in TCPFabrice Bellard
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2002-11-25renamed libav to libavformatFabrice Bellard