]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/os_support.h
url_fseek works
[frescor/ffmpeg.git] / libavformat / os_support.h
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-24 diegoFix undefined preprocessor directives warnings during...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-03 diegoDelete unnecessary 'extern' keywords.
2008-10-10 ramiroOnly special-case absolute DOS paths on systems that...
2008-10-02 ramiroMinGW runtime 3.15 has a wrapper for usleep().
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-01 michaelRevert r14497
2008-08-01 diegoAdd missing header #includes.
2008-03-22 diegotypo: occured --> occurred
2008-03-08 ramiroDefine WIN32_LEAN_AND_MEAN before including windows...
2008-03-08 ramiroInclude windows.h instead of trying to redeclare Sleep
2008-03-08 ramiroPut network-related code under #ifdef
2008-03-08 ramiroGroup network-related code together
2008-03-07 ramiro__stdcall -> WINAPI
2008-02-13 lucabeInclude poll.h instead of sys/poll.h
2008-01-01 diegoAdd portable way to check for the existance of definiti...
2007-12-24 diegodjgpp port, first part
2007-11-27 diegoRemove possibly misleading comments.
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-08 alexuse proper closesocket defines
2007-08-08 ramiroCheck for winsock2.h instead of __MINGW32__
2007-07-10 ramiroRemove OS/2 support
2007-07-02 diegoRemove leading underscores from specifiers, they are...
2007-02-23 mmu_manBeOS only: we don't have SA_RESTART. #define to 0 and...
2007-02-15 mmu_manMake sure we don't try to emulate poll() when it's...
2007-02-15 mmu_manMinGW patch by <koyama AT infocity DOT co DOT jp>,...
2007-02-15 mmu_manpoll() emulation for BeOS, and maybe MinGW.
2007-01-18 mmu_manThe long awaited BeOS cleanup, phase 1
2006-12-22 diegosupport files >2GB on MinGW
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-10 diegoAdd official LGPL license headers to the files that...
2004-04-24 michaelcygwin patch by ("Sascha Sommer" <saschasommer at freen...
2003-09-08 bellardsimpler strptime - added os_support.[ch] - moved localt...