Sat, 24 Mar 2012 19:10:07 +0000 |
reimar |
Remove some pointless variable indirection and merge
|
Sat, 24 Mar 2012 19:07:26 +0000 |
reimar |
Fix -vo bl with slices.
|
Wed, 27 Jul 2011 13:40:09 +0000 |
diego |
vo_bl: Move config.h #include to the top of the #include list.
|
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
|
Tue, 05 Jun 2007 15:09:49 +0000 |
reimar |
Do not use fast_memcpy for small size copy, esp. when the size is constant
|
Tue, 05 Jun 2007 14:27:54 +0000 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
Wed, 21 Feb 2007 10:05:46 +0000 |
diego |
cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
|
Fri, 05 Aug 2005 01:24:37 +0000 |
ivo |
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
Sun, 10 Jul 2005 12:35:43 +0000 |
rik |
--Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:
|
Mon, 18 Apr 2005 15:52:38 +0000 |
henry |
replace VO and VF numeric flags with #defined identifiers
|
Thu, 14 Apr 2005 12:44:28 +0000 |
rik |
--Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:
|
Thu, 28 Oct 2004 01:15:53 +0000 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
Wed, 11 Aug 2004 13:39:32 +0000 |
rik |
--Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:
|
Wed, 13 Aug 2003 16:29:32 +0000 |
alex |
Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
|
Wed, 11 Jun 2003 16:48:09 +0000 |
diego |
Networking support under MinGW.
|
Thu, 29 May 2003 19:36:58 +0000 |
alex |
Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD standard). Patch by FloDt <flodt8@yahoo.de>
|
Tue, 12 Nov 2002 20:37:36 +0000 |
rik |
compilation fix by Sven Neumann <sven@gimp.org> of Blinkenlights fame
|
Mon, 11 Nov 2002 15:22:10 +0000 |
alex |
removed get_info, using the same sheme as in libmpcodecs instead
|
Sun, 08 Sep 2002 22:41:53 +0000 |
rik |
extensible blinkenlights driver, can currently be used for the Arcade http://www.blinkenlights.de/arcade
|