summaryrefslogtreecommitdiffstats
path: root/libvo/vo_fbdev2.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: vo_fbdev: simplify some codereimar2011-05-021-39/+14
* vo_fbdev: clip x/y offsets to avoid bad video placementreimar2011-05-021-2/+7
* vo_fbdev: Add -geometry support reusing common codereimar2011-05-021-13/+10
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-1/+1
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+2
* Merge svn changes up to r31141Uoti Urpala2010-05-071-0/+8
|\
| * Add support for 12-bit color mode on framebuffer devices.cehoyos2010-05-061-0/+8
* | Merge svn changes up to r30748Uoti Urpala2010-03-101-1/+1
|\|
| * Do not cast the results of malloc/calloc/realloc.diego2010-02-261-1/+1
* | Merge svn changes up to r30250Uoti Urpala2010-01-251-2/+6
|\|
| * Fix fbdev2 to work with Intel framebuffer.reimar2010-01-091-2/+6
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-8/+8
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-8/+8
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-3/+18
|\|
| * Add standard license headers, unify header formatting.diego2009-02-081-3/+18
* | Remove variable arguments from vo control() functionsUoti Urpala2008-04-231-1/+1
|/
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-2/+2
* When centering a video with odd width, be sure to start on a pixel boundary.pacman2006-03-041-2/+3
* Fix colormap save/restore for directcolor fb devicespacman2006-02-171-1/+2
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-1/+1
* remove old buggy workaround. kerneltwosix.h itself will be removed soon if th...rfelker2004-12-031-1/+0
* linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez@boun.edu.tr>attila2004-01-101-0/+1
* Warning fixes (approved by A'rpi).rathann2003-11-081-0/+2
* correct handling of subdevice, -fb device is obsoletedalex2003-10-081-1/+6
* vo_fbdev2 written by Joey Parrish with some minor modificationsalex2003-08-311-0/+399