aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_fbdev.c
Commit message (Expand)AuthorAge
* 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
* If movie height is odd, the picture is placed badly, due to wrong rouding.Gravatar arpi2002-10-23
* preinit() has an arg... use it.Gravatar arpi2002-10-09
* -zoom will be handled by -vop scaleGravatar arpi2002-09-17
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* General Timing Formula algorithm from a scratch.Gravatar arpi2002-08-22
* - fixed size/aspect for -fsGravatar arpi2002-07-30
* query_format revisedGravatar alex2002-05-27
* removed screenshot thingie - it will be moved to video filter layerGravatar alex2002-05-27
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>Gravatar alex2002-05-23
* Screenshot on the flyGravatar nick2002-02-18
* 10000hl to Holm... control MUST BE static...Gravatar arpi2002-02-09
* query_ stuff replaced by new control() - patch by David HolmGravatar arpi2002-02-09
* Use new tune infoGravatar nick2002-01-31
* new info for tuningGravatar nick2002-01-31
* did not compile when --disable-vidix was usedGravatar pl2002-01-27
* Use real preinitGravatar nick2002-01-27
* Extensions for video accelerated architectureGravatar nick2002-01-26
* fbdev nocopy option - Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>Gravatar arpi2002-01-17
* added vidix_start() and vidix_stop() for better runtime-resize support ;)Gravatar alex2002-01-16
* Configurable VIDIX usageGravatar nick2002-01-11
* VIDIX expansion, Usage: -vo fbdev:vidix (-fs -zoom). Zoom is supported for VI...Gravatar nick2002-01-10
* Move yuv2rgb to postprocessGravatar nick2001-11-06
* Using new stuff of rgb15to16Gravatar nick2001-10-30
* Applied patch to switch to graphics mode with -fs by achurch@achurch.org (And...Gravatar atmos42001-10-21
* more verbose videomode selectionGravatar szabi2001-08-16