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
2011-05-04Fix standalone compilation of pipe protocol.Diego Biurrun
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-13file: implement url_check() callback in the file and pipe protocolsStefano Sabatini
2011-04-08avio: make URLContext internal.Anton Khirnov
2011-04-08lavf: use designated initializers for all protocolsAnton Khirnov
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-07-06Add #ifdefs around code specific to file and pipe protocolsMåns Rullgård
2010-07-06file_protocol: remove redundant #include sys/time.hMåns Rullgård
2010-06-01Declare the url_write buffer parameter as constMartin Storsjö
2010-04-27Make file_open() return the error code set in errno if open() fails,Stefano Sabatini
2010-04-04Implement support to the AVSEEK_SIZE operation in file_seek().Stefano Sabatini
2010-02-13Do not call lseek() with invalid whence valueMåns Rullgård
2009-07-27Only consider -1 as an error return value for open().Martin Storsjö
2009-03-26Use intptr_t when casting pointers to int.Ramiro Polla
2009-03-03Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje
2009-03-03Remove size_t cast in setting s->priv_data directly to the (integer) fileRonald S. Bultje
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-12Use setmode() if it exists in <io.h>, and not based on O_BINARY.Ramiro Polla
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-05-27remove const qualifier, removes warning:Baptiste Coudurier
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-11-22os_support.h is also needed for usleep and lseek on MinGW.Ramiro Polla
2007-11-16Remove empty pipe_closeAlex Beregszaszi
2007-08-17Allow pipe: URL to take fd number as inputVincent Fourmond
2007-08-17Indent for next commitVincent Fourmond
2007-08-1010l: removed pipe_close instead of pipe_readRamiro Polla
2007-08-10Make the pipe URLProtocol share read and write functions with the file URLPro...Ramiro Polla
2007-06-26Check for O_BINARY instead of a list of systems that need itRamiro Polla
2007-06-24replace the uses of old string functions that Reimar missedMåns Rullgård
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2006-12-21Remove useless #include.Diego Biurrun
2006-12-21Remove useless MinGW #ifdefs.Ramiro Polla
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-12CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2004-12-06fixing pipe seek bugMichael Niedermayer
2004-04-24nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer
2004-03-25warning patrolFalk Hüffner
2004-03-24untested win32 binary pipe fixMichael Niedermayer
2004-02-14avio patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin
2003-12-14cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at...Wolfgang Hesseler
2003-01-11os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko
2002-11-29fixed 'file:' in URLsFabrice Bellard
2002-11-25renamed libav to libavformatFabrice Bellard