summaryrefslogtreecommitdiffstats
path: root/libvo/vo_bl.c
Commit message (Expand)AuthorAgeFilesLines
* Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.diego2008-03-011-0/+2
* fix bug in error message (found by Diego through a compiler warning)rik2008-01-131-1/+1
* Remove unused static variables, fixes the warnings:diego2007-12-301-1/+1
* Remove unused variables, fixes the warnings:diego2007-12-301-3/+1
* change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do ...rik2007-12-181-1/+1
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* Do not use fast_memcpy for small size copy, esp. when the size is constantreimar2007-06-051-1/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-3/+3
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.diego2007-02-211-1/+1
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* --Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:rik2005-07-101-2/+6
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-1/+1
* --Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:rik2005-04-141-6/+12
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-2/+2
* --Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:rik2004-08-111-32/+74
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-1/+1
* Networking support under MinGW.diego2003-06-111-5/+11
* Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD st...alex2003-05-291-1/+1
* compilation fix by Sven Neumann <sven@gimp.org> of Blinkenlights famerik2002-11-121-1/+1
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-7/+3
* extensible blinkenlights driver, can currently be used for the Arcade http://...rik2002-09-081-0/+420