summaryrefslogtreecommitdiffstats
path: root/libvo/vo_fbdev.c
Commit message (Expand)AuthorAgeFilesLines
* Use memcpy_pic2 instead of reimplementing it.reimar2009-06-261-8/+2
* Close /dev/tty again on uninit.reimar2009-06-261-0/+2
* Fix indentation broken in last patchreimar2009-06-261-2/+2
* Get rid of completely pointless vt_doit variablereimar2009-06-261-5/+1
* 10l, use fopen directly instead of open + fdopenreimar2009-06-261-7/+2
* Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has anreimar2009-06-261-6/+8
* Use FFALIGN and FFMAX3reimar2009-06-261-3/+3
* Remove useless castsreimar2009-06-261-4/+4
* fbdev: remove pointless ()reimar2009-06-261-9/+9
* Add standard license headers, unify header formatting.diego2009-02-081-3/+18
* Remove useless setting of frame_buffer to NULL as suggested by Reimar.diego2008-11-241-1/+1
* cosmetics: indentationdiego2008-11-241-2/+2
* Move setting of frame_buffer variable out of 'if', as preferred by Reimar.diego2008-11-241-2/+4
* Handle fb_dev_name similar to vo_fbdev in vo_wii.diego2008-11-231-1/+1
* Remove debug function.diego2008-11-231-70/+0
* cosmetics: complete reformatting, tabs to spaces, etc.diego2008-11-231-956/+952
* cosmetics: Lessen differences to vo_wii.c.diego2008-11-231-3/+2
* cosmetics: consistent formatting for if/else/casediego2008-11-231-36/+46
* -geometry support for -vo fbdev.reimar2008-08-221-0/+2
* cosmetics: Remove useless parentheses from from return statements.diego2008-05-161-5/+5
* Make vo info structs constreimar2007-12-021-1/+1
* Fix redundant redeclaration warnings.diego2007-08-251-4/+0
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-1/+1
* Remove spurious casts to int. Blessed by Reimar.rathann2006-10-081-1/+1
* Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSDpacman2006-03-201-2/+2
* Don't try to parse fb.modes more than once. Fixes playback of multiple filespacman2006-03-201-0/+4
* 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-3/+3
* 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/+1
* fixed -nocolorkeyalex2003-10-221-1/+1
* Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying supportalex2003-10-171-0/+16
* correct handling of subdevice, -fb device is obsoletedalex2003-10-081-11/+13
* vidix equalizer support by Jake Page <jake@CS.Stanford.EDU>alex2003-10-071-0/+30
* 4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they wi...alex2003-08-151-2/+5
* 10000l, the old code was slow as hell, copying stuff extra times andrfelker2003-08-121-24/+5
* Changed all printf into mp_msgjoey2003-08-121-294/+204
* removed yv12 support, but left some swscaler support for fast 15 vs 16bpp con...alex2003-07-131-70/+25
* at least it works now, but it's horrible slow and broken. double bufferrfelker2003-04-191-2/+2
* clean up of -geometry code.attila2003-03-021-2/+5
* -geometry fix (untested!)arpi2003-01-121-1/+8
* Added support for X style -geometry options (adapted from Henk's patch)mark2003-01-031-2/+2
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-8/+3
* 10Lalbeu2002-10-301-2/+4
* 10larpi2002-10-231-2/+2
* Added the -geometry option (supports fbdev and tdfxfb drivers)mark2002-10-231-7/+8
* If movie height is odd, the picture is placed badly, due to wrong rouding.arpi2002-10-231-1/+1
* preinit() has an arg... use it.arpi2002-10-091-1/+1
* -zoom will be handled by -vop scalearpi2002-09-171-0/+2
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-2/+2
* General Timing Formula algorithm from a scratch.arpi2002-08-221-71/+8
* - fixed size/aspect for -fsarpi2002-07-301-18/+16
* query_format revisedalex2002-05-271-5/+5
* removed screenshot thingie - it will be moved to video filter layeralex2002-05-271-44/+0
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>alex2002-05-231-2/+3
* Screenshot on the flynick2002-02-181-0/+54
* 10000hl to Holm... control MUST BE static...arpi2002-02-091-1/+1
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-2/+6
* Use new tune infonick2002-01-311-1/+1
* new info for tuningnick2002-01-311-2/+2
* did not compile when --disable-vidix was usedpl2002-01-271-1/+1
* Use real preinitnick2002-01-271-20/+16
* Extensions for video accelerated architecturenick2002-01-261-0/+9
* fbdev nocopy option - Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>arpi2002-01-171-2/+41
* added vidix_start() and vidix_stop() for better runtime-resize support ;)alex2002-01-161-1/+1
* Configurable VIDIX usagenick2002-01-111-3/+19
* VIDIX expansion, Usage: -vo fbdev:vidix (-fs -zoom). Zoom is supported for VI...nick2002-01-101-19/+84
* Move yuv2rgb to postprocessnick2001-11-061-1/+0
* Using new stuff of rgb15to16nick2001-10-301-15/+5
* Applied patch to switch to graphics mode with -fs by achurch@achurch.org (And...atmos42001-10-211-1/+27
* more verbose videomode selectionszabi2001-08-161-30/+72
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-2/+5
* nothing importantszabii2001-06-101-7/+7
* 8bpp fixszabii2001-06-091-2/+7
* small fixszabii2001-06-031-1/+25
* some little cleanupszabii2001-06-021-112/+151
* removed redundant osd.h includesarpi_esp2001-05-241-1/+0
* flip support if (screen depth == frame depth)szabii2001-05-141-21/+23
* nothing importantszabii2001-04-291-9/+7
* bpp selection fixedszabii2001-04-281-0/+6
* some cleanupsszabii2001-04-281-31/+35
* some cleanupszabii2001-04-251-97/+74
* some cleanupszabii2001-04-241-13/+12
* clean uppontscho2001-04-241-15/+2
* nothing importantszabii2001-04-211-0/+3
* nothing important?szabii2001-04-201-6/+5
* dumb bug fixedszabii2001-04-201-1/+1
* removed unused variablesszabii2001-04-191-4/+0
* changed query_format return; lots of fixes/changesszabii2001-04-191-102/+98
* fbdev reset fixedszabii2001-04-181-4/+8
* cmap bug fixed (I think)szabii2001-04-161-5/+7
* dumb bugszabii2001-04-161-1/+1
* small changeszabii2001-04-161-1/+2
* small changeszabii2001-04-141-1/+1
* lots of changesszabii2001-04-141-97/+241
* some changes...szabii2001-04-131-180/+300
* some fixesszabii2001-04-121-3/+10
* 1 printf addedszabii2001-04-121-0/+2
* cleanupszabii2001-04-121-167/+133
* -fbdepth fix2szabii2001-04-111-2/+39
* -fbdepth fixszabii2001-04-111-2/+2
* -fbdepth addedszabii2001-04-111-0/+44
* video mode change supportedszabii2001-04-111-123/+443
* memcpy() moved mmx.h -> fastmemcpy.harpi_esp2001-04-111-1/+1
* applied MMX2 memcpy() patch by Nick Kurshevarpi_esp2001-04-111-0/+2
* codecs.conf supportszabii2001-04-081-73/+69
* restore old cmapszabii2001-04-071-0/+11
* directcolor support?szabii2001-04-071-12/+121
* now it works in 15bpp modeszabii2001-04-031-16/+21
* report more info on fbszabii2001-04-031-6/+13
* alpha rendering, virtual screensize reset fixszabii2001-03-291-4/+4
* clear the frame on uninitszabii2001-03-291-4/+19
* disabled scrollback buffer (virtual fb size set to real screen size)szabii2001-03-291-1/+14
* small fixszabii2001-03-281-8/+1
* works with .avi (for me :) )szabii2001-03-281-7/+7
* maybe it can play avi :)szabii2001-03-281-41/+83
* vo_fbdev addedszabii2001-03-281-0/+286