aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_fbdev2.c
Commit message (Expand)AuthorAge
* cleanup: vo_fbdev: simplify some codeGravatar reimar2011-05-02
* vo_fbdev: clip x/y offsets to avoid bad video placementGravatar reimar2011-05-02
* vo_fbdev: Add -geometry support reusing common codeGravatar reimar2011-05-02
* sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* Merge svn changes up to r31141Gravatar Uoti Urpala2010-05-07
|\
| * Add support for 12-bit color mode on framebuffer devices.Gravatar cehoyos2010-05-06
* | Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\|
| * Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* | Merge svn changes up to r30250Gravatar Uoti Urpala2010-01-25
|\|
| * Fix fbdev2 to work with Intel framebuffer.Gravatar reimar2010-01-09
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
|/
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* 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
* correct handling of subdevice, -fb device is obsoletedGravatar alex2003-10-08
* vo_fbdev2 written by Joey Parrish with some minor modificationsGravatar alex2003-08-31