Sat, 22 Sep 2012 21:36:27 +0000 |
reimar |
More helpful error message when video does not fit into frame buffer.
|
Tue, 04 Sep 2012 21:08:50 +0000 |
reimar |
Support OMAPFB YUV also for fbdev vo.
|
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, 06 May 2011 10:32:46 +0000 |
iive |
Implement control() VOCTRL_SET/GET_EQUALIZER using a vf_equalize struct,
|
Fri, 22 Apr 2011 09:10:32 +0000 |
reimar |
Suport RGB frambuffers in vo_fbdev.c
|
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.
|
Mon, 20 Sep 2010 07:37:33 +0000 |
diego |
Remove unnecessary #ifdefs around vosub_vidix.h #include.
|
Thu, 17 Jun 2010 08:38:12 +0000 |
diego |
Add header file for externally used variables from vo_fbdev.c.
|
Thu, 06 May 2010 10:18:25 +0000 |
cehoyos |
Add support for 12-bit color mode on framebuffer devices.
|
Sun, 07 Mar 2010 17:33:13 +0000 |
reimar |
Use FBIOPAN_DISPLAY for switching between pages, seems to work for more
|
Sun, 07 Mar 2010 15:55:52 +0000 |
reimar |
Add double-buffering support to vo_fbdev.
|
Fri, 05 Mar 2010 20:15:16 +0000 |
reimar |
Reuse fb_tty_fd for setting up the text area.
|
Sat, 09 Jan 2010 11:26:39 +0000 |
reimar |
Fix vo_fbdev to also work with Intel framebuffer.
|
Fri, 26 Jun 2009 16:20:15 +0000 |
reimar |
Use memcpy_pic2 instead of reimplementing it.
|
Fri, 26 Jun 2009 15:41:34 +0000 |
reimar |
Close /dev/tty again on uninit.
|
Fri, 26 Jun 2009 15:39:35 +0000 |
reimar |
Fix indentation broken in last patch
|
Fri, 26 Jun 2009 15:38:40 +0000 |
reimar |
Get rid of completely pointless vt_doit variable
|
Fri, 26 Jun 2009 15:28:30 +0000 |
reimar |
10l, use fopen directly instead of open + fdopen
|
Fri, 26 Jun 2009 15:22:15 +0000 |
reimar |
Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has an
|
Fri, 26 Jun 2009 15:14:48 +0000 |
reimar |
Use FFALIGN and FFMAX3
|
Fri, 26 Jun 2009 14:43:03 +0000 |
reimar |
Remove useless casts
|
Fri, 26 Jun 2009 14:40:31 +0000 |
reimar |
fbdev: remove pointless ()
|
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.
|