| Commit message (Expand) | Author | Age |
* | Add support for 12-bit color mode on framebuffer devices. | cehoyos | 2010-05-06 |
* | Use FBIOPAN_DISPLAY for switching between pages, seems to work for more | reimar | 2010-03-07 |
* | Add double-buffering support to vo_fbdev. | reimar | 2010-03-07 |
* | Reuse fb_tty_fd for setting up the text area. | reimar | 2010-03-05 |
* | Fix vo_fbdev to also work with Intel framebuffer. | reimar | 2010-01-09 |
* | Use memcpy_pic2 instead of reimplementing it. | reimar | 2009-06-26 |
* | Close /dev/tty again on uninit. | reimar | 2009-06-26 |
* | Fix indentation broken in last patch | reimar | 2009-06-26 |
* | Get rid of completely pointless vt_doit variable | reimar | 2009-06-26 |
* | 10l, use fopen directly instead of open + fdopen | reimar | 2009-06-26 |
* | Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has an | reimar | 2009-06-26 |
* | Use FFALIGN and FFMAX3 | reimar | 2009-06-26 |
* | Remove useless casts | reimar | 2009-06-26 |
* | fbdev: remove pointless () | reimar | 2009-06-26 |
* | Add standard license headers, unify header formatting. | diego | 2009-02-08 |
* | Remove useless setting of frame_buffer to NULL as suggested by Reimar. | diego | 2008-11-24 |
* | cosmetics: indentation | diego | 2008-11-24 |
* | Move setting of frame_buffer variable out of 'if', as preferred by Reimar. | diego | 2008-11-24 |
* | Handle fb_dev_name similar to vo_fbdev in vo_wii. | diego | 2008-11-23 |
* | Remove debug function. | diego | 2008-11-23 |
* | cosmetics: complete reformatting, tabs to spaces, etc. | diego | 2008-11-23 |
* | cosmetics: Lessen differences to vo_wii.c. | diego | 2008-11-23 |
* | cosmetics: consistent formatting for if/else/case | diego | 2008-11-23 |
* | -geometry support for -vo fbdev. | reimar | 2008-08-22 |
* | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 |
* | Make vo info structs const | reimar | 2007-12-02 |
* | Fix redundant redeclaration warnings. | diego | 2007-08-25 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 |
* | Remove spurious casts to int. Blessed by Reimar. | rathann | 2006-10-08 |
* | Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSD | pacman | 2006-03-20 |
* | Don't try to parse fb.modes more than once. Fixes playback of multiple files | pacman | 2006-03-20 |
* | When centering a video with odd width, be sure to start on a pixel boundary. | pacman | 2006-03-04 |
* | Fix colormap save/restore for directcolor fb devices | pacman | 2006-02-17 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 |
* | replace VO and VF numeric flags with #defined identifiers | henry | 2005-04-18 |
* | remove old buggy workaround. kerneltwosix.h itself will be removed soon if th... | rfelker | 2004-12-03 |
* | linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez@boun.edu.tr> | attila | 2004-01-10 |
* | Warning fixes (approved by A'rpi). | rathann | 2003-11-08 |
* | fixed -nocolorkey | alex | 2003-10-22 |
* | Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying support | alex | 2003-10-17 |
* | correct handling of subdevice, -fb device is obsoleted | alex | 2003-10-08 |
* | vidix equalizer support by Jake Page <jake@CS.Stanford.EDU> | alex | 2003-10-07 |
* | 4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they wi... | alex | 2003-08-15 |
* | 10000l, the old code was slow as hell, copying stuff extra times and | rfelker | 2003-08-12 |
* | Changed all printf into mp_msg | joey | 2003-08-12 |
* | removed yv12 support, but left some swscaler support for fast 15 vs 16bpp con... | alex | 2003-07-13 |
* | at least it works now, but it's horrible slow and broken. double buffer | rfelker | 2003-04-19 |
* | clean up of -geometry code. | attila | 2003-03-02 |
* | -geometry fix (untested!) | arpi | 2003-01-12 |
* | Added support for X style -geometry options (adapted from Henk's patch) | mark | 2003-01-03 |