Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Wed, 08 Sep 2010 18:44:22 +0000 | reimar | Use sockfd value to detect if we initialized already instead of a |
Wed, 08 Sep 2010 18:42:27 +0000 | reimar | Handle failures to create a socket. |
Wed, 08 Sep 2010 18:37:55 +0000 | reimar | Actually set the destination address in the sockaddr_in struct for Windows as well... |
Wed, 08 Sep 2010 18:34:21 +0000 | diego | Move vf_info_menu extern declaration to menu.h, where it belongs. |
Wed, 08 Sep 2010 18:30:13 +0000 | diego | Add proper #includes instead of filename/file_filter extern declarations. |
Wed, 08 Sep 2010 18:28:44 +0000 | reimar | Mark a constant as such and move it into the block where it is used. |
Wed, 08 Sep 2010 18:25:55 +0000 | reimar | Use initializer to avoid leaving struct timeval half-uninitialized. |
Wed, 08 Sep 2010 18:24:13 +0000 | reimar | Avoid duplicating the #if HAVE_WINSOCK2_H mess. |