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

age author description
Sat, 25 Jan 2014 16:55:09 +0000 reimar Document switch case fallthroughs.
Sat, 18 Jan 2014 21:39:07 +0000 reimar Remove empty draw_slice and draw_frame stubs.
Tue, 04 Sep 2012 20:36:07 +0000 reimar Add support for OMAPFB YUV framebuffer.
Sun, 02 Sep 2012 22:16:17 +0000 reimar Remove unused fb_bpp and change fb_pixel_size initialization
Sun, 02 Sep 2012 22:06:01 +0000 reimar Simplify a condition.
Sun, 02 Sep 2012 21:51:42 +0000 reimar Avoid some code duplication related to drawing the OSD.
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Fri, 22 Apr 2011 17:03:04 +0000 reimar Use memcpy_pic instead of reimplementing it.
Fri, 22 Apr 2011 16:53:01 +0000 reimar Simplify colormap generation code, avoid some mallocs and add frees
Fri, 22 Apr 2011 16:43:14 +0000 reimar Simplify by using FFMAX3.
Fri, 22 Apr 2011 12:33:08 +0000 reimar Clip x/y offsets to avoid bad video placement.
Fri, 22 Apr 2011 12:25:09 +0000 reimar Add -geometry support reusing common code to fbdev2.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Thu, 06 May 2010 10:18:25 +0000 cehoyos Add support for 12-bit color mode on framebuffer devices.
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Sat, 09 Jan 2010 11:32:18 +0000 reimar Fix fbdev2 to work with Intel framebuffer.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
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 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
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, 08 Oct 2003 10:58:44 +0000 alex correct handling of subdevice, -fb device is obsoleted
Sun, 31 Aug 2003 23:00:39 +0000 alex vo_fbdev2 written by Joey Parrish with some minor modifications