]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/file.c
Prepare for O_DIRECT
[frescor/ffmpeg.git] / libavformat / file.c
2010-04-09 Michal SojkaPrepare for O_DIRECT
2009-11-29 Michal SojkaRevert "Attempt to open files with O_DIRECT"
2009-11-29 Michal SojkaAttempt to open files with O_DIRECT
2009-03-26 ramiroUse intptr_t when casting pointers to int.
2009-03-03 rbultjeAdd url_get_file_handle(), which is used to get the...
2009-03-03 rbultjeRemove size_t cast in setting s->priv_data directly...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 ramiroUse setmode() if it exists in <io.h>, and not based...
2008-10-03 diegoRemove offset_t typedef and use int64_t directly instead.
2008-05-27 bcoudurierremove const qualifier, removes warning:
2008-05-09 diegoUse full path for #includes from another directory.
2007-11-22 ramiroos_support.h is also needed for usleep and lseek on...
2007-11-16 alexRemove empty pipe_close
2007-08-17 ramiroAllow pipe: URL to take fd number as input
2007-08-17 ramiroIndent for next commit
2007-08-10 ramiro10l: removed pipe_close instead of pipe_read
2007-08-09 ramiroMake the pipe URLProtocol share read and write function...
2007-06-25 ramiroCheck for O_BINARY instead of a list of systems that...
2007-06-24 mrureplace the uses of old string functions that Reimar...
2007-02-13 mmu_manThis fixes error handling for BeOS, removing the need...
2006-12-21 diegoRemove useless #include.
2006-12-21 diegoRemove useless MinGW #ifdefs.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-07-11 diegoCONFIG_WIN32 implies MinGW and Cygwin and possibly...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2004-12-06 michaelfixing pipe seek bug
2004-04-24 michaelnut files in cygwin patch by ("Sascha Sommer" <saschaso...
2004-03-24 mellumwarning patrol
2004-03-24 michaeluntested win32 binary pipe fix
2004-02-14 michaelavio patch by (Gildas Bazin <gbazin at altern dot org>)
2003-12-14 michaelcygwin fix and dont average interlaced MVs patch by...
2003-01-11 michaelnios2 support patch by ("Slavik Gnatenko" <miracle9 at...
2002-11-29 bellardfixed 'file:' in URLs
2002-11-25 bellardrenamed libav to libavformat