log libvo/vo_bl.c @ 33489:fbd79ef3992b

age author description
Tue, 24 May 2011 19:51:38 +0000 diego configure: Convert HAVE_SYS_MMAN_H into a 0/1 definition.
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 25 Feb 2009 12:51:20 +0000 reimar Use memset to make sure all parts of struct sockaddr_in are always initialized.
Sun, 07 Sep 2008 14:09:51 +0000 diego Replace casual GPL notices by proper license headers.
Mon, 01 Sep 2008 22:34:27 +0000 diego Remove Windows-specific #ifdefs, the file does not compile on MinGW anyway.
Mon, 01 Sep 2008 07:35:05 +0000 diego Put '#define closesocket close' under proper '#ifndef HAVE_CLOSESOCKET'
Fri, 29 Aug 2008 20:05:08 +0000 diego Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
Sat, 01 Mar 2008 10:31:51 +0000 diego Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.
Sun, 13 Jan 2008 00:10:02 +0000 rik fix bug in error message (found by Diego through a compiler warning)
Sun, 30 Dec 2007 11:07:53 +0000 diego Remove unused static variables, fixes the warnings:
Sun, 30 Dec 2007 11:05:53 +0000 diego Remove unused variables, fixes the warnings:
Tue, 18 Dec 2007 21:43:12 +0000 rik change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do that since I wrote the files (based on other stuff from MPlayer (and some external things under GPL v2 or later))
Sun, 02 Dec 2007 14:39:15 +0000 reimar Mark the vo_functions_t definitions as const where possible.
Sun, 02 Dec 2007 14:06:03 +0000 reimar Make vo info structs const