log libvo/vo_fbdev.c @ 29026:17e9f67f086b

age author description
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Mon, 24 Nov 2008 08:43:13 +0000 diego Remove useless setting of frame_buffer to NULL as suggested by Reimar.
Mon, 24 Nov 2008 08:41:44 +0000 diego cosmetics: indentation
Mon, 24 Nov 2008 08:40:11 +0000 diego Move setting of frame_buffer variable out of 'if', as preferred by Reimar.
Sun, 23 Nov 2008 14:57:51 +0000 diego Handle fb_dev_name similar to vo_fbdev in vo_wii.
Sun, 23 Nov 2008 13:41:57 +0000 diego Remove debug function.
Sun, 23 Nov 2008 13:06:37 +0000 diego cosmetics: complete reformatting, tabs to spaces, etc.
Sun, 23 Nov 2008 13:02:10 +0000 diego cosmetics: Lessen differences to vo_wii.c.
Sun, 23 Nov 2008 12:46:42 +0000 diego cosmetics: consistent formatting for if/else/case
Fri, 22 Aug 2008 17:26:16 +0000 reimar -geometry support for -vo fbdev.
Fri, 16 May 2008 08:33:27 +0000 diego cosmetics: Remove useless parentheses from from return statements.
Sun, 02 Dec 2007 14:06:03 +0000 reimar Make vo info structs const
Sat, 25 Aug 2007 12:50:05 +0000 diego Fix redundant redeclaration warnings.
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Sun, 08 Oct 2006 16:40:11 +0000 rathann Remove spurious casts to int. Blessed by Reimar.
Mon, 20 Mar 2006 22:24:14 +0000 pacman Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSD
Mon, 20 Mar 2006 22:07:30 +0000 pacman Don't try to parse fb.modes more than once. Fixes playback of multiple files
Sat, 04 Mar 2006 20:00:06 +0000 pacman When centering a video with odd width, be sure to start on a pixel boundary.
Fri, 17 Feb 2006 03:49:33 +0000 pacman Fix colormap save/restore for directcolor fb devices
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
Mon, 18 Apr 2005 15:52:38 +0000 henry replace VO and VF numeric flags with #defined identifiers
Fri, 03 Dec 2004 20:55:00 +0000 rfelker remove old buggy workaround. kerneltwosix.h itself will be removed soon if this doesn't cause problems
Sat, 10 Jan 2004 09:48:15 +0000 attila linux 2.6 patch by "ismail 'cartman' d«Ónmez" <ismail.donmez@boun.edu.tr>
Sat, 08 Nov 2003 00:26:51 +0000 rathann Warning fixes (approved by A'rpi).
Wed, 22 Oct 2003 13:22:00 +0000 alex fixed -nocolorkey
Fri, 17 Oct 2003 09:08:37 +0000 alex Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying support
Wed, 08 Oct 2003 10:58:44 +0000 alex correct handling of subdevice, -fb device is obsoleted
Tue, 07 Oct 2003 22:29:37 +0000 alex vidix equalizer support by Jake Page <jake@CS.Stanford.EDU>
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.
Tue, 12 Aug 2003 08:24:24 +0000 rfelker 10000l, the old code was slow as hell, copying stuff extra times and