aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_fbdev.c
Commit message (Expand)AuthorAge
* Fix vo_fbdev to also work with Intel framebuffer.Gravatar reimar2010-01-09
* Use memcpy_pic2 instead of reimplementing it.Gravatar reimar2009-06-26
* Close /dev/tty again on uninit.Gravatar reimar2009-06-26
* Fix indentation broken in last patchGravatar reimar2009-06-26
* Get rid of completely pointless vt_doit variableGravatar reimar2009-06-26
* 10l, use fopen directly instead of open + fdopenGravatar reimar2009-06-26
* Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has anGravatar reimar2009-06-26
* Use FFALIGN and FFMAX3Gravatar reimar2009-06-26
* Remove useless castsGravatar reimar2009-06-26
* fbdev: remove pointless ()Gravatar reimar2009-06-26
* Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* Remove useless setting of frame_buffer to NULL as suggested by Reimar.Gravatar diego2008-11-24
* cosmetics: indentationGravatar diego2008-11-24
* Move setting of frame_buffer variable out of 'if', as preferred by Reimar.Gravatar diego2008-11-24
* Handle fb_dev_name similar to vo_fbdev in vo_wii.Gravatar diego2008-11-23
* Remove debug function.Gravatar diego2008-11-23
* cosmetics: complete reformatting, tabs to spaces, etc.Gravatar diego2008-11-23
* cosmetics: Lessen differences to vo_wii.c.Gravatar diego2008-11-23
* cosmetics: consistent formatting for if/else/caseGravatar diego2008-11-23
* -geometry support for -vo fbdev.Gravatar reimar2008-08-22
* cosmetics: Remove useless parentheses from from return statements.Gravatar diego2008-05-16
* Make vo info structs constGravatar reimar2007-12-02
* Fix redundant redeclaration warnings.Gravatar diego2007-08-25
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Remove spurious casts to int. Blessed by Reimar.Gravatar rathann2006-10-08
* Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSDGravatar pacman2006-03-20
* Don't try to parse fb.modes more than once. Fixes playback of multiple filesGravatar pacman2006-03-20
* When centering a video with odd width, be sure to start on a pixel boundary.Gravatar pacman2006-03-04
* Fix colormap save/restore for directcolor fb devicesGravatar pacman2006-02-17
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* remove old buggy workaround. kerneltwosix.h itself will be removed soon if th...Gravatar rfelker2004-12-03
* linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez@boun.edu.tr>Gravatar attila2004-01-10
* Warning fixes (approved by A'rpi).Gravatar rathann2003-11-08
* fixed -nocolorkeyGravatar alex2003-10-22
* Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying supportGravatar alex2003-10-17
* correct handling of subdevice, -fb device is obsoletedGravatar alex2003-10-08
* vidix equalizer support by Jake Page <jake@CS.Stanford.EDU>Gravatar alex2003-10-07
* 4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they wi...Gravatar alex2003-08-15
* 10000l, the old code was slow as hell, copying stuff extra times andGravatar rfelker2003-08-12
* Changed all printf into mp_msgGravatar joey2003-08-12
* removed yv12 support, but left some swscaler support for fast 15 vs 16bpp con...Gravatar alex2003-07-13
* at least it works now, but it's horrible slow and broken. double bufferGravatar rfelker2003-04-19
* clean up of -geometry code.Gravatar attila2003-03-02
* -geometry fix (untested!)Gravatar arpi2003-01-12
* Added support for X style -geometry options (adapted from Henk's patch)Gravatar mark2003-01-03
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* 10LGravatar albeu2002-10-30
* 10lGravatar arpi2002-10-23
* Added the -geometry option (supports fbdev and tdfxfb drivers)Gravatar mark2002-10-23