]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/os_support.c
Decrease budget.
[frescor/ffmpeg.git] / libavformat / os_support.c
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-08-16 aurelstruct timeval requires #include <sys/time.h>
2008-08-14 aureluse h_addr_list[0] instead of h_addr as this is the...
2008-08-14 aurelensure we get explicit definition of various _XOPEN_SOU...
2008-02-13 lucabeInclude poll.h instead of sys/poll.h
2007-12-27 diegoCheck for the presence of sys/select.h and conditionall...
2007-12-09 ramiroFix compilation of os_support.c for MinGW with --disabl...
2007-11-21 lucabeInclude os_support.h only when needed
2007-08-08 ramiroCheck for winsock2.h instead of __MINGW32__
2007-07-19 benoituse sscanf to parse address
2007-07-18 benoitremove useless check
2007-07-18 benoitfix emulated inet_aton so that it fails for invalid...
2007-07-16 ramiroMinGW has those include files.
2007-07-16 ramiroMove av_gettime() back to lavf/utils.c
2007-07-16 ramiroMinGW has gettimeofday() since mingw-runtime-3.10
2007-07-10 ramiroRemove OS/2 support
2007-06-25 ramiroRemove localtime_r implementation for systems that...
2007-05-21 alexr9095 invalidly removed the check for non-winsock
2007-05-21 alexfix FD_SETSIZE handling in our poll() emulation
2007-05-15 alexinitial mingw networking support
2007-04-27 aleximplement ff_socket_nonblock and use it in networking...
2007-04-26 diegocosmetics: Remove trailing whitespace and tabs.
2007-04-26 alexmove resolve_host from tcp.c to os_support.c as it...
2007-04-20 alexremove possibly broken wince cruft
2007-03-23 mmu_manSome more BeOS cleanup: check for arpa/inet.h; declare...
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.
2006-12-06 mruuse the standard INT64_C() macro for 64-bit constants
2006-11-15 diegoMinGW compilation fix, inet_aton and #includes depend...
2006-11-14 diegoMove BeOS-specific code into os_support.c.
2006-11-14 mrusimplify
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-07-11 diegoCONFIG_WIN32 implies MinGW and Cygwin and possibly...
2006-01-23 diegoSkip all includes for WinCE, instead of falling through...
2006-01-22 diegoWinCE cross-compilation support
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2004-11-09 michaeldoxy
2004-04-24 michaelcygwin patch by ("Sascha Sommer" <saschasommer at freen...
2004-04-12 michaellibavformat/os_support.c HAVE_LOCALTIME_R patch by...
2003-09-08 bellardsimpler strptime - added os_support.[ch] - moved localt...