summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vesa.c
Commit message (Expand)AuthorAgeFilesLines
* Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.diego2006-12-011-1/+2
* if double buffering is enabled, but vbeSetDisplayStart() fails, turn double b...ben2006-08-251-1/+6
* Move postproc ---> libswscalelucabe2006-06-301-1/+1
* Rename some misspelled and misnamed messages.diego2006-04-281-1/+1
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...reynaldo2006-04-241-66/+64
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-24/+29
* Make include paths consistent among files in libvo. Since -I.. is addeddiego2005-10-231-2/+2
* use libvbe from vesautilsalex2005-08-181-1/+1
* 10l, patch found in geexboxalex2005-08-111-0/+3
* 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-4/+4
* strides should always be signedrfelker2005-02-241-6/+6
* Currently vbeGetProtModeInfo call the 0x4f0a function of int 10h the getfaust32004-10-061-1/+1
* use aspect code when used with vidixfaust32004-09-261-1/+5
* 10l query format at least when used with vidix, disable colorkeying with vidi...faust32004-08-011-0/+5
* neomagic tv out support throught vesa vbe, patch by Rudolf Marekalex2004-06-251-0/+17
* occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>diego2003-12-241-2/+2
* Some more vidix crap - vidix equalizer passthrough. Patch by Oleg I. Vdovikin...alex2003-12-071-0/+31
* fixed -nocolorkeyalex2003-10-221-1/+1
* Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying supportalex2003-10-171-0/+17
* remove exit_player and exit referencesalex2003-08-311-2/+2
* 10l (red <-> blue) fixmichael2003-07-091-2/+2
* vf_scale.h & related cleanup & some small warning fix by dominikmichael2003-06-011-0/+1
* 10l fix by Aurelien JACOBS <aurel@gnuage.org>alex2003-04-211-4/+4
* multiple init fix by Aurelien JACOBS <aurel@gnuage.org>alex2003-04-081-4/+6
* Only write title if verbose>0.ranma2003-03-281-1/+2
* multiple preinit support -- cleaning vidix_name between the multiple preinits...alex2003-03-211-0/+4
* sws_ prefix, more seperation between internal & external swscaler APImichael2003-02-231-5/+5
* linux->osdeparpi2003-02-091-1/+1
* hopefully better uninit checkarpi2003-01-291-4/+6
* 10lfilon2003-01-051-0/+2
* Check if we can open /dev/mem in preinit(), so we can exit cleanly.filon2003-01-051-0/+7
* Not checking it caused SIGSEV when uninitning after vesa init failed.filon2003-01-041-0/+2
* Juste a trivial patch for vesa output. The screen were cleaned at initarpi2002-12-291-2/+2
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-10/+3
* draw_slice() seems to support all csparpi2002-10-091-1/+1
* a small fix for vo_vesa, when calling set_refresh, when -nofs used.arpi2002-10-071-2/+1
* It prevents mode change when Hsync out of range.arpi2002-09-101-5/+18
* 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-3/+73
* 10l bug - noticed by Emiel Neggers <emiel@neggers.net>arpi2002-08-161-1/+1
* Disable OSD outside movie, because it's not redrawn currently, user can use -...atmos42002-07-271-1/+1
* removed screenshot thingie - it will be moved to video filter layeralex2002-05-271-63/+0
* VFCAP addedarpi2002-04-111-1/+1
* Change order of vo_function calls (Although it doesn't matter for now).nick2002-02-171-4/+4
* Screenshot on the flynick2002-02-171-0/+73
* add vsync support for doublebuffering to vo_vesaatmos42002-02-121-4/+4
* Make code simple. Use swScaler even for fastmemcpy purposes :)nick2002-02-091-28/+20
* 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
* Configurable OSD zonesnick2002-02-071-0/+36
* swScale internally uses yuv2rgb now if possiblemichael2002-02-061-2/+2
* Correct vesa shutdown on 'config playback' errorsnick2002-02-061-1/+1
* Support of scaling with every fourccnick2002-02-051-181/+114
* code cleanupnick2002-02-031-10/+2
* Use new tune infonick2002-01-311-1/+1
* new info for tuningnick2002-01-311-1/+1
* preinit usagenick2002-01-261-32/+21
* Extensions for video accelerated architecturenick2002-01-261-0/+10
* added vidix_start() and vidix_stop() for better runtime-resize support ;)alex2002-01-161-0/+1
* Configurable VIDIX usagenick2002-01-111-6/+44
* Minor bugs and new vidix stuff supportnick2002-01-101-3/+3
* Embedding vidixnick2002-01-071-8/+32
* paint background on -v -vnick2002-01-061-2/+2
* swscaler cleanupmichael2001-11-291-6/+7
* Minor optimizationnick2001-11-291-8/+1
* Added preinit of lvo stuffnick2001-11-181-4/+19
* Unknown subdevice now is error (was - warning)nick2001-11-181-1/+2
* Fixed incorretc terminating of lvo stuff and improving of query_formatnick2001-11-171-15/+19
* No commentsnick2001-11-151-1/+1
* Screen clearing instead of stupid BIOSesnick2001-11-151-0/+13
* minor lacks fixingnick2001-11-131-1/+2
* New video output technique Linux Video Overlay:nick2001-11-131-8/+34
* added missing #include <malloc.h>pl2001-11-091-5/+5
* memalign detection cleanuppl2001-11-091-5/+1
* Move yuv2rgb to postprocessnick2001-11-061-1/+0
* Well - old algorithms and new stuff rgb24to16(15)nick2001-11-051-0/+4
* rgb32to16, rgb32to15 supportnick2001-11-051-0/+4
* Minor notesnick2001-11-041-2/+2
* Use standard aspect codenick2001-11-041-20/+7
* Code cleanupnick2001-11-041-2/+9
* Double buffering supportnick2001-11-041-40/+55
* Fixed rgb2rgb in DGA modenick2001-11-041-7/+9
* What's new:nick2001-11-031-30/+123
* code cleanupnick2001-11-021-1/+1
* Fixed bug of -vc libmpeg2 on vesa:dganick2001-11-021-2/+3
* Qualitative speedup decoding when video card supports DGA!nick2001-11-021-103/+122
* vo_vesa: DGA supportnick2001-11-011-3/+28
* print 'sw convertor usage' without verbosingnick2001-10-301-1/+1
* Cosmeticnick2001-10-301-3/+2
* memalign 64nick2001-10-291-0/+8
* yv12 to yv12 scalermichael2001-10-281-3/+4
* vo_vesa: more rgb2rgb supportnick2001-10-281-0/+2
* vo_vesa: more rgb2rgb supportnick2001-10-281-0/+2
* vo_vesa: rgb2rgb supportnick2001-10-281-14/+51
* Suppressing warningsnick2001-10-241-1/+2
* Title supportnick2001-10-231-0/+1
* Broken BIOS testnick2001-10-221-0/+1
* OSD supportnick2001-10-211-13/+42
* Again changed logic:nick2001-10-211-5/+15
* Again changed logic:nick2001-10-211-10/+15
* Replacing -x, -y on -screenw, -screenhnick2001-10-211-2/+2
* Final fix of libmpeg2 zooming: flipping page supportnick2001-10-211-40/+7
* Support of: -x -y -bppnick2001-10-211-18/+39
* Bad fix of libmpeg2 zoomingnick2001-10-211-22/+42
* Best fix of slice drawing with libmpeg2nick2001-10-201-7/+20
* Bad fix of top rendering with libmpeg2nick2001-10-201-1/+4
* Qualitative speedup for P3 & K7 cpusnick2001-10-201-6/+14
* Fixed half-image bug and added computing of correct aspect during zoomingnick2001-10-201-5/+31
* Fixed zooming bugnick2001-10-201-14/+17
* SwScaling supportnick2001-10-191-5/+38
* Initial YUV (YV12) supportnick2001-10-191-3/+3
* Better resolution detectionnick2001-10-191-18/+37
* More hints. Use save-restore mechanismnick2001-10-181-7/+17
* vo_vesa supportnick2001-10-171-0/+502