log libvo/vo_directfb2.c @ 37195:ac6c37d85d65 default tip

age author description
Sat, 18 Jan 2014 21:39:07 +0000 reimar Remove empty draw_slice and draw_frame stubs.
Sat, 07 May 2011 18:44:29 +0000 reimar Add "const" to avoid compiler warnings.
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Fri, 06 May 2011 10:32:46 +0000 iive Implement control() VOCTRL_SET/GET_EQUALIZER using a vf_equalize struct,
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Fri, 17 Sep 2010 08:59:36 +0000 diego Replace local min/max macros by FFMIN/FFMAX.
Wed, 15 Sep 2010 18:34:15 +0000 diego Require DirectFB version 0.9.22.
Wed, 15 Sep 2010 17:22:04 +0000 diego Simplify DirectFB check.
Wed, 15 Sep 2010 15:58:48 +0000 diego Require DirectFB version 0.9.15 instead of 0.9.13.
Thu, 06 May 2010 10:18:25 +0000 cehoyos Add support for 12-bit color mode on framebuffer devices.
Sat, 24 Apr 2010 10:50:21 +0000 diego 10l: Remove leftover commented-out #include.
Sat, 24 Apr 2010 10:47:53 +0000 diego Remove unnecessary kd.h #include.
Fri, 23 Apr 2010 10:04:56 +0000 siretart include sys/kd.h on non-Linux architectures correctly
Tue, 16 Feb 2010 16:22:17 +0000 diego libvo: Mark functions not used outside of their files as static.
Tue, 12 Jan 2010 19:51:29 +0000 reimar Remove a check that simply can not have worked since it relied on a completely
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sat, 07 Mar 2009 08:51:40 +0000 reimar Make data related to suboption parsing const in libvo
Mon, 15 Sep 2008 05:40:29 +0000 diego Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.
Fri, 16 May 2008 08:33:27 +0000 diego cosmetics: Remove useless parentheses from from return statements.
Sat, 19 Jan 2008 11:25:41 +0000 reimar Fix warning:
Sat, 19 Jan 2008 11:17:04 +0000 reimar Avoid void* arithmetic
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, 06 Nov 2007 09:54:58 +0000 diego cosmetics: output grammar/spelling fixes
Tue, 06 Nov 2007 09:49:55 +0000 diego cosmetics: Comment grammar and spelling fixes.
Tue, 06 Nov 2007 09:41:38 +0000 diego Reduce excessive verbosity: Move debug messages to the appropriate MSGL
Sun, 04 Nov 2007 23:39:05 +0000 iive 10l Diego, revert commit 24966.
Sun, 04 Nov 2007 13:41:07 +0000 diego Fix previous incorrect commit, +/- has higher precedence than shifts.
Sat, 03 Nov 2007 20:25:00 +0000 diego Add some parentheses to fix the following warnings:
Wed, 26 Sep 2007 02:48:37 +0000 diego warning fixes:
Tue, 28 Aug 2007 10:55:53 +0000 diego warning fix:
Sat, 25 Aug 2007 16:32:20 +0000 diego Fix warnings:
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Sun, 01 Apr 2007 21:59:54 +0000 uau "()" to "(void)" function param list fixes
Thu, 29 Mar 2007 17:16:11 +0000 rathann Code cleanup: don't include a .c file in mplayer.c and fix a few
Sun, 08 Oct 2006 22:16:38 +0000 syrjala Fix DirectFB version check. The old code simply concatenated the
Fri, 01 Sep 2006 12:11:11 +0000 diego The FSF changed postal address.
Sun, 02 Jul 2006 03:59:36 +0000 reynaldo rm unnecesary casts from void* - part 2
Mon, 27 Mar 2006 07:22:48 +0000 diego Change 'if(verbose)' to the more appropriate mp_msg_test.
Wed, 02 Nov 2005 21:50:55 +0000 albeu libvo input cleanup: remove the dependency on libinput,
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
Sat, 18 Jun 2005 20:27:50 +0000 reimar Make dfbopts a suboption, use suboption parser
Mon, 18 Apr 2005 15:52:38 +0000 henry replace VO and VF numeric flags with #defined identifiers
Thu, 28 Oct 2004 01:15:53 +0000 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Sat, 21 Feb 2004 08:21:42 +0000 zdar cut and paste typo fixed
Tue, 17 Feb 2004 16:34:40 +0000 zdar removed usage of fb_dev_name, imported field parity reporting from dfbmga, fixed vsync handling in triple buffering mode
Sat, 04 Oct 2003 17:29:08 +0000 gabucino many small typo and grammar fixes
Sun, 07 Sep 2003 19:42:35 +0000 zdar Config fixed, changed put_image to use memcpy instead of native blits (for compatibility reasons), always clear primary layer (to have always black background) and try to center image.
Fri, 15 Aug 2003 13:04:37 +0000 alex 4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they will be freed at exit.
Sun, 27 Apr 2003 17:24:26 +0000 zdar triple buffering support, configuration/option system changed,some minor bugs fixed
Sat, 19 Apr 2003 11:25:19 +0000 zdar printf->mp_msg and honor -double switch
Wed, 05 Mar 2003 20:34:29 +0000 zdar Some 10l and better layer handling (to comply with DFB 0.9.17)
Sun, 02 Mar 2003 15:56:42 +0000 zdar Layer configuration handling updates
Sun, 09 Feb 2003 20:18:23 +0000 arpi linux->osdep
Sun, 29 Dec 2002 18:07:18 +0000 zdar fix to compile with DirecFB 0.9.16
Mon, 11 Nov 2002 15:22:10 +0000 alex removed get_info, using the same sheme as in libmpcodecs instead
Sun, 10 Nov 2002 13:57:42 +0000 arpi Switch containing options for DirectFB library was renamed to dfbopts.
Wed, 04 Sep 2002 21:53:38 +0000 zdar config() parameters change
Tue, 13 Aug 2002 08:41:49 +0000 zdar Put/get_image fixed. Deleted forgotten development comments
Fri, 09 Aug 2002 17:20:46 +0000 arpi new directfb driver for 0.9.13+ by jiri.svoboda@seznam.cz