summaryrefslogtreecommitdiff
path: root/libavformat/file.c
Commit message (Expand)AuthorAge
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Use setmode() if it exists in <io.h>, and not based on O_BINARY.Ramiro Polla2009-01-11
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* remove const qualifier, removes warning:Baptiste Coudurier2008-05-27
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* os_support.h is also needed for usleep and lseek on MinGW.Ramiro Polla2007-11-22
* Remove empty pipe_closeAlex Beregszaszi2007-11-16
* Allow pipe: URL to take fd number as inputVincent Fourmond2007-08-17
* Indent for next commitVincent Fourmond2007-08-17
* 10l: removed pipe_close instead of pipe_readRamiro Polla2007-08-10
* Make the pipe URLProtocol share read and write functions with the file URLPro...Ramiro Polla2007-08-09
* Check for O_BINARY instead of a list of systems that need itRamiro Polla2007-06-25
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* Remove useless #include.Diego Biurrun2006-12-21
* Remove useless MinGW #ifdefs.Ramiro Polla2006-12-21
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* fixing pipe seek bugMichael Niedermayer2004-12-06
* nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2004-04-24
* warning patrolFalk Hüffner2004-03-24
* untested win32 binary pipe fixMichael Niedermayer2004-03-24
* avio patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-02-14
* cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at...Wolfgang Hesseler2003-12-14
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-11
* fixed 'file:' in URLsFabrice Bellard2002-11-29
* renamed libav to libavformatFabrice Bellard2002-11-25