Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Mon, 21 Jun 2010 08:58:49 +0000 | diego | Remove redundant dvd_device extern variable declaration. |
Mon, 21 Jun 2010 08:58:09 +0000 | diego | Move dvd_device extern declaration from stream_dvd_common.h to stream.h. |
Mon, 21 Jun 2010 08:38:23 +0000 | diego | Remove redundant cdrom_device extern variable declarations. |
Sun, 20 Jun 2010 19:29:18 +0000 | attila | Prefere the use of inet_ntop over inet_ntoa, as the former is ipv6 safe. |
Sun, 20 Jun 2010 19:26:57 +0000 | cehoyos | Fix compilation after r31490. |
Sun, 20 Jun 2010 18:19:47 +0000 | diego | Move noconfig_opts extern variable declaration to mpcommon.h. |
Sun, 20 Jun 2010 17:58:37 +0000 | diego | Move network_prefer_ipv4/reuse_socket extern declarations to tcp.h/udp.h. |
Sun, 20 Jun 2010 17:54:46 +0000 | diego | Mark data parameter of my_write function as const. |